https://github.com/openfun/dockerfiles
:whale: Sources of Docker images we use
https://github.com/openfun/dockerfiles
Last synced: 7 months ago
JSON representation
:whale: Sources of Docker images we use
- Host: GitHub
- URL: https://github.com/openfun/dockerfiles
- Owner: openfun
- License: mit
- Created: 2020-12-14T14:12:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T15:29:04.000Z (about 4 years ago)
- Last Synced: 2025-01-13T12:48:45.091Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerfiles
In this repository, you will find sources of Docker images we often use at
@openfun and for which no official or satisfying image is distributed.
## Usage
To build all images use the dedicated make target:
```bash
$ make build
```
And to publish build images to Dockerhub:
```bash
$ make push
```
## Tools
### `jq`
- Project: https://stedolan.github.io/jq/
- Image sources: [Dockerfile](./src/jq/Dockerfile)
- Image tags: [fundocker/jq](https://hub.docker.com/r/fundocker/jq/tags)
## License
This work is released under the MIT License (see [LICENSE](./LICENSE))