Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuanianji/arm-docker-images
ARM-Based Docker images, mainly for personal use
https://github.com/joshuanianji/arm-docker-images
Last synced: 1 day ago
JSON representation
ARM-Based Docker images, mainly for personal use
- Host: GitHub
- URL: https://github.com/joshuanianji/arm-docker-images
- Owner: joshuanianji
- Created: 2023-02-17T05:31:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T06:59:49.000Z (2 months ago)
- Last Synced: 2024-12-07T07:25:34.062Z (2 months ago)
- Language: Dockerfile
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arm Docker Images
Support for native arm-based Docker images remains a bit spotty, especially since Mac M1 runners on Github Actions costs money. This repo holds a collection of docker images built for ARM64, with help from my [Oracle Free-tier VM](https://www.oracle.com/ca-en/cloud/free/)
## Available Images
- [ctop](./images/ctop/) - Top-like interface for container metrics
- [mariposa](./images/mariposa/) - Toy language with time travel
- [purescript-spago](./images/purescript-spago/) - Purescript and Spago (Warning: might be old)
- [aria2c-with-webui](./images/aria2c-with-webui) - Aria2 with a frontend, based off of [abcminiuser/docker-aria2-with-webui](https://github.com/abcminiuser/docker-aria2-with-webui)
- [docker-postgres-upgrade](./images/docker-postgres-upgrade) - `pg_upgrade` in a Docker container## Making a new image
```bash
python scripts/new.py
```## Success Stories
- [Typst](https://github.com/typst/typst) - the Typst devcontainer feature supports ARM now: see [michidk/devcontainers-features#5](https://github.com/michidk/devcontainers-features/pull/5)
## Deprecated Images
Images that I don't care about anymore
- [Docker X11 Bridge](./archive/docker-x11-bridge)
- [Julia Devcontainer](./archive/julia-devcontainer/)
- [Llama CPP](./archive/llama-cpp/)