changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: healthcheck not supported on OCI

changeset 53: 17339e4abac1
parent 52: ac486437c184
child 54: 3acc3526d836
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 13:54:25 -0500
files: virt/build-ci-worker.sh
description: healthcheck not supported on OCI
     1.1--- a/virt/build-ci-worker.sh	Wed Jan 03 13:53:55 2024 -0500
     1.2+++ b/virt/build-ci-worker.sh	Wed Jan 03 13:54:25 2024 -0500
     1.3@@ -16,6 +16,5 @@
     1.4 buildah run --net host $id sh -c 'make worker -j4'
     1.5 buildah run --net host $id sh -c 'scripts/install-cargo-tools.sh'
     1.6 buildah run --net host $id sh -c 'make clean'
     1.7-buildah config --healthcheck btm $id
     1.8 buildah config --workingdir /stash $id
     1.9 buildah commit $id ci-worker