eXist-db / docker-existdb

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

Dockerfile build-args outline #25

Closed grantmacken closed 6 years ago

grantmacken commented 6 years ago

Here is a proposal of what build-args should be provided in the Dockerfile

@ARG VERSION - can be stable or RC e.g. '4.3.1'

NOTES: VERSION, BUILD_DATE, VCS_REF build-args are created via a dockerhub build hook in hooks/build CACHE_MEM, MAX_BROKER build args are available, if you want to override the defaults

Build process - build-args provided via docker build are optional.

  1. if build-arg VERSION is empty, then version is ignored
  2. if build-arg BRANCH is empty then defaults to develop
duncdrum commented 6 years ago

I think this can be closed, no?