Skip to content

Commit

Permalink
Add a link to our FAQ entry about Shared Tags when we have them
Browse files Browse the repository at this point in the history
> # Supported tags and respective `Dockerfile` links
>
> ## Simple Tags
>
> ...
>
> ## Shared Tags
>
> ...
>
> (See also ["What's the difference between 'Shared' and 'Simple' tags?" in the FAQ](https://github.com/docker-library/faq#whats-the-difference-between-shared-and-simple-tags).)
  • Loading branch information
tianon committed Sep 13, 2019
1 parent b641907 commit e426603
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .template-helpers/generate-dockerfile-links-partial.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
{{- end -}}
{{- "\n" -}}
{{- end -}}

{{- if (len $sharedTagGroups) -}}
(See also ["What's the difference between 'Shared' and 'Simple' tags?" in the FAQ](https://github.com/docker-library/faq#whats-the-difference-between-shared-and-simple-tags).)
{{- "\n" -}}
{{- end -}}

0 comments on commit e426603

Please sign in to comment.