init: bootstrap repo + README

This commit is contained in:
2026-05-09 15:31:01 -04:00
commit 9b0264987c

18
README.md Normal file
View File

@@ -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-<version>`. ELF 32-bit i386 glibc. Used by the
pb-relay service.