Elara Musayelyan
567895f114
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
---|---|---|
builder | ||
go-import-redirector | ||
golang | ||
static | ||
webserver | ||
.gitignore | ||
.gitmodules | ||
.woodpecker.yml | ||
build.sh | ||
LICENSE | ||
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 installedwebserver
: A very simple webservergo-import-redirector
: rsc's go-import-redirector project