https://github.com/icinga/docker-image-build
Docker image build environment
https://github.com/icinga/docker-image-build
Last synced: 4 months ago
JSON representation
Docker image build environment
- Host: GitHub
- URL: https://github.com/icinga/docker-image-build
- Owner: Icinga
- License: gpl-2.0
- Created: 2018-02-08T13:19:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T13:24:09.000Z (over 8 years ago)
- Last Synced: 2025-03-05T20:52:14.443Z (over 1 year ago)
- Language: Makefile
- Homepage: https://git.icinga.com/build-docker
- Size: 6.84 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Docker image build environment
==============================
These images are our build environment to build Docker images in them.
Please note:
* This is for an internal build environment
* Image names are not best practice
## Building
```
docker build --rm -t registry.example.com/icinga/docker-image-build .
docker push registry.example.com/icinga/docker-image-build
```
## License
Icinga, all tools and documentation are licensed under the terms of the GNU
General Public License Version 2, you will find a copy of this license in the
COPYING file included in the source package.