Skip to content

Commit

Permalink
Use qualified container image names in Dockerfile
Browse files Browse the repository at this point in the history
After we bumped to use the golang:1.20 image content provider job fails
with.

```
Error: creating build container: short-name resolution enforced but cannot prompt without a TTY
```
  • Loading branch information
gibizer committed Feb 16, 2024
1 parent 1561059 commit 3ef600c
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 3ef600c

Please sign in to comment.