File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
attestation-service/docker Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN if [ "$(uname -m)" != "${ARCH}" ]; then \
3333 cargo install --path attestation-service --bin grpc-as --features grpc-bin,${VERIFIER} --locked ${TARGET_FLAG}
3434
3535# ubuntu:24.04
36- FROM ubuntu@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
36+ FROM ubuntu@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
3737ARG ARCH=x86_64
3838ARG VERIFIER=all-verifier
3939
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN if [ "$(uname -m)" != "${ARCH}" ]; then \
3333 cargo install --path attestation-service --bin restful-as --features restful-bin,${VERIFIER} --locked ${TARGET_FLAG}
3434
3535# ubuntu:24.04
36- FROM ubuntu@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
36+ FROM ubuntu@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
3737
3838ARG ARCH=x86_64
3939ARG VERIFIER=all-verifier
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN cd kbs && make AS_FEATURE=coco-as-builtin ALIYUN=${ALIYUN} ARCH=${ARCH} && \
4545 make ARCH=${ARCH} install-kbs
4646
4747# ubuntu:24.04
48- FROM ubuntu@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
48+ FROM ubuntu@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
4949ARG ARCH=x86_64
5050
5151WORKDIR /tmp
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN if [ "${NEBULA_CA_PLUGIN}" = "true" ]; then \
3434 fi
3535
3636# ubuntu:24.04
37- FROM ubuntu@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
37+ FROM ubuntu@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
3838
3939LABEL org.opencontainers.image.source="https://github.com/confidential-containers/trustee/kbs"
4040
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN cd kbs && make AS_FEATURE=intel-trust-authority-as ALIYUN=${ALIYUN} && \
1313 make install-kbs
1414
1515# ubuntu:24.04
16- FROM ubuntu@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
16+ FROM ubuntu@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
1717
1818LABEL org.opencontainers.image.source="https://github.com/confidential-containers/trustee/kbs"
1919
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ RUN cd kbs && make cli-static-linux && \
1212 cp ../target/$(uname -m)-unknown-linux-gnu/release/kbs-client /
1313
1414# ubuntu:24.04
15- FROM ubuntu@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
15+ FROM ubuntu@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
1616
1717COPY --from=builder /kbs-client /usr/local/bin/kbs-client
You can’t perform that action at this time.
0 commit comments