Skip to content

Docker containers with support for RISC-V

License

Notifications You must be signed in to change notification settings

Elara6331/riscv-docker

Repository files navigation

riscv-docker

status-badge

This repo contains build scripts for custom docker images that I'm using for my cluster. You can find the containers that are automatically built 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

Read my article here!

Images

  • static: A base image with just enough files to run static binaries
  • busybox: A base image with the busybox utilities installed
  • golang: An alpine-based image with Go installed
  • webserver: A very simple webserver
  • go-import-redirector: rsc's go-import-redirector project
  • node: An alpine-based image with NodeJS and npm installed
  • crane: Google's crane project

Acknowledgements

  • Alpine Linux: The basis of all my images
  • ko: Used to build light containers with static Go programs
  • apko: Used to build more complex containers

About

Docker containers with support for RISC-V

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published