Images to be used for ForgeJo Runners
  • Dockerfile 100%
Find a file
2026-05-14 08:30:02 +00:00
php-toolbox Initial Commit 2026-05-14 08:26:32 +00:00
README.md Add a note regarding how to get a token 2026-05-14 08:30:02 +00:00

ForgeJo Images

This repo contains the docker files needed to make images for my ForgeJo Runners.

Images

The following images are contained in this repository:

  • ./php-toolbox: A Ubuntu images including php and jq.

How to use

  1. Get a token from https://code.thms.uk/user/settings/applications

  2. Log into ForgeJo

docker login code.thms.uk -u michael
# paste the token as password
  1. Build and push
docker build -t code.thms.uk/michael/php-toolbox:latest .

docker push code.thms.uk/michael/php-toolbox:latest
  1. Update Runner config:

Edit data/runner-config.yml:

runner:
  labels:
    - {label}:docker://code.thms.uk/michael/php-toolbox:latest
  1. Restart the runner:
cd path/to/runner
docker compose up -d --force-recreate