From 7dd28ef0487a63c94fa594e9a8cedba46134855d Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 13 Sep 2018 18:04:27 -0700 Subject: [PATCH 1/3] Formatting changes to online garbage collection --- ee/dtr/admin/configure/garbage-collection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/dtr/admin/configure/garbage-collection.md b/ee/dtr/admin/configure/garbage-collection.md index 2493b2c82d..1e9161ff95 100644 --- a/ee/dtr/admin/configure/garbage-collection.md +++ b/ee/dtr/admin/configure/garbage-collection.md @@ -31,7 +31,7 @@ during garbage collection. In your browser, navigate to `https://` and log in with your credentials. Select **System** on the left navigation pane, and then click the **Garbage collection** tab to schedule garbage collection. -![](../../images/garbage-collection-0.png){: .with-border} +![](../../images/garbage-collection-0.png){: .img-fluid .with-border} Select for how long the garbage collection job should run: * Until done: Run the job until all unused image layers are deleted. @@ -39,7 +39,7 @@ Select for how long the garbage collection job should run: at a time. * Never: Never delete unused image layers. -If you select *Until done* or *For x minutes*, you can specify a recurring schedule in UTC (Coordinated Universal Time) with the following options: +If you select ***Until done*** or ***For x minutes***, you can specify a recurring schedule in UTC (Coordinated Universal Time) with the following options: * Custom cron schedule - (Hour, Day of Month, Month, Weekday) * Daily at midnight UTC * Every Saturday at 1am UTC From d9f52fbe2dc1f16132a9410cd2226a9c3d4c7383 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Fri, 14 Sep 2018 17:23:54 -0700 Subject: [PATCH 2/3] Update tag pruning policy addition message --- ee/dtr/user/tag-pruning.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ee/dtr/user/tag-pruning.md b/ee/dtr/user/tag-pruning.md index a4205105dc..54fd5a8c18 100644 --- a/ee/dtr/user/tag-pruning.md +++ b/ee/dtr/user/tag-pruning.md @@ -47,7 +47,11 @@ DTR allows you to set your pruning triggers based on the following image attribu | License | Whether the image uses an intellectual property license and is one of or not one of your specified words | License name = `docker` | | Last updated at | Whether the last image update was before your specified number of hours, days, weeks, or months. For details on valid time units, see [Go's ParseDuration function](https://golang.org/pkg/time/#ParseDuration). | Last updated at: Hours = `12` | -Specify one or more image attributes to add to your pruning criteria, then choose **Prune future tags** to apply your selection to future tags or **Prune all tags** to evaluate existing tags on your repository. Upon selection, you will see a confirmation message and will be redirected to your newly updated **Pruning** tab. +Specify one or more image attributes to add to your pruning criteria, then choose: + **Prune future tags** to save your policy and apply your selection to future tags. Only matching tags after the policy addition will be pruned during garbage collection. + **Prune all tags** to save the policy, and evaluate both existing and future tags on your repository. + +Upon selection, you will see a confirmation message and will be redirected to your newly updated **Pruning** tab. ![](../images/tag-pruning-2.png){: .with-border} From fc00e1ad71787b85c1c3e683413e9db36d0646ee Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Fri, 14 Sep 2018 17:28:29 -0700 Subject: [PATCH 3/3] Update tag-pruning.md Update formatting --- ee/dtr/user/tag-pruning.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ee/dtr/user/tag-pruning.md b/ee/dtr/user/tag-pruning.md index 54fd5a8c18..b7d39e3849 100644 --- a/ee/dtr/user/tag-pruning.md +++ b/ee/dtr/user/tag-pruning.md @@ -48,8 +48,9 @@ DTR allows you to set your pruning triggers based on the following image attribu | Last updated at | Whether the last image update was before your specified number of hours, days, weeks, or months. For details on valid time units, see [Go's ParseDuration function](https://golang.org/pkg/time/#ParseDuration). | Last updated at: Hours = `12` | Specify one or more image attributes to add to your pruning criteria, then choose: - **Prune future tags** to save your policy and apply your selection to future tags. Only matching tags after the policy addition will be pruned during garbage collection. - **Prune all tags** to save the policy, and evaluate both existing and future tags on your repository. + +- **Prune future tags** to save the policy and apply your selection to future tags. Only matching tags after the policy addition will be pruned during garbage collection. +- **Prune all tags** to save the policy, and evaluate both existing and future tags on your repository. Upon selection, you will see a confirmation message and will be redirected to your newly updated **Pruning** tab.