Skip to content

Commit

Permalink
remove double
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Nov 15, 2018
1 parent 22f1cff commit bb468f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions generic/build-local.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ $oss | ForEach-Object {
docker pull $baseimage
$osversion = docker inspect --format "{{.OsVersion}}" $baseImage

docker rmi $image -f 2>NULL | Out-Null
docker build --build-arg baseimage=$baseimage `
--build-arg created=$created `
--build-arg tag=$tag `
--build-arg osversion="$osversion" `
--tag $image `
$PSScriptRoot

docker rmi $image -f 2>NULL | Out-Null
docker build --build-arg baseimage=$baseimage `
--build-arg created=$created `
Expand Down

0 comments on commit bb468f9

Please sign in to comment.