Merge pull request #178 from cerc-io/dboreham/package-registry-stack

Support for the package registry stack
This commit is contained in:
2023-02-17 15:36:28 -07:00
committed by GitHub
4 changed files with 119 additions and 4 deletions
@@ -0,0 +1,11 @@
version: "1.1"
name: package-registry
decription: "Local Package Registry"
repos:
- cerc-io/hosting
pods:
- name: gitea
repository: cerc-io/hosting
path: gitea
pre_start_command: "run-this-first.sh"
post_start_command: "initialize-gitea.sh"