Browse Source

Remove broken imagelayers badges (#653)

Tianon Gravi 9 years ago
parent
commit
9552e256f9
1 changed files with 0 additions and 19 deletions
  1. 0 19
      .template-helpers/generate-dockerfile-links-partial.tmpl

+ 0 - 19
.template-helpers/generate-dockerfile-links-partial.tmpl

@@ -31,22 +31,3 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
 {{- end -}}
 
 {{- "\n\n" -}}
-
-[![](
-	{{- "https://badge.imagelayers.io/" -}}
-
-	{{- /* either "repo:latest" or "repo:first-tag" */ -}}
-	{{- printf "%s:%s" .RepoName (.Manifest.GetTag "latest" | ternary "latest" ((.Entries | first).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" -}}