Skip to content

Commit 71e8712

Browse files
committed
update versions
Signed-off-by: Thomas Tendyck <tt@edgeless.systems>
1 parent b0342ad commit 71e8712

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.13
1+
v0.5.0

dockerfiles/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
RUN 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
1515
RUN git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
1616
&& mkdir build
1717

@@ -26,13 +26,13 @@ FROM scratch AS export
2626
COPY --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
3030
LABEL description="Containerized SGX for release"
3131

3232
ARG PSW_VERSION=2.26.100.0-jammy1
3333
ARG DCAP_VERSION=1.23.100.0-jammy1
3434
RUN 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 \

dockerfiles/Dockerfile.build-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20250819
1+
FROM ubuntu:jammy-20251013
22
RUN apt-get update && apt-get install -dy --no-install-recommends \
33
build-essential \
44
ca-certificates \

dockerfiles/Dockerfile.focal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
RUN 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
1515
RUN git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
1616
&& mkdir build
1717

0 commit comments

Comments
 (0)