mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-02-07 12:36:49 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
parent
1874497ecc
commit
1295b321b2
@ -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=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user