Skip to content

Commit

Permalink
Merge pull request #3392 from adelton/fully-qualify-images
Browse files Browse the repository at this point in the history
Be explicit about the source of the golang images.
  • Loading branch information
k8s-ci-robot authored Oct 24, 2023
2 parents 9966319 + 8c92a9d commit 0595203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/kindnetd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# first stage build kindnetd binary
# NOTE: the actual go version will be overridden
FROM --platform=$BUILDPLATFORM golang:latest
FROM --platform=$BUILDPLATFORM docker.io/library/golang:latest
WORKDIR /go/src
COPY --chmod=0755 scripts/third_party/gimme/gimme /usr/local/bin/
# make deps fetching cacheable
Expand Down
2 changes: 1 addition & 1 deletion images/local-path-provisioner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# NOTE the actual go version will be overridden
FROM --platform=$BUILDPLATFORM golang:latest
FROM --platform=$BUILDPLATFORM docker.io/library/golang:latest
COPY --chmod=0755 scripts/third_party/gimme/gimme /usr/local/bin/
RUN git clone --filter=tree:0 https://github.com/rancher/local-path-provisioner
ARG VERSION
Expand Down

0 comments on commit 0595203

Please sign in to comment.