changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / Containerfile.vc-runner

changeset 214: 847281f20daf
parent: d26e38db90a6
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 29 Apr 2024 00:27:10 +0000
permissions: -rw-r--r--
description: easy-rsa
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}