Skip to content
Permalink
ee38d710a8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (5 sloc) 307 Bytes
$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 .