changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / containers/Containerfile.vc-runner

changeset 227: 94227525d5ce
parent: Containerfile.vc-runner@d26e38db90a6
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 24 May 2024 20:01:52 +0000
permissions: -rw-r--r--
description: move containers
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}