We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f3463 commit 576b1a7Copy full SHA for 576b1a7
Dockerfile
@@ -19,7 +19,7 @@ RUN echo "⏳ Creating fmc-repository.tar.xz" && \
19
tar cf fmc-repository.tar.xz --exclude-vcs /opt/fmc_repository/ -I 'xz -T0' --checkpoint=1000 --checkpoint-action=echo='%{%Y-%m-%d %H:%M:%S}t ⏳ \033[1;37m(%d sec)\033[0m: \033[1;32m#%u\033[0m, \033[0;33m%{}T\033[0m'
20
# }}}
21
22
-FROM docker.io/ubiqube/ubi-almalinux9:latest
+FROM docker.io/ubiqube/ubi-almalinux10:latest
23
# Copy all resources to the final image {{{
24
RUN mkdir -p /opt/fmc_repository && chown -R 1000:1000 /opt/fmc_repository
25
USER 1000
0 commit comments