changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / skelfile

changeset 21: cbe9424370f6
parent: c5379e794140
child: bd872fae61db
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 13:16:29 -0400
permissions: -rw-r--r--
description: upgrades
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"))