-
Notifications
You must be signed in to change notification settings - Fork 99
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 relocation of invocation images #157
Comments
See `duffle relocate -h` for documentation. Adds the originalImage and originalDigest fields to images in both the image map and invocation images on the assumption that cnabio/cnab-spec#157 will be implemented. Fixes cnabio#668
See `duffle relocate -h` for documentation. Adds the originalImage and originalDigest fields to images in both the image map and invocation images on the assumption that cnabio/cnab-spec#157 will be implemented. Fixes cnabio#668
same as for images, the digest should not change because of relocation. If it does, it means that the content of the image itself has changed |
I agree with the sentiment, but please note that if the digest changes because a registry-specific compression algorithm was used, then it is conceivable for the uncompressed image content not to have changed even though the digest has. The image relocation code preserves digests by carefully copying blobs between registries without changing their compression. |
See `duffle relocate -h` for documentation. Adds the originalImage field to images in both the image map and invocation images on the assumption that cnabio/cnab-spec#157 will be implemented. Fixes cnabio#668
See `duffle relocate -h` for documentation. Adds the originalImage field to images in both the image map and invocation images on the assumption that cnabio/cnab-spec#157 will be implemented. Fixes cnabio#668
See `duffle relocate -h` for documentation. Adds the originalImage field to images in both the image map and invocation images on the assumption that cnabio/cnab-spec#157 will be implemented. Fixes cnabio#668
See `duffle relocate -h` for documentation. Adds the originalImage field to images in both the image map and invocation images on the assumption that cnabio/cnab-spec#157 will be implemented. Fixes cnabio#668
See `duffle relocate -h` for documentation. Adds the originalImage field to images in both the image map and invocation images on the assumption that cnabio/cnab-spec#157 will be implemented. Fixes cnabio#668
In some scenarios, such as deploying a thick bundle in an air-gapped system, the runtime needs to relocate invocation images (as well as the other images referenced by the bundle). To support this, the optional
originalImage
andoriginalDigest
fields should be added to invocation images.The text was updated successfully, but these errors were encountered: