Skip to content

Commit aa2ae1f

Browse files
Merge pull request #409 from supreeth7/version-update
fix: Bump ubi8 images and go
2 parents 55d18fe + 36a6d32 commit aa2ae1f

6 files changed

Lines changed: 26 additions & 30 deletions

File tree

apis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/addon-operator/apis
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.61.1-rhobs1

config/docker/addon-operator-manager.Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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
54
RUN 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

1413
WORKDIR /
1514

config/docker/addon-operator-webhook.Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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
54
RUN 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

1413
WORKDIR /
1514

config/docker/api-mock.Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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
54
RUN 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

1413
WORKDIR /
1514

config/docker/prometheus-remote-storage-mock.Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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
54
RUN 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

1413
WORKDIR /
1514

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/addon-operator
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

0 commit comments

Comments
 (0)