Replies: 1 comment 3 replies
|
Could you build this yourself using scripting? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently
buildah pushprovides--encryption-keyflag which allows us to specify encryption key and protocol, and the--encrypt-layerflag to specify which layers to encrypt.Is there a way to use different encryption keys for different layers? If a image contains lot of layers, using different encryption keys for different set of layers would increase image security and also decrease the consequences of leakage of a single key.
All reactions