We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b815c commit b3f313aCopy full SHA for b3f313a
tools/buildHelper/buildHelper.psm1
@@ -383,7 +383,10 @@ function Get-DockerImageMetaDataWrapper
383
$BaseRepositry,
384
385
[switch]
386
- $Strict
+ $Strict,
387
+
388
+ [string]
389
+ $FromTag
390
)
391
392
$imagePath = Join-Path -Path $ChannelPath -ChildPath $dockerFileName
@@ -439,7 +442,7 @@ function Get-DockerImageMetaDataWrapper
439
442
[UpstreamImageTagData]@{
440
443
Type='Full'
441
444
Tag=$tagName
- FromTag = $BaseImage
445
+ FromTag = $FromTag
446
}
447
448
0 commit comments