From 9b0264987cad637593db4de0d2c0e1ca5382e461 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 9 May 2026 15:31:01 -0400 Subject: [PATCH] init: bootstrap repo + README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..81391cb --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# EZSCALE Generic Binary Storage + +This repo serves as the storage backend for closed-source third-party +binaries that the metabans CI pipeline bakes into container images at +build time (binaries that we can't commit to the metabans repo for +license reasons). + +## How CI fetches + +Each release here corresponds to a binary version. The metabans +deploy.yaml workflow downloads the asset via authenticated curl into +the docker build context before `docker build`. + +## Currently hosted + +- **`pbucon.run`** (PunkBuster UDP Console client, EvenBalance) — + release tag `pbucon-`. ELF 32-bit i386 glibc. Used by the + pb-relay service.