Custom RISC-V compatible docker images automatically built from Dockerfiles
- Dockerfile 48.2%
- Shell 27%
- Go 24.8%
| .forgejo/workflows | ||
| ci | ||
| crane | ||
| dind | ||
| go-import-redirector | ||
| hugo | ||
| node | ||
| webserver | ||
| .gitignore | ||
| build.sh | ||
| LICENSE | ||
| README.md | ||
riscv-docker
This repo contains dockerfiles for custom docker images that I'm using for my cluster. They're automatically built for amd64, arm64, and riscv64 on actual hardware with those architectures. You can find the images that are automatically built from these in the Packages section of this repo.
The images are stored on my Forgejo instance, so you can pull them like this:
docker pull gitea.elara.ws/elara6331/node:latest
Read my article about these here!
Images
ci: The default image used by my Forgejo Actions runnerswebserver: A very simple webservergo-import-redirector: rsc's go-import-redirectornode: An alpine-based image with NodeJS and npm installedcrane: Google's cranedind: Docker in Docker
Acknowledgements
- Kaniko: Used to build all the images here