-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Description
Despite Go 1.25 support being merged in 87f680b, I don't see the GA-related 1.25 tags available on Docker Hub yet, and I'm running into the following when attempting to pull 1.25-based images:
------
> [internal] load metadata for docker.io/library/golang:1.25.0-alpine3.22:
------
Dockerfile:4
--------------------
2 | # builder image
3 | #
4 | >>> FROM golang:1.25.0-alpine3.22 AS builder
5 |
6 | RUN apk add --no-cache --update \
--------------------
failed to solve: golang:1.25.0-alpine3.22: failed to resolve source metadata for docker.io/library/golang:1.25.0-alpine3.22: docker.io/library/golang:1.25.0-alpine3.22: not found
gistart, simonhege, cwansart, busypika, jkbcz and 11 more
Metadata
Metadata
Assignees
Labels
No labels