nixpkgs/pkgs/applications/networking/cluster/kube3d
David Arnold 850d2844e5
kube3d: fix verion prefix tu pull correct image
docker pull rancher/k3d-proxy:3.0.0
Error response from daemon: manifest for rancher/k3d-proxy:3.0.0 not found: manifest unknown: manifest unknown

vs

docker pull rancher/k3d-proxy:v3.0.0
v3.0.0: Pulling from rancher/k3d-proxy

The version tag selects the image tag.
2020-07-22 20:15:05 -05:00
..
default.nix kube3d: fix verion prefix tu pull correct image 2020-07-22 20:15:05 -05:00