File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
77WORKDIR /tmp
88RUN 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
3232RUN 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
3636WORKDIR /tmp
3737RUN 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 && \
You can’t perform that action at this time.
0 commit comments