Merge branch 'set_name' into 'main'
Add runner-name build-arg See merge request qontainers/pipglr!3
This commit is contained in:
@@ -107,6 +107,7 @@ ENTRYPOINT ["/usr/local/bin/gitlab-runner-wrapper"]
|
|||||||
|
|
||||||
# Gitlab-runner configuration options. Default to unprivileged (nested)
|
# Gitlab-runner configuration options. Default to unprivileged (nested)
|
||||||
# runner. Privileged is required to permit nested container image building.
|
# runner. Privileged is required to permit nested container image building.
|
||||||
|
ARG RUNNER_NAME="pipglr"
|
||||||
ARG PRIVILEGED_RUNNER="false"
|
ARG PRIVILEGED_RUNNER="false"
|
||||||
# Tags allow pinning jobs to specific runners, comma-separated list of
|
# Tags allow pinning jobs to specific runners, comma-separated list of
|
||||||
# tags to add to runner (no spaces!)
|
# tags to add to runner (no spaces!)
|
||||||
@@ -119,6 +120,7 @@ ENV REGISTER_NON_INTERACTIVE="true" \
|
|||||||
REGISTER_ACCESS_LEVEL="ref_protected" \
|
REGISTER_ACCESS_LEVEL="ref_protected" \
|
||||||
REGISTER_MAXIMUM_TIMEOUT="3600" \
|
REGISTER_MAXIMUM_TIMEOUT="3600" \
|
||||||
CI_SERVER_URL="https://gitlab.com/" \
|
CI_SERVER_URL="https://gitlab.com/" \
|
||||||
|
RUNNER_NAME="${RUNNER_NAME}" \
|
||||||
RUNNER_EXECUTOR="docker" \
|
RUNNER_EXECUTOR="docker" \
|
||||||
RUNNER_SHELL="bash" \
|
RUNNER_SHELL="bash" \
|
||||||
REGISTER_MAINTENANCE_NOTE="Podman-in-Podman containerized runner" \
|
REGISTER_MAINTENANCE_NOTE="Podman-in-Podman containerized runner" \
|
||||||
|
|||||||
Reference in New Issue
Block a user