Conversation
- Add cache-from registry ref to local containerx config so test builds pull cached layers from ghcr.io/kbve/mc:buildcache (written by prod) - Add docker/setup-buildx-action to docker-test-app workflow so registry cache-from is supported during e2e test builds
…7267) The irc-domain-redirect ingress was stuck without an ADDRESS due to the permanent-redirect annotation, causing ArgoCD to report Progressing indefinitely. Replace with a tiny nginx container serving a meta refresh + JS redirect page from irc.kbve.com to chat.kbve.com.
Contributor
Author
Dependency ReviewThe following issues were found:
License Issues.github/workflows/docker-test-app.yml
OpenSSF Scorecard
Scanned Files
|
* feat(mc): add GHA build caching, resource pack URL env var, and K8s ingress Add CI configuration with GitHub Actions cache backend for Docker BuildKit to reduce test build times from ~30min to incremental rebuilds. Make the resource pack URL configurable via RESOURCE_PACK_URL environment variable with an entrypoint script that templates features.toml at startup. Add nginx ingress for mc.kbve.com with TLS via cert-manager to serve the resource pack over HTTPS. * fix(kube): share MetalLB IP between nginx-ingress and mc-service Add metallb.universe.tf/allow-shared-ip annotation to both the mc-service LoadBalancer and the nginx-ingress Helm values so they can share the single public IP (142.132.206.74). Ports do not overlap (nginx: 80/443, mc: 25565/19132) so sharing is safe.
h0lybyte
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Staging
4 atomic commits ready for staging
Features
2b90e88)Bug Fixes
96ae272)fef5536)f503f90)This PR is automatically maintained by CI