Skip to content

Commit b6b3744

Browse files
authored
Bump ubi(-minimal) to 8.8 (#6466)
Signed-off-by: Tatiana Krishtop <[email protected]>
1 parent 025f247 commit b6b3744

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
(images): Bumps all Operator SDK maintained images to now use ubi(-minimal) tag 8.8
6+
# kind is one of:
7+
# - addition
8+
# - change
9+
# - deprecation
10+
# - removal
11+
# - bugfix
12+
kind: "change"
13+
# Is this a breaking change?
14+
breaking: false

images/ansible-operator-2.11-preview/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is built with dependencies that take a while to download, thus speeding
33
# up ansible deploy jobs.
44

5-
FROM registry.access.redhat.com/ubi8/ubi:8.7
5+
FROM registry.access.redhat.com/ubi8/ubi:8.8
66
ARG TARGETARCH
77

88
# Label this image with the repo and commit that built it, for freshmaking purposes.

images/ansible-operator/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is built with dependencies that take a while to download, thus speeding
33
# up ansible deploy jobs.
44

5-
FROM registry.access.redhat.com/ubi8/ubi:8.7
5+
FROM registry.access.redhat.com/ubi8/ubi:8.8
66
ARG TARGETARCH
77

88
# Label this image with the repo and commit that built it, for freshmaking purposes.

images/custom-scorecard-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/custom-scorecard-tests
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
2121

2222
ENV HOME=/opt/custom-scorecard-tests \
2323
USER_NAME=custom-scorecard-tests \

images/helm-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
2121

2222
ENV HOME=/opt/helm \
2323
USER_NAME=helm \

images/operator-sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
2121

2222
ENV GO_VERSION 1.19
2323

images/scorecard-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/scorecard-test
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
2121

2222
ENV HOME=/opt/scorecard-test \
2323
USER_NAME=scorecard-test \

website/content/en/docs/building-operators/ansible/reference/proxy-vars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Example:
2424
spec:
2525
containers:
2626
- name: curl-example
27-
image: registry.access.redhat.com/ubi8/ubi:8.4-209
27+
image: registry.access.redhat.com/ubi8/ubi:8.8
2828
command: ["curl"]
2929
args: ["http://example.com/job-request"]
3030
env:

0 commit comments

Comments
 (0)