changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / virt/build-heptapod-runner.sh

changeset 62: e1061716787e
parent: e50b2e3873cc
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 21:05:14 -0500
permissions: -rwxr-xr-x
description: closing in
1 #!/bin/sh
2 id=$(buildah from --pull docker.io/octobus/heptapod-runner:latest)
3 buildah config --annotation vc $id
4 buildah config --author='Richard Westhaver' $id
5 buildah config --volume /stash $id
6 buildah config --volume /store $id
7 buildah run --net host -v /mnt/y/data/private/gitlab-runner/:/etc/gitlab-runner $id gitlab-runner register
8 buildah commit $id heptapod-runner