https://github.com/truebrain/containers
Publish arm64 / amd64 containers for projects that don't do it themselves
https://github.com/truebrain/containers
Last synced: 4 months ago
JSON representation
Publish arm64 / amd64 containers for projects that don't do it themselves
- Host: GitHub
- URL: https://github.com/truebrain/containers
- Owner: TrueBrain
- Created: 2022-10-08T12:21:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T13:42:15.000Z (over 3 years ago)
- Last Synced: 2025-11-14T01:16:15.674Z (7 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containers
This repository contains several packages of projects that either don't have arm64 containers of themselves, or don't have containers at all.
This makes use of GitHub Actions automation, so releasing new versions is trivial:
- Go to the correct workflow.
- Click `Run workflow` and fill int he version.
- Press `Run workflow`.
Moments later the new version will be available under https://github.com/users/TrueBrain/packages?repo_name=containers.
## Containers
- [FlashMQ](https://github.com/halfgaar/FlashMQ): a fast light-weight MQTT broker.
Although it has a Dockerfile available, it is not automatically published anywhere.
Additionally, it doesn't contain arm64 support.