riscv-docker/README.md
Elara Musayelyan 1cc12fd035
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add static to list of images in README
2023-08-13 19:01:22 -07:00

17 lines
658 B
Markdown

# riscv-docker
This repo contains custom docker images that I'm using for my cluster. You can find the containers I build from these in the [Packages](https://gitea.elara.ws/Elara6331/riscv-docker/packages) section of this repo.
The containers are stored on my gitea instance, so you can pull them like this:
```bash
docker pull gitea.elara.ws/elara6331/golang:latest
```
### Images
- `static`: A base image with just enough files to run static binaries
- `golang`: An alpine-based image with Go installed
- `webserver`: A very simple webserver
- `go-import-redirector`: rsc's [go-import-redirector](https://github.com/rsc/go-import-redirector) project