Skip to content

Commit d86eed6

Browse files
author
訫剑
committed
Use official release AnolisOS image as AA base image
Signed-off-by: Jiale Zhang <[email protected]>
1 parent c2617f3 commit d86eed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.aa

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM registry.cn-hangzhou.aliyuncs.com/lxx/trustiflux:anolisos-latest as builder
5+
FROM openanolis/anolisos:latest as builder
66

77
WORKDIR /tmp
88
RUN curl https://download.01.org/intel-sgx/sgx-dcap/1.21/linux/distro/Anolis86/sgx_rpm_local_repo.tgz --output sgx_rpm_local_repo.tgz && \
@@ -31,7 +31,7 @@ RUN cargo +1.79.0 build -p attestation-agent --bin ttrpc-aa --no-default-feature
3131

3232
RUN strip target/x86_64-unknown-linux-gnu/debug/ttrpc-aa
3333

34-
FROM registry.cn-hangzhou.aliyuncs.com/lxx/trustiflux:anolisos-latest
34+
FROM openanolis/anolisos:latest
3535

3636
WORKDIR /tmp
3737
RUN curl https://download.01.org/intel-sgx/sgx-dcap/1.21/linux/distro/Anolis86/sgx_rpm_local_repo.tgz --output sgx_rpm_local_repo.tgz && \

0 commit comments

Comments
 (0)