changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / skelfile

changeset 16: c5379e794140
parent: a67e164d4def
child: bd872fae61db
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 18:41:54 -0400
permissions: -rw-r--r--
description: add alpine-infra
1 ;;; pod @ 2024-06-21.02:30:12 -*- mode:skel; -*-
2 :name "pod"
3 :author "Richard Westhaver"
4 :version "0.1.0"
5 :vc (:hg "https://vc.compiler.company/comp/pod")
6 :rules
7 ((all ())
8  (dev () #$podman build -f Containerfile.dev$#))
9 :components
10 ((:containerfile "scratch")
11  (:containerfile "alpine")
12  (:containerfile "archlinux")
13  (:containerfile "ubuntu")
14  (:containerfile "dev")
15  (:containerfile "operator")
16  (:containerfile "worker"))