Skip to content

Commit

Permalink
Copy image signing resources into docker filesystem
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Alex-Carter01 authored and fitzthum committed Feb 9, 2023
1 parent 7df7d6c commit c76b135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.simple-kbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FROM debian:bullseye
WORKDIR /usr/local/bin
COPY --from=builder /usr/src/simple-kbs/target/release/simple-kbs ./
COPY default_policy.json ./
COPY resources resources/

EXPOSE 44444
CMD ["simple-kbs", "--grpc_sock=0.0.0.0:44444"]

0 comments on commit c76b135

Please sign in to comment.