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 da74b38 commit cb49295Copy full SHA for cb49295
image/Containerfile
@@ -19,16 +19,16 @@
19
# 4. Start using uploader
20
# charon upload/delete from /home/charon/upload/...
21
###
22
-FROM registry.access.redhat.com/ubi8-minimal:latest as builder
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1052 as builder
23
24
-ARG GIT_BRANCH=main
+ARG GIT_BRANCH=release
25
26
RUN microdnf install -y git-core python3.12 python3.12-pip && microdnf clean all
27
RUN git clone -b ${GIT_BRANCH} --depth 1 https://github.com/Commonjava/charon.git
28
RUN pip3 install --no-cache-dir --upgrade pip
29
RUN pip3 wheel ./charon
30
31
-FROM registry.access.redhat.com/ubi8-minimal:latest
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1052
32
33
ARG USER=charon
34
ARG UID=10000
0 commit comments