Merge pull request #1574 from infosiftr/sharedtags

Add a link to our FAQ entry about Shared Tags when we have them
This commit is contained in:
yosifkit 2019-09-16 14:06:43 -07:00 committed by GitHub
commit e753aca854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
{{- $sharedTagGroups := .Manifest.GetSharedTagGroups -}}
{{- if (len $sharedTagGroups) -}}
{{- "## Simple Tags\n\n" -}}
(See ["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\n" -}}
## Simple Tags
{{- "\n\n" -}}
{{- end -}}
{{- range $i, $e := ($archSpecific | ternary (archFilter arch $.Entries) $.Entries) -}}