Compare commits
2 Commits
277c98370a
...
9939fb250f
| Author | SHA1 | Date | |
|---|---|---|---|
| 9939fb250f | |||
| ed85507d12 |
@@ -1,11 +1,11 @@
|
|||||||
FROM quay.io/olbohlen/kshbase:latest
|
FROM quay.io/centos/centos:stream10-minimal
|
||||||
#FROM docker.eenfach.de/olbohlen/kshbase:latest
|
|
||||||
LABEL author="Olaf Bohlen <olbohlen@eenfach.de>"
|
LABEL author="Olaf Bohlen <olbohlen@eenfach.de>"
|
||||||
|
|
||||||
COPY recipe-processor.ksh /usr/local/bin/recipe-processor.ksh
|
COPY recipe-processor.ksh /usr/local/bin/recipe-processor.ksh
|
||||||
RUN chmod 755 /usr/local/bin/recipe-processor.ksh && \
|
RUN chmod 755 /usr/local/bin/recipe-processor.ksh && \
|
||||||
|
microdnf install -y shadow-utils && \
|
||||||
useradd cookie && \
|
useradd cookie && \
|
||||||
dnf install -y jq
|
microdnf install -y jq ksh
|
||||||
|
|
||||||
USER cookie
|
USER cookie
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
serviceAccountName: cookieprocessor
|
serviceAccountName: cookieprocessor
|
||||||
containers:
|
containers:
|
||||||
- image: quay.io/olbohlen/cookie-operator:latest
|
- image: quay.io/kareiva/cookie-operator:latest
|
||||||
name: cookie-operator
|
name: cookie-operator
|
||||||
resources: {}
|
resources: {}
|
||||||
status: {}
|
status: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user