File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/openshift/addon-operator/apis
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.61.1-rhobs1
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3e1adcc31c6073d010b8043b070bd089d7bf37ee2c397c110211a6273453433f
2- # registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014
32
43# shadow-utils contains adduser and groupadd binaries
54RUN microdnf install shadow-utils \
65 && groupadd --gid 1000 noroot \
76 && adduser \
8- --no-create-home \
9- --no-user-group \
10- --uid 1000 \
11- --gid 1000 \
12- noroot
7+ --no-create-home \
8+ --no-user-group \
9+ --uid 1000 \
10+ --gid 1000 \
11+ noroot
1312
1413WORKDIR /
1514
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3e1adcc31c6073d010b8043b070bd089d7bf37ee2c397c110211a6273453433f
2- # registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014
32
43# shadow-utils contains adduser and groupadd binaries
54RUN microdnf install shadow-utils \
65 && groupadd --gid 1000 noroot \
76 && adduser \
8- --no-create-home \
9- --no-user-group \
10- --uid 1000 \
11- --gid 1000 \
12- noroot
7+ --no-create-home \
8+ --no-user-group \
9+ --uid 1000 \
10+ --gid 1000 \
11+ noroot
1312
1413WORKDIR /
1514
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3e1adcc31c6073d010b8043b070bd089d7bf37ee2c397c110211a6273453433f
2- # registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014
32
43# shadow-utils contains adduser and groupadd binaries
54RUN microdnf install shadow-utils \
65 && groupadd --gid 1000 noroot \
76 && adduser \
8- --no-create-home \
9- --no-user-group \
10- --uid 1000 \
11- --gid 1000 \
12- noroot
7+ --no-create-home \
8+ --no-user-group \
9+ --uid 1000 \
10+ --gid 1000 \
11+ noroot
1312
1413WORKDIR /
1514
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3e1adcc31c6073d010b8043b070bd089d7bf37ee2c397c110211a6273453433f
2- # registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
1+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014
32
43# shadow-utils contains adduser and groupadd binaries
54RUN microdnf install shadow-utils \
65 && groupadd --gid 1000 noroot \
76 && adduser \
8- --no-create-home \
9- --no-user-group \
10- --uid 1000 \
11- --gid 1000 \
12- noroot
7+ --no-create-home \
8+ --no-user-group \
9+ --uid 1000 \
10+ --gid 1000 \
11+ noroot
1312
1413WORKDIR /
1514
Original file line number Diff line number Diff line change 11module github.com/openshift/addon-operator
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/blang/semver/v4 v4.0.0
You can’t perform that action at this time.
0 commit comments