Skip to content

Commit

Permalink
[master] image(ansible-operator): bump base to quay.io/operator-frame…
Browse files Browse the repository at this point in the history
…work/ansible-operator-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40 (#6474)

* [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40

Signed-off-by: oceanc80 <[email protected]>

* [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40 (#6475)

Signed-off-by: oceanc80 <[email protected]>
Co-authored-by: oceanc80 <[email protected]>

---------

Signed-off-by: oceanc80 <[email protected]>
Co-authored-by: oceanc80 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and oceanc80 committed Jun 26, 2023
1 parent a99d7ed commit 93a2a32
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/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator

# Final image.
# TODO(asmacdo) update GH action to set this
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-7183146f4b2713be287ece17a3029f1fd0964c1e
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40

ENV HOME=/opt/ansible \
USER_NAME=ansible \
Expand Down
2 changes: 1 addition & 1 deletion images/ansible-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator

# Final image.
FROM quay.io/operator-framework/ansible-operator-base:master-7183146f4b2713be287ece17a3029f1fd0964c1e
FROM quay.io/operator-framework/ansible-operator-base:master-50c6ac03746ff4edf582feb9a71d2a7ea6ae6c40

ENV HOME=/opt/ansible \
USER_NAME=ansible \
Expand Down

0 comments on commit 93a2a32

Please sign in to comment.