confidential-containers / simple-kbs

Key Broker Server for SEV(-ES)
Apache License 2.0
10 stars 12 forks source link

Copy image signing resources into docker filesystem #54

Closed Alex-Carter01 closed 1 year ago

Alex-Carter01 commented 1 year ago

Resources such as the policy.json and cosign.pub used to verify a signed image need to be copied into the docker environment to get used.

Signed-off-by: Alex Carter Alex.Carter@ibm.com

dubek commented 1 year ago

Also note that as-is the resources directory is empty. The addition (copying it into the simple-kbs image) is only meaningful if someone puts their resource files in it before building the image.

fitzthum commented 1 year ago

56 should fix CI issues btw

fitzthum commented 1 year ago

Please rebase @Alex-Carter01