Go to file
Elara 3fab794c13 Build golang with no cache 2023-08-08 14:37:30 -07:00
golang Build golang with no cache 2023-08-08 14:37:30 -07:00
webserver Give each image its own README 2023-08-01 13:27:41 -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