changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.vc-runner

changeset 4: 65b548b0ce40
parent: 98aa8d30816a
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 05:01:49 +0000
permissions: -rw-r--r--
description: no remove source
1 FROM localhost/worker:latest
2 USER root
3 RUN curl -L --output /usr/local/bin/gitlab-runner https://download.heptapod.net/runner/runner/latest/binaries/heptapod-runner-linux-amd64
4 ARG RUNNER_TOKEN
5 RUN chmod +x /usr/local/bin/gitlab-runner
6 RUN echo ${WORKER_USER}
7 RUN echo ${WORKER_HOME}
8 RUN gitlab-runner install --user=${WORKER_USER} --working-directory=${WORKER_HOME}