changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / Containerfile

changeset 310: ab9e41953ae2
parent: 10353e203e13
child: 9e1854ff6f6c
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 08 May 2024 15:09:39 -0400
permissions: -rw-r--r--
description: rdb fuzz
1 ARG IMAGE=registry.compiler.company/comp/infra/box
2 ARG VERSION=latest
3 FROM ${IMAGE}:${VERSION}
4 COPY --chown=${DEV} . core
5 WORKDIR core