-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support override via platform specifier #2118
Labels
kind/feature
A request for, or a PR adding, new functionality
Comments
Thanks, yes, that looks potentially useful. |
A friendly reminder that this issue had no activity for 30 days. |
not stale |
A friendly reminder that this issue had no activity for 30 days. |
Not stale |
Interested in opening a PR? |
rittneje
added a commit
to rittneje/skopeo
that referenced
this issue
Dec 6, 2023
Signed-off-by: Jesse Rittner <[email protected]>
rittneje
added a commit
to rittneje/skopeo
that referenced
this issue
Dec 6, 2023
Signed-off-by: Jesse Rittner <[email protected]>
@rhatdan I opened a draft PR. |
Great |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently skopeo accepts three distinct flags for overriding the default (host) platform selection:
--override-os
,--override-arch
, and--override-variant
.When working with other tools such as buildkit, the platform is instead specified as a single slash-delimited string, such as
linux/arm64
orlinux/arm/v7
. This format is explained in further detail here.It would be nice if skopeo accepted a new flag such as
--override-platform
that accepted such a platform specifier. And probably the three existing override flags should be deprecated.The text was updated successfully, but these errors were encountered: