No description
Find a file
2025-07-13 23:47:13 -04:00
latest added just to image 2025-07-13 23:47:13 -04:00
justfile push 2025-07-13 23:45:36 -04:00
LICENSE init 2025-07-13 23:07:19 -04:00
README.md added just to image 2025-07-13 23:47:13 -04:00

based-alpine

This image is based on node:alpine with the following additional packages available:

  • bash
  • curl
  • git
  • coreutils
  • uv
  • just

These are the dependencies I install most commonly in workflows -- so it made sense for me to create an image containing them. I use it to make creating new Forgejo actions simpler. On my instance git.ficd.sh, where I've configured an additional label in the runner, I only need to add the following:

runs-on: based-alpine

To run it yourself:

docker run --rm -it git.ficd.sh/ficd/based-alpine:latest bash