Skip to content

Commit 91e7da8

Browse files
authored
Merge pull request #379 from ligangty/main
Update Dockerfile
2 parents df2da60 + 681e8d8 commit 91e7da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

image/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 4. Start using uploader
2020
# charon upload/delete from /home/charon/upload/...
2121
###
22-
FROM registry.access.redhat.com/ubi8-minimal:8.10-1295 as builder
22+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1770021813 as builder
2323

2424
ARG GIT_BRANCH=release
2525

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

31-
FROM registry.access.redhat.com/ubi8-minimal:8.10-1295
31+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1770021813
3232

3333
ARG USER=charon
3434
ARG UID=10000
@@ -38,7 +38,7 @@ WORKDIR ${HOME_DIR}
3838

3939
USER root
4040

41-
RUN microdnf install -y python3.12-devel python3.12-pip shadow-utils gcc openssl-devel && microdnf clean all
41+
RUN microdnf install -y python3.12-devel python3.12-pip shadow-utils gcc openssl-devel file && microdnf clean all
4242
RUN useradd -d ${HOME_DIR} -u ${UID} -g 0 -m -s /bin/bash ${USER} \
4343
&& chown ${USER}:0 ${HOME_DIR} \
4444
&& chmod -R g+rwx ${HOME_DIR} \

0 commit comments

Comments
 (0)