Browse Source

Merge pull request #1574 from infosiftr/sharedtags

Add a link to our FAQ entry about Shared Tags when we have them
yosifkit 6 years ago
parent
commit
e753aca854
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .template-helpers/generate-dockerfile-links-partial.tmpl

+ 4 - 1
.template-helpers/generate-dockerfile-links-partial.tmpl

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