Skip to content

Commit

Permalink
Use fixed image tag instead of floating latest for Container file
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Aug 28, 2024
1 parent 370d8aa commit 1e9dba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 4. Start using uploader
# charon upload/delete from /home/charon/upload/...
###
FROM registry.access.redhat.com/ubi8-minimal:latest as builder
FROM registry.access.redhat.com/ubi8-minimal:8.10-1052 as builder

ARG GIT_BRANCH=main

Expand All @@ -28,7 +28,7 @@ RUN git clone -b ${GIT_BRANCH} --depth 1 https://github.com/Commonjava/charon.gi
RUN pip3 install --no-cache-dir --upgrade pip
RUN pip3 wheel ./charon

FROM registry.access.redhat.com/ubi8-minimal:latest
FROM registry.access.redhat.com/ubi8-minimal:8.10-1052

ARG USER=charon
ARG UID=10000
Expand Down

0 comments on commit 1e9dba5

Please sign in to comment.