diff --git a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh index 78b9cfa..dbc5b5f 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh @@ -172,12 +172,15 @@ SYS_AUTH_TOKEN="$(__gen_auth_token)" GITEA_USER="${GITEA_USER:-SERVICE_USER}" INSTANCE_HOSTNAME="${GITEA_HOSTNAME:-$HOSTNAME}" RUNNER_LABELS="linux:host," -RUNNER_LABELS+="node:docker://node:latest," RUNNER_LABELS+="node14:docker://node:14," RUNNER_LABELS+="node16:docker://node:16," RUNNER_LABELS+="node18:docker://node:18," RUNNER_LABELS+="node20:docker://node:20," RUNNER_LABELS+="node22:docker://node:22," +RUNNER_LABELS+="node:docker://node:latest," +RUNNER_LABELS+="perl:docker://perl:latest," +RUNNER_LABELS+="ruby:docker://ruby:latest," +RUNNER_LABELS+="python:docker://python:latest," RUNNER_LABELS+="python3:docker://python:latest," RUNNER_LABELS+="php7:docker://casjaysdevdocker/php:7," RUNNER_LABELS+="php8:docker://casjaysdevdocker/php:8," @@ -185,9 +188,11 @@ RUNNER_LABELS+="php:docker://casjaysdevdocker/php:latest," RUNNER_LABELS+="alpine:docker://casjaysdev/alpine:latest," RUNNER_LABELS+="debian:docker://casjaysdev/debian:latest," RUNNER_LABELS+="ubuntu:docker://casjaysdev/ubuntu:latest," +RUNNER_LABELS+="rhel:docker://casjaysdev/almalinux:latest," +RUNNER_LABELS+="redhat:docker://casjaysdev/almalinux:latest," RUNNER_LABELS+="almalinux:docker://casjaysdev/almalinux:latest," -RUNNER_LABELS+="ubuntu-latest:docker://catthehacker/ubuntu:full-latest," -RUNNER_LABELS+="act_runner:docker://catthehacker/ubuntu:full-latest" +RUNNER_LABELS+="act_runner:docker://catthehacker/ubuntu:full-latest," +RUNNER_LABELS+="ubuntu-latest:docker://catthehacker/ubuntu:full-latest" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Specifiy custom directories to be created ADD_APPLICATION_FILES=""