diff --git a/README.md b/README.md index 881f95f..3b62d57 100644 --- a/README.md +++ b/README.md @@ -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