Skip to content

Commit

Permalink
Merge pull request #332 from brianmcarey/fix-e2e-job
Browse files Browse the repository at this point in the history
Use full image name for golang builder container image
  • Loading branch information
kubevirt-bot authored Oct 7, 2024
2 parents adbd6c2 + 06869a9 commit 1c65602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/kubevirt-cloud-controller-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 golang:1.20.6 AS builder
FROM --platform=linux/amd64 docker.io/library/golang:1.20.6 AS builder

WORKDIR /go/src/kubevirt.io/cloud-provider-kubevirt

Expand Down

0 comments on commit 1c65602

Please sign in to comment.