Skip to content

Commit 47908bd

Browse files
[master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-c59a33ab653fb114f3cf85950732a49f858f4a74 (#6275)
* [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-c59a33ab653fb114f3cf85950732a49f858f4a74 Signed-off-by: theishshah <theishshah@users.noreply.github.com> * [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-c59a33ab653fb114f3cf85950732a49f858f4a74 (#6276) Signed-off-by: theishshah <theishshah@users.noreply.github.com> Co-authored-by: theishshah <theishshah@users.noreply.github.com> --------- Signed-off-by: theishshah <theishshah@users.noreply.github.com> Co-authored-by: theishshah <theishshah@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c59a33a commit 47908bd

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

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

0 commit comments

Comments
 (0)