|
|
@@ -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) -}}
|