Images to be used for ForgeJo Runners
- Dockerfile 100%
| php-toolbox | ||
| README.md | ||
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
-
Get a token from
https://code.thms.uk/user/settings/applications -
Log into ForgeJo
docker login code.thms.uk -u michael
# paste the token as password
- Build and push
docker build -t code.thms.uk/michael/php-toolbox:latest .
docker push code.thms.uk/michael/php-toolbox:latest
- Update Runner config:
Edit data/runner-config.yml:
runner:
labels:
- {label}:docker://code.thms.uk/michael/php-toolbox:latest
- Restart the runner:
cd path/to/runner
docker compose up -d --force-recreate