Skip to content

Commit

Permalink
Build mapcache, mapserver & tools images too
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Mar 6, 2024
1 parent 8081993 commit da0fe48
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ dockerSetup
echo $VERSION > VERSION
echo $VERSION > resources/planwise/version

if [[ -z "$DOCKER_TAG" ]]; then
echo "Not building because DOCKER_TAG is undefined"
return
fi

dockerBuildAndPush
# FIXME: build & push mapcache
# FIXME: build & push mapserver
# FIXME: build & push tools
dockerBuildAndPush -d mapserver -s "-mapserver" -t "-mapserver" -o "-f Dockerfile.mapserver"
dockerBuildAndPush -d mapserver -s "-mapserver" -t "-mapcache" -o "-f Dockerfile.mapcache"
dockerBuildAndPush -d scripts -s "-tools"

0 comments on commit da0fe48

Please sign in to comment.