You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(standalone): Add DGRAPH_VERSION to build different Dgraph versions for standalone image. (#6082) (#6238)
The standalone images build from the same tags as the `dgraph/dgraph` image.
To build and push the v20.03.4 and latest `dgraph/standalone` images:
# Build v20.03.4
make DGRAPH_VERSION=v20.03.4
make DGRAPH_VERSION=v20.03.4 push
# Build latest. DGRAPH_VERSION defaults to latest
make
make push
Changes
* Add `DOCKER_IMAGE` and `DGRAPH_VERSION` arguments to build standalone Docker image.
* Add ./hooks folder for Docker Hub auto-builds with `--build-arg`s (following [Custom build phase hooks](https://docs.docker.com/docker-hub/builds/advanced/#custom-build-phase-hooks) docs).
0 commit comments