Images to be used for Forgejo Runners. Now archived in favour of https://code.thms.uk/michael/homelab
This repository has been archived on 2026-06-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Shell 54.8%
  • Dockerfile 45.2%
Find a file
2026-05-22 12:14:14 +00:00
php-toolbox Add update script 2026-05-22 12:14:14 +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