https://github.com/bringauto/build-environment-scripts
Scripts for standardized build environment
https://github.com/bringauto/build-environment-scripts
Last synced: 4 months ago
JSON representation
Scripts for standardized build environment
- Host: GitHub
- URL: https://github.com/bringauto/build-environment-scripts
- Owner: bringauto
- License: mit
- Created: 2024-03-14T11:58:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:06:23.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:35:59.399Z (over 1 year ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-environment-scripts
Scripts for standardized build environment
## Docker
Docker images, that are used as base for the BringAuto project's images.
Contains two scripts for building and pushing the images.
### build_docker.sh
Builds and tags a docker image from the Dockerfile located in the directory with the same name as the image.
Usage:
```bash
./build_docker.sh
```
### push_docker.sh
Pushes a docker image to the BringAuto DockerHub registry. User has to be logged in and authorized to push images.
Usage:
```bash
./push_docker.sh
```