Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0wer/dockerfiles
Various Dockerfiles I use on the desktop and on servers.
https://github.com/m0wer/dockerfiles
Last synced: 8 days ago
JSON representation
Various Dockerfiles I use on the desktop and on servers.
- Host: GitHub
- URL: https://github.com/m0wer/dockerfiles
- Owner: m0wer
- License: mit
- Created: 2021-04-14T08:03:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T03:21:15.000Z (over 1 year ago)
- Last Synced: 2024-10-11T18:14:46.005Z (about 1 month ago)
- Language: Dockerfile
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains various Dockerfiles I use on the desktop and on servers.
It's similar to [jessfraz/dockerfiles](https://github.com/jessfraz/dockerfiles)# Building the images
To build all the images without using build cache and using `n_jobs` parallel
threads, and then push them to `{registry_url}` do```bash
REPO_URL={repo_url} JOBS={n_jobs} NO_CACHE=TRUE sh -c ./build-all.sh
```The images will be tagged as `{registry_url}/{directory_name}:latest`, where
`directory_name` is the name of the directory containing the *Dockerfile*.