Skip to content

Commit 4fa178c

Browse files
authored
chore(ansible-operator): bump base to ubi 8.6 (#5955)
Updates base image for ansible-operator to ubi 8.6. Signed-off-by: Viliam Krizan <[email protected]> Signed-off-by: Viliam Krizan <[email protected]>
1 parent afc3a88 commit 4fa178c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5
5+
FROM registry.access.redhat.com/ubi8/ubi:8.6
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.5
5+
FROM registry.access.redhat.com/ubi8/ubi:8.6
66
ARG TARGETARCH
77

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

0 commit comments

Comments
 (0)