Skip to content

Commit 52ffcc2

Browse files
RDILmsftbot[bot]
authored and
msftbot[bot]
committed
Update opensuse images to leap from 42.3 (#227)
* WIP: Update opensuse images to leap from 42.3 * Update getLatestTag.ps1 * Update Dockerfile * Update getLatestTag.ps1 * Update release/preview/opensuse423/docker/Dockerfile Co-Authored-By: RDIL <me@rdil.rocks> * Update Dockerfile * Update getLatestTag.ps1 * Update getLatestTag.ps1 * Update release/stable/opensuse423/getLatestTag.ps1 Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com> * Update release/preview/opensuse423/getLatestTag.ps1 Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com> * fix opensuse
1 parent fa3f66a commit 52ffcc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

release/preview/opensuse423/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Define arg(s) needed for the From statement
77
ARG fromTag=42.3
8-
ARG imageRepo=opensuse
8+
ARG imageRepo=opensuse/leap
99

1010
FROM ${imageRepo}:${fromTag} AS installer-env
1111

release/preview/opensuse423/getLatestTag.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
1212
Import-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

release/stable/opensuse423/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Define arg(s) needed for the From statement
77
ARG fromTag=42.3
8-
ARG imageRepo=opensuse
8+
ARG imageRepo=opensuse/leap
99

1010
FROM ${imageRepo}:${fromTag} AS installer-env
1111

release/stable/opensuse423/getLatestTag.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
1212
Import-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

0 commit comments

Comments
 (0)