2023-07-30 19:19:17 +00:00
# riscv-docker
2023-08-09 06:12:08 +00:00
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.
2023-07-30 19:19:17 +00:00
The containers are stored on my gitea instance, so you can pull them like this:
```bash
docker pull gitea.elara.ws/elara6331/golang:latest
```
2023-08-01 20:02:55 +00:00
2023-08-09 06:12:08 +00:00
Some of the images use [ko.build ](https://ko.build )
2023-08-08 21:44:47 +00:00
2023-08-01 20:02:55 +00:00
### Images
- `golang` : An alpine-based image with Go installed
2023-08-08 21:44:47 +00:00
- `webserver` : A very simple webserver
2023-08-09 06:12:08 +00:00
- `go-import-redirector` : rsc's [go-import-redirector ](https://github.com/rsc/go-import-redirector ) project