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:
commit
e753aca854
|
|
@ -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) -}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue