Scripts for standardized build environment
Docker images, that are used as base for the BringAuto project's images.
Contains two scripts for building and pushing the images.
Builds and tags a docker image from the Dockerfile located in the directory with the same name as the image.
Usage:
./build_docker.sh <image_name>
Pushes a docker image to the BringAuto DockerHub registry. User has to be logged in and authorized to push images.
Usage:
./push_docker.sh <image_name>