File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v0.4.13
1+ v0.5.0
Original file line number Diff line number Diff line change 1- FROM ghcr.io/edgelesssys/edgelessrt/build-base:v0.4.13 AS build
1+ FROM ghcr.io/edgelesssys/edgelessrt/build-base:v0.5.0 AS build
22
33# don't run `apt-get update` because required packages are cached in build-base for reproducibility
44RUN apt-get install -y --no-install-recommends \
@@ -11,7 +11,7 @@ RUN apt-get install -y --no-install-recommends \
1111 ninja-build \
1212 wget
1313
14- ARG erttag=v0.4.13
14+ ARG erttag=v0.5.0
1515RUN git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
1616 && mkdir build
1717
@@ -26,13 +26,13 @@ FROM scratch AS export
2626COPY --from=build /build/edgelessrt_*_amd64_ubuntu-22.04.deb /
2727
2828
29- FROM ubuntu:jammy-20250819 AS release_deploy
29+ FROM ubuntu:jammy-20251013 AS release_deploy
3030LABEL description="Containerized SGX for release"
3131
3232ARG PSW_VERSION=2.26.100.0-jammy1
3333ARG DCAP_VERSION=1.23.100.0-jammy1
3434RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \
35- && wget -Petc https://github.com/intel/SGXDataCenterAttestationPrimitives /raw/DCAP_1.23/QuoteGeneration/qcnl/linux/sgx_default_qcnl_azure.conf \
35+ && wget -Petc https://github.com/intel/confidential-computing.tee.dcap /raw/DCAP_1.23/QuoteGeneration/qcnl/linux/sgx_default_qcnl_azure.conf \
3636 && wget -qO /etc/apt/keyrings/intel-sgx-keyring.asc https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key \
3737 && echo 'deb [signed-by=/etc/apt/keyrings/intel-sgx-keyring.asc arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main' > /etc/apt/sources.list.d/intel-sgx.list \
3838 && apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 1- FROM ubuntu:jammy-20250819
1+ FROM ubuntu:jammy-20251013
22RUN apt-get update && apt-get install -dy --no-install-recommends \
33 build-essential \
44 ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ghcr.io/edgelesssys/edgelessrt/build-base-focal:v0.4.13 AS build
1+ FROM ghcr.io/edgelesssys/edgelessrt/build-base-focal:v0.5.0 AS build
22
33# don't run `apt-get update` because required packages are cached in build-base for reproducibility
44RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@@ -11,7 +11,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1111 ninja-build \
1212 wget
1313
14- ARG erttag=v0.4.13
14+ ARG erttag=v0.5.0
1515RUN git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
1616 && mkdir build
1717
You can’t perform that action at this time.
0 commit comments