Skip to content

Commit 4451a6c

Browse files
[master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-b4cfdd264398bb4a067864f0331b3291aff36b03 (#5537)
* [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-b4cfdd264398bb4a067864f0331b3291aff36b03 Signed-off-by: jmrodri <[email protected]> * [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-b4cfdd264398bb4a067864f0331b3291aff36b03 (#5538) Signed-off-by: jmrodri <[email protected]> Co-authored-by: jmrodri <[email protected]> Co-authored-by: jmrodri <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 861ed59 commit 4451a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-69ba8b0e9b375529ab47788bd0dbe4e3524ddc12
21+
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-b4cfdd264398bb4a067864f0331b3291aff36b03
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-69ba8b0e9b375529ab47788bd0dbe4e3524ddc12
20+
FROM quay.io/operator-framework/ansible-operator-base:master-b4cfdd264398bb4a067864f0331b3291aff36b03
2121

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

0 commit comments

Comments
 (0)