-
Notifications
You must be signed in to change notification settings - Fork 546
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
How do we set the manifest platform."os.version" property? #1137
Comments
Using
|
Also note that this field can be present in the config file, so you may also need to set it in the underlying image:
|
By any chance, can that be done from the crane application (e.g. without writing a custom go app)? Or even, just let us modify the manifest json, and somehow use crane to upload it? |
Nope, I wrote https://github.com/imjasonh/combine to combine two manifest lists, if that happens to be what you're after. |
@imjasonh, I think To explain a bit more, at https://github.com/rgl/example-docker-buildx-go/blob/add-windows/.github/workflows/build.yml I'm using And then I use And, in the near future, I want to also add a windows 2022 image. So, I'm looking for a tool that can take an arbitrary number of manifests or images and merge them all into a single manifest. But for doing this, I believe I first need to include a proper So, I'm kinda stuck and would appreciate any help you could provide :-) |
If you're willing to do this manually, I have a fork of crane with an This will pop open an editor for you to do whatever you need:
I'm interested in this and there have been some attempts (#891) but I wasn't ever really happy with the UX. I'm thinking we should just have something similar to cc @tianon |
This issue is stale because it has been open for 90 days with no |
How do we set the manifest
platform."os.version"
property like thegolang:1.17.1
image?The text was updated successfully, but these errors were encountered: