changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / Containerfile

changeset 386: 337c50af92ad
parent: 9e1854ff6f6c
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 30 May 2024 21:48:39 +0000
permissions: -rw-r--r--
description: rm dbg code
1 ARG IMAGE=registry.compiler.company/comp/infra/worker
2 ARG VERSION=latest
3 FROM ${IMAGE}:${VERSION}
4 COPY --chown=${DEV} . core
5 WORKDIR core