An open API service indexing awesome lists of open source software.

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.

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.