Skip to content

Commit 90eee1d

Browse files
Merge pull request #668 from gibizer/fix-dockerfile
Use qualified container image names in Dockerfile
2 parents 1561059 + 3ef600c commit 90eee1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_BUILDER=golang:1.20
1+
ARG GOLANG_BUILDER=docker.io/library/golang:1.20
22
ARG OPERATOR_BASE_IMAGE=gcr.io/distroless/static:nonroot
33

44
# Build the manager binary

0 commit comments

Comments
 (0)