File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# Define arg(s) needed for the From statement
77ARG fromTag=42.3
8- ARG imageRepo=opensuse
8+ ARG imageRepo=opensuse/leap
99
1010FROM ${imageRepo}:${fromTag} AS installer-env
1111
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ $repoRoot = Join-Path -path (Join-Path -Path $parent -ChildPath '..') -ChildPath
1111$modulePath = Join-Path - Path $repoRoot - ChildPath ' tools\getDockerTags'
1212Import-Module $modulePath
1313
14- Get-DockerTags - ShortTags $shortTags - Image " opensuse" - FullTagFilter ' ^42.3$' - OnlyShortTags
14+ Get-DockerTags - ShortTags $shortTags - Image " opensuse/leap " - FullTagFilter ' ^42\ .3$' - OnlyShortTags
Original file line number Diff line number Diff line change 55
66# Define arg(s) needed for the From statement
77ARG fromTag=42.3
8- ARG imageRepo=opensuse
8+ ARG imageRepo=opensuse/leap
99
1010FROM ${imageRepo}:${fromTag} AS installer-env
1111
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ $repoRoot = Join-Path -path (Join-Path -Path $parent -ChildPath '..') -ChildPath
1111$modulePath = Join-Path - Path $repoRoot - ChildPath ' tools\getDockerTags'
1212Import-Module $modulePath
1313
14- Get-DockerTags - ShortTags $shortTags - Image " opensuse" - FullTagFilter ' ^42.3$' - OnlyShortTags
14+ Get-DockerTags - ShortTags $shortTags - Image " opensuse/leap " - FullTagFilter ' ^42\ .3$' - OnlyShortTags
You can’t perform that action at this time.
0 commit comments