![]() Extend the Applier interface's Apply method with an optional options parameter. For the container image encryption we intend to use the options parameter to pass image decryption parameters ('dcparameters'), which are primarily (privatte) keys, in form of a JSON document under the map key '_dcparameters', and pass them to the Applier's Apply() method. This helps us to access decryption keys and start the pipeline with the layer decryption before the layer data are unzipped and untarred. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com> |
||
---|---|---|
.. | ||
windows.go |