Skip to content

Commit

Permalink
chore(ansible-operator): bump base to ubi 8.6 (#5955)
Browse files Browse the repository at this point in the history
Updates base image for ansible-operator to ubi 8.6.

Signed-off-by: Viliam Krizan <[email protected]>

Signed-off-by: Viliam Krizan <[email protected]>
  • Loading branch information
vkrizan authored Aug 22, 2022
1 parent afc3a88 commit 4fa178c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/ansible-operator-2.11-preview/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It is built with dependencies that take a while to download, thus speeding
# up ansible deploy jobs.

FROM registry.access.redhat.com/ubi8/ubi:8.5
FROM registry.access.redhat.com/ubi8/ubi:8.6
ARG TARGETARCH

# Label this image with the repo and commit that built it, for freshmaking purposes.
Expand Down
2 changes: 1 addition & 1 deletion images/ansible-operator/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It is built with dependencies that take a while to download, thus speeding
# up ansible deploy jobs.

FROM registry.access.redhat.com/ubi8/ubi:8.5
FROM registry.access.redhat.com/ubi8/ubi:8.6
ARG TARGETARCH

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

0 comments on commit 4fa178c

Please sign in to comment.