fix(sep-draft): use single-arch digest, not multi-arch#2572
Merged
leighmcculloch merged 1 commit intostellar:feat/reproducible-builds-via-dockerfrom May 8, 2026
Merged
Conversation
[Appendix A][0] references image `stellar/stellar-cli` at [v26.0.0][1], and says to use a single-arch digest not the multi-arch digest, but then shows the multi-arch digest in the example. For those following along at home (probably only me) this can cause confusion. [0]: https://github.com/stellar/stellar-cli/blob/feat/reproducible-builds-via-docker/draft-specification.md#appendix-a-reproducible-build-with-dockeriostellarstellar-cli [1]: https://hub.docker.com/layers/stellar/stellar-cli/26.0.0/images/sha256-8b45455a41a99cf04126a35d73fc9879597105bfffd99814f7532c0bd63ecba0
3c644b1
into
stellar:feat/reproducible-builds-via-docker
197 of 206 checks passed
Member
|
Thank you! |
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.
Appendix A references image
stellar/stellar-cliat v26.0.0,and says to use a single-arch digest not the multi-arch digest, but then
shows the multi-arch digest in the example. For those following along at
home (probably only me) this can cause confusion.