File tree Expand file tree Collapse file tree 8 files changed +10
-12
lines changed
Expand file tree Collapse file tree 8 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 99 ],
1010 "SubImage" : " test-deps" ,
1111 "TestProperties" : {
12- "size" : 475
12+ "size" : 501
1313 }
1414}
Original file line number Diff line number Diff line change 1010 " test-deps"
1111 ],
1212 "TestProperties" : {
13- "size" : 497
13+ "size" : 530
1414 }
1515}
Original file line number Diff line number Diff line change 11# Docker image file that describes an Debian 9 image with PowerShell installed from Microsoft APT Repo
2- ARG fromTag=stretch
2+ ARG fromTag=stretch-slim
33ARG imageRepo=debian
44
5-
65FROM ${imageRepo}:${fromTag} AS installer-env
76
87ARG PS_VERSION=6.2.0-preview.3
Original file line number Diff line number Diff line change 44# return objects representing the tags we need to base the debian image on Docker
55
66# The versions of debian we care about
7- $shortTags = @ (' stretch' )
7+ $shortTags = @ (' stretch-slim ' )
88
99$parent = Join-Path - Path $PSScriptRoot - ChildPath ' ..'
1010$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 " debian" - FullTagFilter ' stretch-\d{8}[\.\d{1}]?' - AlternativeShortTag ' 9'
14+ Get-DockerTags - ShortTags $shortTags - Image " debian" - FullTagFilter ' stretch-\d{8}[\.\d{1}]?-slim ' - AlternativeShortTag ' 9'
Original file line number Diff line number Diff line change 99 ],
1010 "SubImage" : " test-deps" ,
1111 "TestProperties" : {
12- "size" : 475
12+ "size" : 500
1313 }
1414}
Original file line number Diff line number Diff line change 1010 " test-deps"
1111 ],
1212 "TestProperties" : {
13- "size" : 497
13+ "size" : 530
1414 }
1515}
Original file line number Diff line number Diff line change 11# Docker image file that describes an Debian 9 image with PowerShell installed from Microsoft APT Repo
2- ARG fromTag=stretch
2+ ARG fromTag=stretch-slim
33ARG imageRepo=debian
44
5-
65FROM ${imageRepo}:${fromTag} AS installer-env
76
87ARG PS_VERSION=6.2.0
Original file line number Diff line number Diff line change 44# return objects representing the tags we need to base the debian image on Docker
55
66# The versions of debian we care about
7- $shortTags = @ (' stretch' )
7+ $shortTags = @ (' stretch-slim ' )
88
99$parent = Join-Path - Path $PSScriptRoot - ChildPath ' ..'
1010$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 " debian" - FullTagFilter ' stretch-\d{8}[\.\d{1}]?' - AlternativeShortTag ' 9'
14+ Get-DockerTags - ShortTags $shortTags - Image " debian" - FullTagFilter ' stretch-\d{8}[\.\d{1}]?-slim ' - AlternativeShortTag ' 9'
You can’t perform that action at this time.
0 commit comments