Skip to content

Commit

Permalink
Merge pull request #235 from dtimm/binary-job
Browse files Browse the repository at this point in the history
create a job providing garden binaries
  • Loading branch information
MarcPaquette authored Sep 22, 2022
2 parents 0a8659d + 1a09819 commit dbe55cf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Empty file added jobs/garden-binaries/monit
Empty file.
22 changes: 22 additions & 0 deletions jobs/garden-binaries/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: garden-binaries

templates: {}

packages:
- guardian
- iptables
- containerd
- runc
- busybox
- tar
- garden-idmapper
- greenskeeper
- grootfs
- xfs-progs
- thresholder
- netplugin-shim
- dontpanic
- tini

properties: {}
5 changes: 5 additions & 0 deletions manifests/include-garden-binaries.ops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- type: replace
path: /instance_groups/name=garden/jobs/-
value:
name: garden-binaries
release: garden-runc

0 comments on commit dbe55cf

Please sign in to comment.