Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ RUN echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu foc
libtdx-attest-dev=1.20.100.2-focal1 \
libsgx-dcap-default-qpl

##install msr in docker
COPY --from=build /cvm-agent/cvmassistants/keyprovider/key-provider-agent/modules/msr.ko /workplace/cvm-agent/cvmassistants/keyprovider
RUN apt-get install -y kmod msr-tools
# && insmod /workplace/cvm-agent/cvmassistants/keyprovider/msr.ko

COPY --from=build /cvm-agent/cvmassistants/keyprovider/key-provider-agent/key_provider_agent /workplace/cvm-agent/cvmassistants/keyprovider
COPY --from=build /usr/local/lib/rats-tls/ /usr/lib/
COPY --from=build /usr/local/lib/rats-tls/ /usr/local/lib/rats-tls/
Expand All @@ -153,11 +148,6 @@ RUN mkdir -p /workplace/cvm-agent/cvmassistants/firewall \
&& mkdir -p /lib/modules \
&& apt install -y iptables ufw unzip

RUN cd /lib/modules \
&& wget http://47.110.140.182:8080/9rOfG8/5.4.117-csv.zip \
&& unzip 5.4.117-csv.zip \
&& rm -f 5.4.117-csv.zip

COPY --from=build /cvm-agent/cvmassistants/firewall /workplace/cvm-agent/cvmassistants/firewall

WORKDIR /workplace/app
Expand Down
Binary file not shown.