@@ -71,7 +71,7 @@ The following table provides an overview of the current status of deprecated fea
71
71
| Removed | [ Btrfs storage driver on CentOS 7 and RHEL 7] ( #btrfs-storage-driver-on-centos-7-and-rhel-7 ) | v20.10 | v23.0 |
72
72
| Removed | [ Support for encrypted TLS private keys] ( #support-for-encrypted-tls-private-keys ) | v20.10 | v23.0 |
73
73
| Removed | [ Kubernetes stack and context support] ( #kubernetes-stack-and-context-support ) | v20.10 | v23.0 |
74
- | Deprecated | [ Pulling images from non-compliant image registries] ( #pulling-images-from-non-compliant-image-registries ) | v20.10 | - |
74
+ | Removed | [ Pulling images from non-compliant image registries] ( #pulling-images-from-non-compliant-image-registries ) | v20.10 | v28.2 |
75
75
| Removed | [ Linux containers on Windows (LCOW)] ( #linux-containers-on-windows-lcow-experimental ) | v20.10 | v23.0 |
76
76
| Deprecated | [ BLKIO weight options with cgroups v1] ( #blkio-weight-options-with-cgroups-v1 ) | v20.10 | - |
77
77
| Removed | [ Kernel memory limit] ( #kernel-memory-limit ) | v20.10 | v23.0 |
@@ -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)
580
578
0 commit comments