Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using hook to pass image name for automated build
We need to pass the argument `BASE_IMAGE` to docker build in order to specify whether we're building on Debian stretch or buster, but dockerhub's automated builds don't let you do this directly. This is a workaround per [this issue](docker/hub-feedback#508).
- Loading branch information