- Upstream squid
- Ubuntu Focal
- Automatic configuration reload --> Ready for K8s
docker pull davigar15/squid:latest
git clone https://github.com/charmed-osm/squid-docker
cd squid-docker/
Microk8s:
microk8s.enable registry
Other K8s:
kubectl apply -f registry.yaml
docker build docker/ -t localhost:32000/squid:latest --no-cache
docker push localhost:32000/squid:latest