File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.11)
22
3- project (marblerun VERSION 1.4.0 )
3+ project (marblerun VERSION 1.4.1 )
44find_package (OpenEnclave CONFIG REQUIRED)
55
66if (NOT CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change 1- FROM ubuntu:jammy-20231128
1+ FROM ubuntu:jammy-20240212
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 @@ -4,7 +4,7 @@ RUN wget \
44 https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage \
55 https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-x86_64
66
7- FROM ubuntu:focal-20231128
7+ FROM ubuntu:focal-20240123
88COPY --from=download /intel-sgx-deb.key /etc/apt/keyrings/intel-sgx-keyring.asc
99COPY --from=download /*-x86_64* /
1010RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \
Original file line number Diff line number Diff line change 1- FROM ghcr.io/edgelesssys/marblerun/build-base-focal:v1.4.0 AS build
1+ FROM ghcr.io/edgelesssys/marblerun/build-base-focal:v1.4.1 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 \
@@ -12,8 +12,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1212 ninja-build \
1313 wget
1414
15- ARG erttag=v0.4.1
16- ARG mrtag=v1.4.0
15+ ARG erttag=v0.4.2
16+ ARG mrtag=v1.4.1
1717ARG goversion=1.20.6
1818RUN wget -qO- https://go.dev/dl/go${goversion}.linux-amd64.tar.gz | tar -C /usr/local -xz \
1919 && git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
Original file line number Diff line number Diff line change 1- FROM ghcr.io/edgelesssys/marblerun/build-base:v1.4.0 AS build
1+ FROM ghcr.io/edgelesssys/marblerun/build-base:v1.4.1 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,8 +11,8 @@ RUN apt-get install -y --no-install-recommends \
1111 ninja-build \
1212 wget
1313
14- ARG erttag=v0.4.1
15- ARG mrtag=v1.4.0
14+ ARG erttag=v0.4.2
15+ ARG mrtag=v1.4.1
1616ARG goversion=1.20.6
1717RUN wget -qO- https://go.dev/dl/go${goversion}.linux-amd64.tar.gz | tar -C /usr/local -xz \
1818 && git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
@@ -43,7 +43,7 @@ COPY --from=build \
4343COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
4444
4545# the coordinator container image
46- FROM ubuntu:jammy-20231128 AS release
46+ FROM ubuntu:jammy-20240212 AS release
4747ARG PSW_VERSION=2.22.100.3-jammy1
4848ARG DCAP_VERSION=1.19.100.3-jammy1
4949RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \
You can’t perform that action at this time.
0 commit comments