11 lines
1.3 KiB
YAML
11 lines
1.3 KiB
YAML
# REQUIRED FIELDS
|
|
#
|
|
- title: "Container Registry pull-through cache is removed" # (required) Clearly explain the change. For example, "The `confidential` field for a `Note` is removed" or "CI/CD job names are limited to 250 characters."
|
|
announcement_milestone: "15.8" # (required) The milestone when this feature was deprecated.
|
|
removal_milestone: "16.0" # (required) The milestone when this feature is being removed.
|
|
breaking_change: true # (required) Change to false if this is not a breaking change.
|
|
reporter: trizzi # (required) GitLab username of the person reporting the removal
|
|
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/937 # (required) Link to the deprecation issue in GitLab
|
|
body: | # (required) Do not modify this line, instead modify the lines below.
|
|
The Container Registry [pull-through cache](https://docs.docker.com/registry/recipes/mirror/) was deprecated in GitLab 15.8 and removed in GitLab 16.0. This feature is part of the upstream [Docker Distribution project](https://github.com/distribution/distribution) but we are removing that code in favor of the GitLab Dependency Proxy. Use the GitLab Dependency Proxy to proxy and cache container images from Docker Hub.
|