From 0aabf7019423ff367fcccbfb48bfec76e297a8c7 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 13 Sep 2019 13:05:55 -0700 Subject: [PATCH] Add a link to our FAQ entry about Shared Tags when we have them > # Supported tags and respective `Dockerfile` links > > (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).) > > ## Simple Tags > > ... > > ## Shared Tags > > ... --- .template-helpers/generate-dockerfile-links-partial.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.template-helpers/generate-dockerfile-links-partial.tmpl b/.template-helpers/generate-dockerfile-links-partial.tmpl index 2ed1d0e46adc..1426e00277e0 100644 --- a/.template-helpers/generate-dockerfile-links-partial.tmpl +++ b/.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) -}}