File tree Expand file tree Collapse file tree 11 files changed +145
-656
lines changed Expand file tree Collapse file tree 11 files changed +145
-656
lines changed Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
4
4
FROM $GO_BUILDER AS builder
5
5
@@ -34,9 +34,8 @@ LABEL \
34
34
io.k8s.description="Red Hat OpenShift Pipelines Controller" \
35
35
io.openshift.tags="pipelines,tekton,openshift"
36
36
37
- RUN microdnf install -y shadow-utils && \
38
- groupadd -r -g 65532 nonroot && \
39
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
37
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
+
40
39
USER 65532
41
40
42
41
ENTRYPOINT ["/ko-app/controller" ]
Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
4
4
FROM $GO_BUILDER AS builder
5
5
@@ -35,9 +35,8 @@ LABEL \
35
35
io.k8s.description="Red Hat OpenShift Pipelines Entrypoint" \
36
36
io.openshift.tags="pipelines,tekton,openshift"
37
37
38
- RUN microdnf install -y shadow-utils && \
39
- groupadd -r -g 65532 nonroot && \
40
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
39
+
41
40
USER 65532
42
41
43
42
ENTRYPOINT ["/ko-app/entrypoint" ]
Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
4
4
FROM $GO_BUILDER AS builder
5
5
@@ -34,9 +34,8 @@ LABEL \
34
34
io.k8s.description="Red Hat OpenShift Pipelines Events" \
35
35
io.openshift.tags="pipelines,tekton,openshift"
36
36
37
- RUN microdnf install -y shadow-utils && \
38
- groupadd -r -g 65532 nonroot && \
39
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
37
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
+
40
39
USER 65532
41
40
42
41
ENTRYPOINT ["/ko-app/events" ]
Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG MID_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG MID_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
ARG RUNTIME=scratch
4
4
5
5
FROM $GO_BUILDER AS builder
Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
4
4
FROM $GO_BUILDER AS builder
5
5
@@ -34,9 +34,8 @@ LABEL \
34
34
io.k8s.description="Red Hat OpenShift Pipelines Resolvers" \
35
35
io.openshift.tags="pipelines,tekton,openshift"
36
36
37
- RUN microdnf install -y shadow-utils && \
38
- groupadd -r -g 65532 nonroot && \
39
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
37
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
+
40
39
USER 65532
41
40
42
41
ENTRYPOINT ["/ko-app/resolvers" ]
Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
4
4
FROM $GO_BUILDER AS builder
5
5
@@ -34,9 +34,8 @@ LABEL \
34
34
io.k8s.description="Red Hat OpenShift Pipelines Sidecarlogresults" \
35
35
io.openshift.tags="pipelines,tekton,openshift"
36
36
37
- RUN microdnf install -y shadow-utils && \
38
- groupadd -r -g 65532 nonroot && \
39
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
37
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
+
40
39
USER 65532
41
40
42
41
ENTRYPOINT ["/ko-app/sidecarlogresults" ]
Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
4
4
FROM $GO_BUILDER AS builder
5
5
@@ -34,9 +34,8 @@ LABEL \
34
34
io.k8s.description="Red Hat OpenShift Pipelines Webhook" \
35
35
io.openshift.tags="pipelines,tekton,openshift"
36
36
37
- RUN microdnf install -y shadow-utils && \
38
- groupadd -r -g 65532 nonroot && \
39
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
37
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
+
40
39
USER 65532
41
40
42
41
ENTRYPOINT ["/ko-app/webhook" ]
Original file line number Diff line number Diff line change 1
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
- ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
2
+ ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
3
3
4
4
FROM $GO_BUILDER AS builder
5
5
@@ -34,9 +34,8 @@ LABEL \
34
34
io.k8s.description="Red Hat OpenShift Pipelines Workingdirinit" \
35
35
io.openshift.tags="pipelines,tekton,openshift"
36
36
37
- RUN microdnf install -y shadow-utils && \
38
- groupadd -r -g 65532 nonroot && \
39
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
37
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
38
+
40
39
USER 65532
41
40
42
41
ENTRYPOINT ["/ko-app/workingdirinit" ]
Original file line number Diff line number Diff line change 1
1
contentOrigin :
2
2
repofiles :
3
3
- ./ubi.repo
4
- packages : [shadow-utils ]
4
+ packages : [openssl-libs-3.2.2-6.el9_5.1 ]
5
5
arches :
6
6
# The list of architectures
7
7
- aarch64
You can’t perform that action at this time.
0 commit comments