Go to file
Elara ced424ac03 Add webserver dockerfile 2023-08-01 13:02:55 -07:00
golang Make it possible to change the tag under which a manifest is published 2023-07-30 12:38:05 -07:00
webserver Add webserver dockerfile 2023-08-01 13:02:55 -07:00
.gitignore Add webserver dockerfile 2023-08-01 13:02:55 -07:00
LICENSE Add README and LICENSE 2023-07-30 12:19:17 -07:00
README.md Add webserver dockerfile 2023-08-01 13:02:55 -07:00

README.md

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 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

Images

  • golang: An alpine-based image with Go installed
  • webserver: A very simple webserver