Skip to content

Commit

Permalink
Lock ego container image
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Aug 2, 2023
1 parent 3172a20 commit 6a366e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/enclave.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# deploy = copies over only the enclave executable without the source
# in a lightweight base image specialized for deployment and prepares the /data/ folder.

FROM ghcr.io/edgelesssys/ego-dev:latest AS build-base
FROM ghcr.io/edgelesssys/ego-dev:v1.3.0 AS build-base

# setup container data structure
RUN mkdir -p /home/obscuro/go-obscuro
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN ego sign main
# /home/obscuro/go-obscuro/go/enclave/main contains the executable for the enclave
#
# Trigger a new build stage and use the smaller ego version:
FROM ghcr.io/edgelesssys/ego-deploy:latest
FROM ghcr.io/edgelesssys/ego-deploy:v1.3.0

# Copy just the binary for the enclave into this build stage
COPY --from=build-enclave \
Expand Down

0 comments on commit 6a366e8

Please sign in to comment.