Skip to content

Commit

Permalink
kbs: images: do not COPY openssl libs
Browse files Browse the repository at this point in the history
rust:latest points to a new enough Debian that comes
with libssl3 so there's no need to COPY the openssl libs
anymore for KBS to work.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
  • Loading branch information
mythi committed Jun 12, 2024
1 parent 0431b90 commit f14e08d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kbs/docker/Dockerfile.intel-trust-authority
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ LABEL org.opencontainers.image.source="https://github.com/confidential-container

RUN apt update && apt install -y ca-certificates

COPY --from=builder /usr/lib/x86_64-linux-gnu/libssl.so.1.1 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
COPY --from=builder /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
COPY --from=builder /usr/local/cargo/bin/kbs /usr/local/bin/kbs

0 comments on commit f14e08d

Please sign in to comment.