changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / skelfile

changeset 22: bd872fae61db
parent: c5379e794140
child: 058ae6eb8c06
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 20:49:05 -0400
permissions: -rw-r--r--
description: skel rules
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  (archlinux () #$podman build -f Containerfile.archlinux$#)
9  (alpine () #$podman build -f Containerfile.alpine$#)
10  (alpine-infra () #$podman build -f Containerfile.alpine-infra$#)
11  (dev () #$podman build -f Containerfile.dev$#)
12  (operator () #$podman build -f Containerfile.operator$#))
13 :components
14 ((:containerfile "scratch")
15  (:containerfile "alpine")
16  (:containerfile "alpine-infra")
17  (:containerfile "archlinux")
18  (:containerfile "ubuntu")
19  (:containerfile "dev")
20  (:containerfile "operator")
21  (:containerfile "worker"))