Go to file
Elara 6e63b4b4ab Update README 2023-08-08 23:12:08 -07:00
go-import-redirector Add go-import-redirector 2023-08-08 23:10:32 -07:00
golang Build golang with no cache 2023-08-08 14:37:30 -07:00
webserver Build webserver using ko-build 2023-08-08 14:44:47 -07:00
.gitignore Add webserver dockerfile 2023-08-01 13:02:55 -07:00
.gitmodules Add go-import-redirector 2023-08-08 23:10:32 -07:00
LICENSE Add README and LICENSE 2023-07-30 12:19:17 -07:00
README.md Update README 2023-08-08 23:12:08 -07:00

README.md

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 section of this repo.

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

Images

  • golang: An alpine-based image with Go installed
  • webserver: A very simple webserver
  • go-import-redirector: rsc's go-import-redirector project