You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -547,6 +547,7 @@ CLI configuration file are no longer used, and ignored.
547
547
### Pulling images from non-compliant image registries
548
548
549
549
**Deprecated in Release: v20.10**
550
+
**Removed in Release: v28.2**
550
551
551
552
Docker Engine v20.10 and up includes optimizations to verify if images in the
552
553
local image cache need updating before pulling, preventing the Docker Engine
@@ -556,7 +557,7 @@ image registry to conform to the [Open Container Initiative Distribution Specifi
556
557
While most registries conform to the specification, we encountered some registries
557
558
to be non-compliant, resulting in `docker pull` to fail.
558
559
559
-
As a temporary solution, Docker Engine v20.10 includes a fallback mechanism to
560
+
As a temporary solution, Docker Engine v20.10 added a fallback mechanism to
560
561
allow `docker pull` to be functional when using a non-compliant registry. A
561
562
warning message is printed in this situation:
562
563
@@ -565,16 +566,13 @@ warning message is printed in this situation:
565
566
pull by tag. This fallback is DEPRECATED, and will be removed in a future
566
567
release.
567
568
568
-
The fallback is added to allow users to either migrate their images to a compliant
569
-
registry, or for these registries to become compliant.
570
-
571
-
Note that this fallback only addresses failures on `docker pull`. Other commands,
572
-
such as `docker stack deploy`, or pulling images with `containerd` will continue
573
-
to fail.
569
+
The fallback was added to allow users to either migrate their images to a
570
+
compliant registry, or for these registries to become compliant.
574
571
575
-
Given that other functionality is still broken with these registries, we consider
576
-
this fallback a _temporary_ solution, and will remove the fallback in an upcoming
577
-
major release.
572
+
GitHub deprecated the legacy `docker.pkg.github.com` registry, and it was
573
+
[sunset on Feb 24th, 2025](https://github.blog/changelog/2025-01-23-legacy-docker-registry-closing-down/)
574
+
in favor of GitHub Container Registry (GHCR, ghcr.io), making this fallback
575
+
no longer needed.
578
576
579
577
### Linux containers on Windows (LCOW) (experimental)
0 commit comments