Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```