Add release workflow publishing to Nix caches and Docker Hub#5
Open
RaoulSchaffranek wants to merge 1 commit into
Open
Add release workflow publishing to Nix caches and Docker Hub#5RaoulSchaffranek wants to merge 1 commit into
RaoulSchaffranek wants to merge 1 commit into
Conversation
Add a Kontrol-style release pipeline triggered on push to the `release`
branch:
draft-release -> {nix-cache, dockerhub} -> cut-release
- nix-cache: builds `.#komet-node` once, pushes the full closure to the
public `k-framework` cachix cache and `kup publish`es it to the private
`k-framework-binary` cache (matrix: normal, ARM64).
- dockerhub: builds a lean image (FROM kframework-k + wabt + kdist build),
smoke-tests `komet-node --help`, and pushes
`runtimeverificationinc/komet-node:ubuntu-jammy-<version>`.
Supporting files: package/version (version source), deps/k_release (Docker
K_VERSION build arg), Dockerfile, .dockerignore, and a check-cachix-pin.sh
helper that verifies the kup push+pin landed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a Kontrol-style release pipeline triggered on push to the
releasebranch:draft-release -> {nix-cache, dockerhub} -> cut-release
.#komet-nodeonce, pushes the full closure to the publick-frameworkcachix cache andkup publishes it to the privatek-framework-binarycache (matrix: normal, ARM64).komet-node --help, and pushesruntimeverificationinc/komet-node:ubuntu-jammy-<version>.Supporting files: package/version (version source), deps/k_release (Docker K_VERSION build arg), Dockerfile, .dockerignore, and a check-cachix-pin.sh helper that verifies the kup push+pin landed.