ImageSilo v0.1.0-rc.3
Pre-release
Pre-release
Highlights
- GHCR releases now publish both the immutable version tag and the mutable
latesttag. latestis created from the same verified nativelinux/amd64andlinux/arm64digests as the version manifest.- Release workflows are serialized globally, and rerunning an older release will not roll
latestback when a newer release tag exists. - Includes the setup, security, resource-boundary, proxy-IP, storage-integrity, UI reliability, and lightweight image-delivery improvements introduced in
v0.1.0-rc.2. - Image delivery remains stream-based with ETag revalidation and operating-system page caching.
IMAGESILO_DELIVERY_CONCURRENCY=0is the unlimited default; values1through4096enable an application-level cap.
Container images
docker pull ghcr.io/willxup/imagesilo:v0.1.0-rc.3
docker pull ghcr.io/willxup/imagesilo:latestBoth tags resolve to:
- Platforms:
linux/amd64,linux/arm64 - Manifest digest:
sha256:ae39a172c8a464a48ffc10959d8b8f985fd412851404bca4edc563ce661d98ca - amd64 digest:
sha256:6280ad479ff327857c3a90ca8d162425f59ac2ca42166ad87018a4e2061d0f9d - arm64 digest:
sha256:7a5d267d00133b95b158bc4fab8353ce99cb78899d972d9ea915844b381009f9
Production deployments should still prefer the immutable version tag or manifest digest. Use latest when automatically following the newest published ImageSilo release is desired.
Verification
- Commit:
95a86187823b1e6c33cb6e2ce523c53f1acc9bee - Main Verify: https://github.com/Willxup/imagesilo/actions/runs/30617660455
- Automated release: https://github.com/Willxup/imagesilo/actions/runs/30618059947