changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / skelfile

changeset 27: 058ae6eb8c06
parent: bd872fae61db
child: b5ff3e39b424
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 27 Jul 2024 02:21:46 -0400
permissions: -rw-r--r--
description: added caddy container
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 :components
7 ((:containerfile "scratch")
8  (:containerfile "alpine")
9  (:containerfile "alpine-infra")
10  (:containerfile "archlinux")
11  (:containerfile "ubuntu")
12  (:containerfile "dev")
13  (:containerfile "operator")
14  (:containerfile "worker")
15  (:containerfile "web"))