Skip to content

Commit

Permalink
AS: fix restful-as dockerfile
Browse files Browse the repository at this point in the history
VERIFIER is not claimed as an ARG thus not take effection in the
following building steps.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 15, 2024
1 parent 5f2f053 commit d0ba9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attestation-service/docker/as-restful/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN cargo install --path attestation-service --bin restful-as --features restful

FROM ubuntu:22.04
ARG ARCH=x86_64
ARG VERIFIER=all-verifier

LABEL org.opencontainers.image.source="https://github.com/confidential-containers/attestation-service"

Expand Down

0 comments on commit d0ba9ee

Please sign in to comment.