File tree Expand file tree Collapse file tree 8 files changed +15
-29
lines changed Expand file tree Collapse file tree 8 files changed +15
-29
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
13
13
./cmd/controller
14
14
15
15
FROM $RUNTIME
16
- ARG VERSION=pipeline-next
16
+ ARG VERSION=pipeline-1.15.3
17
17
18
18
ENV CONTROLLER=/usr/local/bin/controller \
19
19
KO_APP=/ko-app \
@@ -33,9 +33,7 @@ LABEL \
33
33
io.k8s.description="Red Hat OpenShift Pipelines Controller" \
34
34
io.openshift.tags="pipelines,tekton,openshift"
35
35
36
- RUN microdnf install -y shadow-utils && \
37
- groupadd -r -g 65532 nonroot && \
38
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
36
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
39
37
USER 65532
40
38
41
39
ENTRYPOINT ["/ko-app/controller" ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 \
15
15
./cmd/entrypoint
16
16
17
17
FROM $RUNTIME
18
- ARG VERSION=pipeline-next
18
+ ARG VERSION=pipeline-1.15.3
19
19
20
20
ENV ENTRYPOINT=/usr/local/bin/entrypoint \
21
21
KO_APP=/ko-app \
@@ -35,9 +35,7 @@ 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
41
39
USER 65532
42
40
43
41
ENTRYPOINT ["/ko-app/entrypoint" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
13
13
./cmd/events
14
14
15
15
FROM $RUNTIME
16
- ARG VERSION=pipeline-next
16
+ ARG VERSION=pipeline-1.15.3
17
17
18
18
ENV EVENTS=/usr/local/bin/events \
19
19
KO_APP=/ko-app \
@@ -33,9 +33,7 @@ LABEL \
33
33
io.k8s.description="Red Hat OpenShift Pipelines Events" \
34
34
io.openshift.tags="pipelines,tekton,openshift"
35
35
36
- RUN microdnf install -y shadow-utils && \
37
- groupadd -r -g 65532 nonroot && \
38
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
36
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
39
37
USER 65532
40
38
41
39
ENTRYPOINT ["/ko-app/events" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
13
13
./cmd/nop
14
14
15
15
FROM $RUNTIME
16
- ARG VERSION=pipeline-next
16
+ ARG VERSION=pipeline-1.15.3
17
17
18
18
ENV NOP=/usr/local/bin/nop \
19
19
KO_APP=/ko-app \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
13
13
./cmd/resolvers
14
14
15
15
FROM $RUNTIME
16
- ARG VERSION=pipeline-next
16
+ ARG VERSION=pipeline-1.15.3
17
17
18
18
ENV RESOLVERS=/usr/local/bin/resolvers \
19
19
KO_APP=/ko-app \
@@ -33,9 +33,7 @@ LABEL \
33
33
io.k8s.description="Red Hat OpenShift Pipelines Resolvers" \
34
34
io.openshift.tags="pipelines,tekton,openshift"
35
35
36
- RUN microdnf install -y shadow-utils && \
37
- groupadd -r -g 65532 nonroot && \
38
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
36
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
39
37
USER 65532
40
38
41
39
ENTRYPOINT ["/ko-app/resolvers" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
13
13
./cmd/sidecarlogresults
14
14
15
15
FROM $RUNTIME
16
- ARG VERSION=pipeline-next
16
+ ARG VERSION=pipeline-1.15.3
17
17
18
18
ENV SIDECARLOGRESULTS=/usr/local/bin/sidecarlogresults \
19
19
KO_APP=/ko-app \
@@ -33,9 +33,7 @@ LABEL \
33
33
io.k8s.description="Red Hat OpenShift Pipelines Sidecarlogresults" \
34
34
io.openshift.tags="pipelines,tekton,openshift"
35
35
36
- RUN microdnf install -y shadow-utils && \
37
- groupadd -r -g 65532 nonroot && \
38
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
36
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
39
37
USER 65532
40
38
41
39
ENTRYPOINT ["/ko-app/sidecarlogresults" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
13
13
./cmd/webhook
14
14
15
15
FROM $RUNTIME
16
- ARG VERSION=pipeline-next
16
+ ARG VERSION=pipeline-1.15.3
17
17
18
18
ENV WEBHOOK=/usr/local/bin/webhook \
19
19
KO_APP=/ko-app \
@@ -33,9 +33,7 @@ LABEL \
33
33
io.k8s.description="Red Hat OpenShift Pipelines Webhook" \
34
34
io.openshift.tags="pipelines,tekton,openshift"
35
35
36
- RUN microdnf install -y shadow-utils && \
37
- groupadd -r -g 65532 nonroot && \
38
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
36
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
39
37
USER 65532
40
38
41
39
ENTRYPOINT ["/ko-app/webhook" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
13
13
./cmd/workingdirinit
14
14
15
15
FROM $RUNTIME
16
- ARG VERSION=pipeline-next
16
+ ARG VERSION=pipeline-1.15.3
17
17
18
18
ENV WORKINGDIRINIT=/usr/local/bin/workingdirinit \
19
19
KO_APP=/ko-app \
@@ -33,9 +33,7 @@ LABEL \
33
33
io.k8s.description="Red Hat OpenShift Pipelines Workingdirinit" \
34
34
io.openshift.tags="pipelines,tekton,openshift"
35
35
36
- RUN microdnf install -y shadow-utils && \
37
- groupadd -r -g 65532 nonroot && \
38
- useradd --no-log-init -r -u 65532 -g nonroot nonroot
36
+ RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
39
37
USER 65532
40
38
41
39
ENTRYPOINT ["/ko-app/workingdirinit" ]
You can’t perform that action at this time.
0 commit comments