Skip to content

Commit 0c40192

Browse files
stevsmitSteven Smith
andauthored
Adds known issue (quay#1128)
Co-authored-by: Steven Smith <[email protected]>
1 parent 4fcf90f commit 0c40192

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

modules/rn_3_13_0.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,21 @@ For example API commands, see link:https://docs.redhat.com/en/documentation/red_
142142

143143
The following sections note known issues and limitations for {productname} {producty}.
144144

145+
=== Registry auto-pruning known issue
146+
147+
Currently, the auto-pruning feature prioritizes the following order when configured:
148+
149+
. Method: `creation_date` + `organization wide`
150+
. Method: `creation_date` + `repository wide`
151+
. Method: `number_of_tags` + `organization wide`
152+
. Method: `number_of_tags` + `repository wide`
153+
154+
This means that the auto-pruner first prioritizes, for example, an organization-wide policy set to expire tags by their creation date before it prunes images by the number of tags that it has.
155+
156+
There is a known issue when configuring a registry-wide auto-pruning policy. If {productname} administrators configure a `number_of_tags` policy before a `creation_date` policy, it is possible to prune more than the intended set for the `number_of_tags` policy. This might lead to situations where a repository removes certain image tags unexpectedly.
157+
158+
This is not an issue for organization or repository-wide auto-prune policies. This known issue only exists at the registry level. It will be fixed in a future version of {productname}.
159+
145160
[id="v2-ui-known-issues-313"]
146161
=== {productname} v2 UI known issues
147162

0 commit comments

Comments
 (0)