https://github.com/dmotte/docker-images
🐳 Docker images that don't deserve a separate repo
https://github.com/dmotte/docker-images
actions build compose container containers docker docker-compose docker-hub docker-image dockerfile github github-actions image images workflow
Last synced: 4 months ago
JSON representation
🐳 Docker images that don't deserve a separate repo
- Host: GitHub
- URL: https://github.com/dmotte/docker-images
- Owner: dmotte
- License: mit
- Created: 2022-09-25T20:54:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-29T15:55:57.000Z (8 months ago)
- Last Synced: 2025-10-29T17:44:18.017Z (8 months ago)
- Topics: actions, build, compose, container, containers, docker, docker-compose, docker-hub, docker-image, dockerfile, github, github-actions, image, images, workflow
- Language: Shell
- Homepage: https://hub.docker.com/u/dmotte
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-images
[](https://github.com/dmotte/docker-images/actions)
:whale: **Docker images** that don't deserve a separate repo.
These Docker images have almost no custom code (e.g. they are specific to an included software).
> :package: These images are also [on Docker Hub](https://hub.docker.com/u/dmotte) and run on **several architectures** (e.g. amd64, arm64, ...). To see the full list of supported platforms, please refer to the [`.github/workflows/main.yml`](.github/workflows/main.yml) file. If you need an architecture that is currently unsupported, feel free to open an issue.
## Development
If you want to contribute to this project, you can use the following one-liner to **rebuild an image** and bring up the **Docker-Compose stack** every time you make a change to the code:
```bash
docker-compose down && docker-compose up --build
```