Skip to content

Commit 4ed277e

Browse files
cyanidiumpl4nty
authored andcommitted
fix: Specify registry for golang container
Specifying the registry allows podman/buildah to locate the image correctly. docker continues to work as expected.
1 parent d34f295 commit 4ed277e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM docker.io/golang:1.22 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)