Go to file
Elara 7add07006b Automate image building and add some images 2023-08-13 18:42:38 -07:00
builder Automate image building and add some images 2023-08-13 18:42:38 -07:00
go-import-redirector Automate image building and add some images 2023-08-13 18:42:38 -07:00
golang Automate image building and add some images 2023-08-13 18:42:38 -07:00
static Automate image building and add some images 2023-08-13 18:42:38 -07:00
webserver Automate image building and add some images 2023-08-13 18:42:38 -07:00
.gitignore Add webserver dockerfile 2023-08-01 13:02:55 -07:00
.gitmodules Automate image building and add some images 2023-08-13 18:42:38 -07:00
.woodpecker.yml Automate image building and add some images 2023-08-13 18:42:38 -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
build.sh Automate image building and add some images 2023-08-13 18:42:38 -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