Skip to content
Snippets Groups Projects

Deprecation notice for container registry pull thru cache

Merged Tim Rizzi requested to merge trizzi-master-patch-87787 into master
All threads resolved!
Files
2
@@ -8,6 +8,4 @@
@@ -8,6 +8,4 @@
stage: Package # (required) String value of the stage that the feature was created in. e.g., Growth
stage: Package # (required) String value of the stage that the feature was created in. e.g., Growth
issue_url: https://gitlab.com/gitlab-org/container-registry/-/issues/842 # (required) Link to the deprecation issue in GitLab
issue_url: https://gitlab.com/gitlab-org/container-registry/-/issues/842 # (required) Link to the deprecation issue in GitLab
body: | # (required) Do not modify this line, instead modify the lines below.
body: | # (required) Do not modify this line, instead modify the lines below.
While the Container Registry pull-through cache functionality is useful, we have not made significant changes here. In addition, our blog suggests using the upstream version of the container registry to achieve the same functionality. Removing the pull-through cache allows us also to remove the upstream client code. We can remove the code without sacrificing functionality.
The Container Registry pull-through cache is deprecated in GitLab 15.8 and will be removed in GitLab 16.0. While the Container Registry pull-through cache functionality is useful, we have not made significant changes to this feature. You can use the upstream version of the container registry to achieve the same functionality. Removing the pull-through cache allows us also to remove the upstream client code without sacrificing functionality.
We will remove the Container Registry pull-through cache functionality in GitLab 16.0.
Loading