|
@@ -4,8 +4,11 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
|
|
|
|
|
|
*/ -}}
|
|
*/ -}}
|
|
|
|
|
|
|
|
+{{- $archSpecific := getenv "ARCH_SPECIFIC_DOCS" -}}
|
|
|
|
+
|
|
{{- range $i, $e := $.Entries -}}
|
|
{{- range $i, $e := $.Entries -}}
|
|
- {{- $arch := ternary (ternary arch ($e.Architectures | first) ($e.HasArchitecture arch)) arch (eq arch "amd64") -}}
|
|
|
|
|
|
+ {{- $arch := $archSpecific | ternary arch ($e.HasArchitecture arch | ternary arch ($e.Architectures | first)) -}}
|
|
|
|
+
|
|
{{- if $e.HasArchitecture $arch -}}
|
|
{{- if $e.HasArchitecture $arch -}}
|
|
{{- /* force bashbrew to "fetch" the GitCommit so that it is fully resolved */ -}}
|
|
{{- /* force bashbrew to "fetch" the GitCommit so that it is fully resolved */ -}}
|
|
{{- $from := $.ArchDockerFrom $arch $e -}}
|
|
{{- $from := $.ArchDockerFrom $arch $e -}}
|