Update README

This commit is contained in:
Elara 2023-08-08 23:12:08 -07:00
parent 787f467f3b
commit 6e63b4b4ab
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# riscv-docker
This repo contains my custom dockerfiles for risc-v container images. You can find the containers I build from these in the [Packages](https://gitea.elara.ws/Elara6331/riscv-docker/packages) section of this repo.
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:
@ -8,9 +8,10 @@ The containers are stored on my gitea instance, so you can pull them like this:
docker pull gitea.elara.ws/elara6331/golang:latest
```
Some of the images use [ko.build](https://github.com/ko-build/ko)
Some of the images use [ko.build](https://ko.build)
### Images
- `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