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-f34c12d88b2e889c86a19418dd9ad2ad4e027256 (#5877)

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

Signed-off-by: everettraven <everettraven@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-f34c12d88b2e889c86a19418dd9ad2ad4e027256 (#5878)

Signed-off-by: everettraven <everettraven@users.noreply.github.com>

Co-authored-by: everettraven <everettraven@users.noreply.github.com>

Co-authored-by: everettraven <everettraven@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and everettraven committed Jun 14, 2022
1 parent d22830b commit 9e95050
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-ada7bf46dea8af2e2c8791d251c4dbbedecb2dc4
FROM quay.io/operator-framework/ansible-operator-2.11-preview-base:master-f34c12d88b2e889c86a19418dd9ad2ad4e027256

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-ada7bf46dea8af2e2c8791d251c4dbbedecb2dc4
FROM quay.io/operator-framework/ansible-operator-base:master-f34c12d88b2e889c86a19418dd9ad2ad4e027256

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

0 comments on commit 9e95050

Please sign in to comment.