File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Define arg(s) needed for the From statement
7
7
ARG fromTag=42.3
8
- ARG imageRepo=opensuse
8
+ ARG imageRepo=opensuse/leap
9
9
10
10
FROM ${imageRepo}:${fromTag} AS installer-env
11
11
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ $repoRoot = Join-Path -path (Join-Path -Path $parent -ChildPath '..') -ChildPath
11
11
$modulePath = Join-Path - Path $repoRoot - ChildPath ' tools\getDockerTags'
12
12
Import-Module $modulePath
13
13
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 5
5
6
6
# Define arg(s) needed for the From statement
7
7
ARG fromTag=42.3
8
- ARG imageRepo=opensuse
8
+ ARG imageRepo=opensuse/leap
9
9
10
10
FROM ${imageRepo}:${fromTag} AS installer-env
11
11
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ $repoRoot = Join-Path -path (Join-Path -Path $parent -ChildPath '..') -ChildPath
11
11
$modulePath = Join-Path - Path $repoRoot - ChildPath ' tools\getDockerTags'
12
12
Import-Module $modulePath
13
13
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