Skip to content

Commit

Permalink
Create build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Nov 20, 2018
1 parent 692b399 commit 8eb1723
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$maintainer = "tier"
$imagename = "shib-idp-windows"
$fullimagename = $($maintainer) + '/' + $($imagename)

echo "Building new Docker image $maintainer/$imagename"
docker build --rm -t $maintainer/$imagename --build-arg maintainer=$maintainer --build-arg imagename=$imagename --build-arg version=$version .

0 comments on commit 8eb1723

Please sign in to comment.