Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify format of the expires-after label #813

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/proc_use-quay-tags.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ image:tag-expires-ui.png[Change tag expiration under the Options icon or from th

Adding a label like `quay.expires-after=20h` via the Dockerfile LABEL command will cause a tag to automatically expire
after the time indicated.
The time values could be something like `1h`, `2d`, `3w` for hours, days, and weeks, respectively, from the time the image is built.
The time values could be something like `1h`, `2d`, `3w`. Expiration time is
calculated from the time the image is built and the suffix can be 's' for
seconds, 'm' for minutes, 'h' for hours, 'd' for days and 'w' for weeks.

=== Setting tag expiration from the repository

Expand Down