|
|
@@ -31,22 +31,3 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
|
|
|
{{- end -}}
|
|
|
|
|
|
{{- "\n\n" -}}
|
|
|
-
|
|
|
-[.Tags | first)) -}}
|
|
|
-
|
|
|
- {{- ".svg" -}}
|
|
|
-)](
|
|
|
- {{- "https://imagelayers.io/?images=" -}}
|
|
|
-
|
|
|
- {{- /* list all "repo:tag" combinations, comma separated */ -}}
|
|
|
- {{- range $i, $e := $.Entries -}}
|
|
|
- {{- if $i -}} , {{- end -}}
|
|
|
- {{- printf "%s:%s" $.RepoName ($e.Tags | first) -}}
|
|
|
- {{- end -}}
|
|
|
-)
|
|
|
-
|
|
|
-{{- "\n\n" -}}
|