Use CentOS Stream minimal image

This commit is contained in:
2026-07-09 19:47:16 +03:00
parent 277c98370a
commit ed85507d12
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
FROM quay.io/olbohlen/kshbase:latest
#FROM docker.eenfach.de/olbohlen/kshbase:latest
FROM quay.io/centos/centos:stream10-minimal
LABEL author="Olaf Bohlen <olbohlen@eenfach.de>"
COPY recipe-processor.ksh /usr/local/bin/recipe-processor.ksh
RUN chmod 755 /usr/local/bin/recipe-processor.ksh && \
microdnf install -y shadow-utils && \
useradd cookie && \
dnf install -y jq
microdnf install -y jq ksh
USER cookie