We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c492dd7 commit f034dfdCopy full SHA for f034dfd
image/Containerfile
@@ -19,7 +19,7 @@
19
# 4. Start using uploader
20
# charon upload/delete from /home/charon/upload/...
21
###
22
-FROM registry.access.redhat.com/ubi8-minimal:8.10-1295 as builder
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1295.1749680713 as builder
23
24
ARG GIT_BRANCH=release
25
@@ -28,7 +28,7 @@ RUN git clone -b ${GIT_BRANCH} --depth 1 https://github.com/Commonjava/charon.gi
28
RUN pip3 install --no-cache-dir --upgrade pip
29
RUN pip3 wheel ./charon
30
31
-FROM registry.access.redhat.com/ubi8-minimal:8.10-1295
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1295.1749680713
32
33
ARG USER=charon
34
ARG UID=10000
0 commit comments