Skip to content

Commit

Permalink
Merge pull request #668 from gibizer/fix-dockerfile
Browse files Browse the repository at this point in the history
Use qualified container image names in Dockerfile
  • Loading branch information
openshift-merge-bot[bot] authored Feb 16, 2024
2 parents 1561059 + 3ef600c commit 90eee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_BUILDER=golang:1.20
ARG GOLANG_BUILDER=docker.io/library/golang:1.20
ARG OPERATOR_BASE_IMAGE=gcr.io/distroless/static:nonroot

# Build the manager binary
Expand Down

0 comments on commit 90eee1d

Please sign in to comment.