|
|
@@ -15,7 +15,7 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
|
|
|
{{- $arch := $archSpecific | ternary arch ($e.HasArchitecture arch | ternary arch ($e.Architectures | first)) -}}
|
|
|
|
|
|
{{- /* force bashbrew to "fetch" the GitCommit so that it is fully resolved */ -}}
|
|
|
- {{- $from := $.ArchDockerFrom $arch $e -}}
|
|
|
+ {{- $froms := $.ArchDockerFroms $arch $e -}}
|
|
|
|
|
|
{{- $gitRepo := $e.ArchGitRepo $arch -}}
|
|
|
{{- $repoUrlBase := $gitRepo | replace "git://" "https://" | trimSuffixes ".git" -}}
|
|
|
@@ -52,7 +52,7 @@ This template defines the "Supported tags and Dockerfile links" portion of an im
|
|
|
{{- $arch := $archSpecific | ternary arch ($e.HasArchitecture arch | ternary arch ($e.Architectures | first)) -}}
|
|
|
|
|
|
{{- /* force bashbrew to "fetch" the GitCommit so that it is fully resolved */ -}}
|
|
|
- {{- $from := $.ArchDockerFrom $arch $e -}}
|
|
|
+ {{- $froms := $.ArchDockerFroms $arch $e -}}
|
|
|
|
|
|
{{- $gitRepo := $e.ArchGitRepo $arch -}}
|
|
|
{{- $repoUrlBase := $gitRepo | replace "git://" "https://" | trimSuffixes ".git" -}}
|