Skip to content

Commit 071ba43

Browse files
authored
update ansible operator images (#6206)
to use the base image that uses UBI 8.7 Signed-off-by: Bryce Palmer <[email protected]> Signed-off-by: Bryce Palmer <[email protected]>
1 parent 417c3dc commit 071ba43

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
For the ansible operator container images, update them to
6+
properly pull in the base image that uses UBI 8.7
7+
8+
# kind is one of:
9+
# - addition
10+
# - change
11+
# - deprecation
12+
# - removal
13+
# - bugfix
14+
kind: "bugfix"
15+
16+
# Is this a breaking change?
17+
breaking: false

images/ansible-operator-2.11-preview/Dockerfile

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

1919
# Final image.
2020
# TODO(asmacdo) update GH action to set this
21-
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-77dd4e2ff165c0317254d55ff01ec1f8d0f1c34a
21+
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-aa0243440429e60568c27df5c7c22976f2b23a16
2222

2323
ENV HOME=/opt/ansible \
2424
USER_NAME=ansible \

images/ansible-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/ansible-operator
1818

1919
# Final image.
20-
FROM quay.io/operator-framework/ansible-operator-base:master-77dd4e2ff165c0317254d55ff01ec1f8d0f1c34a
20+
FROM quay.io/operator-framework/ansible-operator-base:master-aa0243440429e60568c27df5c7c22976f2b23a16
2121

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

0 commit comments

Comments
 (0)