Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T23:02:00.000Z (about 1 month ago)
- Last Synced: 2024-11-19T00:18:15.145Z (about 1 month 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: 42 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
[![GitHub main workflow](https://img.shields.io/github/actions/workflow/status/dmotte/docker-images/main.yml?branch=main&logo=github&label=main&style=flat-square)](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 which 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
```