Use skopeo from ubuntu repo#2417
Merged
Merged
Conversation
maeldonn
approved these changes
May 15, 2026
benzekrimaha
approved these changes
May 15, 2026
Contributor
Author
|
/approve |
c5d7a9f to
b46d491
Compare
5e8c28f to
0257f4f
Compare
Replaces the ~63s `go build ./cmd/skopeo` (plus ~16 MB of build-deps: libgpgme-dev, libassuan-dev, libbtrfs-dev, libdevmapper-dev, ...) with a 3-package apt install. The CLI surface used by solution/build.sh is stable across all 1.x releases, so the version delta (apt's 1.13.3 vs the previous 1.16.1 pin) is safe. Issue: ZENKO-5278
b46d491 to
8ca5a61
Compare
0257f4f to
3d55e12
Compare
Contributor
Hello francoisferrand,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Contributor
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ZENKO-5278. Goodbye francoisferrand. The following options are set: approve |
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.
Replaces the ~63s
go build ./cmd/skopeo(plus ~16 MB of build-deps: libgpgme-dev, libassuan-dev, libbtrfs-dev, libdevmapper-dev, ...) with a 3-package apt install.The CLI surface used by solution/build.sh is stable across all 1.x releases, so the version delta (apt's 1.13.3 vs the previous 1.16.1 pin) is safe.
Benefit is 1min 15s on
BuildIsostep (and up to 4min in bad days...), i.e. typically a bit more than 10%.Issue: ZENKO-5278