Skip to content

Conversation

@crazy-max crazy-max force-pushed the model-cli branch 3 times, most recently from 2ed488d to e136da8 Compare June 24, 2025 11:58
@crazy-max crazy-max force-pushed the model-cli branch 2 times, most recently from 747b0c8 to 8b324f9 Compare June 24, 2025 12:11
@crazy-max crazy-max requested review from thaJeztah and vvoland June 24, 2025 12:16
@crazy-max crazy-max marked this pull request as ready for review June 24, 2025 12:16
@thaJeztah
Copy link
Member

Interesting; how could we get a 403 for these? Expired token or something, or was there an incident on Docker Hub?

Dockerfile:159
--------------------
 157 |     # static
 158 |     FROM --platform=$BUILDPLATFORM ${DISTRO_IMAGE} AS builder-static-nosdk
 159 | >>> COPY --from=xx / /
 160 |     ARG DEBIAN_FRONTEND
 161 |     RUN apt-get update && apt-get install -y --no-install-recommends bash ca-certificates file git zip tar \
--------------------
ERROR: failed to solve: failed to compute cache key: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/tonistiigi/xx/blobs/sha256:6390c9e16af5a0bcbc5949cfa9e220778ff9a6728ea5d6afc1692616c6d9564b: 403 Forbidden
#3 resolve image config for docker-image://docker.io/docker/dockerfile:1
#3 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/docker/dockerfile/blobs/sha256:9a3ea2cfda9bd82b5178269c253cf28ffbd6e1df255d77a658761108b399b7a3: 403 Forbidden

@crazy-max
Copy link
Member Author

or was there an incident on Docker Hub?

Yes seems to be some flakiness from Docker Hub 🤔

@thaJeztah
Copy link
Member

ISTR we had a fix for this, or was this just another whoopsie of hub? (or perhaps the version of docker / BuildKit used)?

Error: buildx bake failed with: ERROR: failed to solve: failed to compute cache key: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/golang/blobs/sha256:bd9106da882bb6c4352bd75a3b17f5a07386fd4986331b7e2de27bc3950abb21: 403 Forbidden

I kicked CI again 😅

@crazy-max
Copy link
Member Author

ISTR we had a fix for this, or was this just another whoopsie of hub? (or perhaps the version of docker / BuildKit used)?

Error: buildx bake failed with: ERROR: failed to solve: failed to compute cache key: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/golang/blobs/sha256:bd9106da882bb6c4352bd75a3b17f5a07386fd4986331b7e2de27bc3950abb21: 403 Forbidden

I kicked CI again 😅

Yeah seems to be some cloudflare issue :(

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like upstream doesn't have a Dockerfile, other than for generating the docs; should we add one there as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think they should have one. At least they should pin Go version, atm it always takes latest, see docker/model-cli#62 (comment)

@crazy-max crazy-max force-pushed the model-cli branch 2 times, most recently from 1227602 to 683b648 Compare July 6, 2025 12:16
@crazy-max crazy-max mentioned this pull request Jul 6, 2025
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max crazy-max merged commit a47fbec into docker:main Aug 1, 2025
431 checks passed
@crazy-max crazy-max deleted the model-cli branch August 1, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants