File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
ansible-operator-2.11-preview Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2323ENV HOME=/opt/ansible \
2424 USER_NAME=ansible \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
1717RUN 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
2222ENV HOME=/opt/ansible \
2323 USER_NAME=ansible \
You can’t perform that action at this time.
0 commit comments