Compare commits
3 Commits
277c98370a
...
status
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ed5e1eeeb | |||
| 9939fb250f | |||
| ed85507d12 |
@@ -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
|
||||
|
||||
|
||||
@@ -32,6 +32,22 @@ spec:
|
||||
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
||||
metadata:
|
||||
type: object
|
||||
status:
|
||||
type: object
|
||||
properties:
|
||||
baked:
|
||||
type: boolean
|
||||
conditions:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
message:
|
||||
type: string
|
||||
description: Describes the transition in detail
|
||||
lastUpdateTime:
|
||||
type: string
|
||||
description: Timestamp of the transition
|
||||
spec:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
spec:
|
||||
serviceAccountName: cookieprocessor
|
||||
containers:
|
||||
- image: quay.io/olbohlen/cookie-operator:latest
|
||||
- image: quay.io/kareiva/cookie-operator:latest
|
||||
name: cookie-operator
|
||||
resources: {}
|
||||
status: {}
|
||||
|
||||
Reference in New Issue
Block a user