Container images for actions runners
  • Just 69.1%
  • Dockerfile 30.9%
Find a file
Andrew Cassidy 6f1c5981c6
All checks were successful
/ build-ubuntu (push) Successful in 4m40s
make it work with older buildah
2025-11-22 00:47:20 -08:00
.forgejo/workflows Update secret names 2025-11-14 00:24:07 -08:00
ubuntu make it work with older buildah 2025-11-22 00:47:20 -08:00
justfile Lets see how terrible of an idea this is 2025-11-04 00:21:39 -08:00
LICENSE.md Markdown licence 2025-10-26 17:23:41 -07:00
linux.just Go back to using latest version of git/lfs 2025-11-22 00:16:40 -08:00
README.md Go back to using latest version of git/lfs 2025-11-22 00:16:40 -08:00

runner-images

Container images for actions runners

Common tools on every runner

  • General: sudo, tree, cowsay
  • Network: curl, wget
  • Compression: zip, unzip, brotli, xz
  • Data: jq, yq
  • Cryptography: openssl, gpg
  • Build tools: just, make, gcc
  • Languages: node, python
  • Package/version managers: rustup, uv

Building

run just ubuntu-runner 24.04 to build the ubuntu 24.04 runner image