https://github.com/anton-johansson/ci-make-docker
ci-make-docker is a Docker image used for continuous integration where you want to utilize `make` to build Docker images.
https://github.com/anton-johansson/ci-make-docker
Last synced: 28 days ago
JSON representation
ci-make-docker is a Docker image used for continuous integration where you want to utilize `make` to build Docker images.
- Host: GitHub
- URL: https://github.com/anton-johansson/ci-make-docker
- Owner: anton-johansson
- License: apache-2.0
- Created: 2019-08-08T10:21:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T10:25:59.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T18:03:18.697Z (3 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ci-make-docker
ci-make-docker is a Docker image used for continuous integration where you want to utilize `make` to build Docker images. It is based of the `docker` images and additionally has `git` and `make` installed.
## Version matrix
Versions are based of the Docker version, as both `git` and `make` are versioned less often.
| Image | Docker | Git | Make |
| ------- | -------- | ------ | ----- |
| 18.09.5 | 18.09.5 | 2.20.1 | 4.2.1 |## Building and pushing
```shell
$ docker build --tag antonjohansson/ci-make-docker:18.09.5 .
$ docker push antonjohansson/ci-make-docker:18.09.5
```## License
This tool is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), see [LICENSE](./LICENSE) for more information.