mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
425955b92111541fb43042698a07f891fafd3fb9
- .github/workflows/build-demo-service.yml builds on push when home-apps/demo-service/** - Pushes to ghcr.io/wahyd4/demo-manager with git SHA tag + :latest - Updates k8s-manifest.yaml with new image tag - ArgoCD picks up the new image on next sync k8s-manifest changes: - image: ghcr.io/wahyd4/demo-manager (was docker.io/library/demo-manager) - imagePullPolicy: Always - imagePullSecrets: github-image-pull-secret (auth for ghcr.io)
Home docker
Containers my home media server set up
Fix home-server running out of disk
# Remove dangling images
sudo k3s crictl rmi --prune
# Clean stopped containers
sudo k3s crictl rm $(sudo k3s crictl ps -a -q --state exited)
Languages
Python
30.9%
Shell
27.2%
HCL
21.5%
HTML
19%
Dockerfile
1.3%
Other
0.1%