Skip to content

Conversation

@robscott
Copy link
Member

What type of PR is this?
/kind bug

What this PR does / why we need it:
Presubmits are currently failing (example) with the following error:

#3 [internal] load metadata for docker.io/library/golang:1.20
#3 ERROR: failed to copy: httpReadSeeker: failed open: content at https://mirror.gcr.io/v2/library/golang/manifests/sha256:344193a70dc3588452ea39b4a1e465a8d3c91f788ae053f7ee168cebf18e0a50?ns=docker.io not found: not found
#4 [internal] load metadata for gcr.io/distroless/static:nonroot
#4 DONE 0.8s
------
 > [internal] load metadata for docker.io/library/golang:1.20:
------
Dockerfile.webhook:16
--------------------
  14 |     
  15 |     ARG BUILDPLATFORM=linux/amd64
  16 | >>> FROM --platform=$BUILDPLATFORM golang:1.20 AS build-env
  17 |     RUN mkdir -p /go/src/sig.k8s.io/gateway-api
  18 |     WORKDIR /go/src/sig.k8s.io/gateway-api
--------------------
ERROR: failed to solve: golang:1.20: failed to copy: httpReadSeeker: failed open: content at https://mirror.gcr.io/v2/library/golang/manifests/sha256:344193a70dc3588452ea39b4a1e465a8d3c91f788ae053f7ee168cebf18e0a50?ns=docker.io not found: not found
�[0;31mTest FAILED: hack/../hack/verify-examples-kind.sh 

This PR hopes to understand why that's happening and eventually fix it.

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 28, 2023
@k8s-ci-robot k8s-ci-robot requested a review from bowei June 28, 2023 18:15
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 28, 2023
@k8s-ci-robot k8s-ci-robot requested a review from shaneutt June 28, 2023 18:15
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 28, 2023
@robscott
Copy link
Member Author

Update: I thought it was going to be more complicated than this, but apparently just using a slightly different image seems to do the trick. LGTM would be appreciated to unblock other PRs.

@robscott robscott changed the title Attempting to fix/understand broken presubmits Fixing broken presubmits by bumping base image version Jun 28, 2023
@mikemorris
Copy link
Contributor

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 28, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikemorris, robscott

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit df91fe0 into kubernetes-sigs:main Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants