|
| 1 | +# bins (Runtime Packages) |
| 2 | + |
| 3 | +**File:** `.github/workflows/bins.yaml` |
| 4 | +**Trigger:** Push to any branch, or version tags (`v*`) |
| 5 | + |
| 6 | +## Purpose |
| 7 | + |
| 8 | +Orchestrates the build of **all runtime packages** that ZOS depends on. Each package is built in parallel by calling one of the reusable workflows: |
| 9 | + |
| 10 | +- `bin-package.yaml` — standard build + tag (most packages) |
| 11 | +- `bin-package-18.04.yaml` — build on Ubuntu 18.04 (for packages requiring older glibc) |
| 12 | +- `bin-package-no-tag.yaml` — build without tagging (packages managed independently) |
| 13 | + |
| 14 | +## Packages |
| 15 | + |
| 16 | +### Standard packages (bin-package) |
| 17 | + |
| 18 | +| Package | Description | |
| 19 | +|---------|-------------| |
| 20 | +| `containerd` | Container runtime | |
| 21 | +| `runc` | OCI runtime | |
| 22 | +| `virtwhat` | Hypervisor detection | |
| 23 | +| `yggdrasil` | Overlay network daemon | |
| 24 | +| `rfs` | Remote filesystem | |
| 25 | +| `hdparm` | Disk parameters tool | |
| 26 | +| `corex` | Container interactive shell | |
| 27 | +| `shimlogs` | Container log shim | |
| 28 | +| `cloudhypervisor` | VM hypervisor | |
| 29 | +| `tailstream` | Log tail streaming | |
| 30 | +| `virtiofsd` | Virtio filesystem daemon | |
| 31 | +| `vector` | Log/metrics collection | |
| 32 | +| `nnc` | Network connectivity checker | |
| 33 | +| `lshw` | Hardware lister | |
| 34 | +| `cloudconsole` | Cloud console | |
| 35 | +| `misc` | Miscellaneous tools | |
| 36 | +| `iperf` | Network performance | |
| 37 | +| `cpubench` | CPU benchmarking | |
| 38 | +| `mycelium` | Mycelium network daemon | |
| 39 | + |
| 40 | +### Ubuntu 18.04 packages (bin-package-18.04) |
| 41 | + |
| 42 | +| Package | Description | |
| 43 | +|---------|-------------| |
| 44 | +| `mdadm` | RAID management | |
| 45 | + |
| 46 | +### No-tag packages (bin-package-no-tag) |
| 47 | + |
| 48 | +| Package | Description | |
| 49 | +|---------|-------------| |
| 50 | +| `qsfs` | Quantum Safe File System | |
| 51 | +| `traefik` | Reverse proxy | |
0 commit comments