Build Pipelines for bitcoind, dogecoind and rippled image builds#75
Open
fl-matic-rupnik wants to merge 3 commits intoflare-foundation:mainfrom
Open
Build Pipelines for bitcoind, dogecoind and rippled image builds#75fl-matic-rupnik wants to merge 3 commits intoflare-foundation:mainfrom
fl-matic-rupnik wants to merge 3 commits intoflare-foundation:mainfrom
Conversation
trigger: testing dogecoin and rippled image build trigger: bitcoind trigger: dogecoin trigger: dogecoin test: change to container tag trigger: bitcoin trigger: bitcoin trigger: bitcoin test: seperate version env docs: added container image section to README test: slsa digest trigger: bitcoin test: slsa permissions test: remove permissions trigger: bitcoin test: added registry-username trigger: bitcoin test: registry-password test: explicit image name test: hard image name feat: dogecoind provenance feat: rippled provenance feat: rippled provenance feat: dogecoin provenance
vidbregar-flare
requested changes
Jan 28, 2026
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Get image tag (from Dockerfile ARG VERSION) |
Contributor
There was a problem hiding this comment.
after this check if the image with the tag already exists to skip the unecessary work (xrpl takes ages to build, for example)
Contributor
There was a problem hiding this comment.
actually caching works quite well here, contrary to kaniko
| - name: Get image tag (from Dockerfile ARG VERSION) | ||
| id: get_image_tag | ||
| run: | | ||
| grep '^ARG VERSION=' "${{ inputs.context }}/$GITHUB_WORKFLOW" >/dev/null 2>&1 || true |
Contributor
There was a problem hiding this comment.
what does this do?
| uses: docker/setup-buildx-action@v2 | ||
|
|
||
| - name: Login to registry | ||
| if: github.event_name != 'pull_request' |
Contributor
There was a problem hiding this comment.
DockerHub is missing
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.
I added the 3 pipelines that are mostly identical for building docker images and include a cosign signed image and a SLSA3 generated attestation.