eXist-db / docker-existdb

Docker image builder for eXist-db
GNU Affero General Public License v3.0
11 stars 6 forks source link

Dockerfile-minimal #9

Closed grantmacken closed 6 years ago

grantmacken commented 6 years ago

Dockerfile-minimal , this won't build, I think it depended on build.sh. My suggestion remove. If we want targeted minimal build, add a phased target in the multi staged Dockerfile

docker build --target='min' --tag ${DOCKER_IMAGE}:min-v3.2.1
adamretter commented 6 years ago

I think this might be some old code? I think @duncdrum mentioned that there is only one build now and that it is the minimal build. @duncdrum ?

duncdrum commented 6 years ago

already fixed in the fixed-link branch see #6 #7