We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33690ba commit dc8a9baCopy full SHA for dc8a9ba
Dockerfile
@@ -86,7 +86,7 @@ RUN url="https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" ;
86
87
# k3d runs kubernetes clusters in docker.
88
FROM apt-base as k3d
89
-COPY --link --from=ghcr.io/k3d-io/k3d-tools:5.8.3 /bin/k3d /usr/local/bin/
+COPY --link --from=ghcr.io/k3d-io/k3d:5.8.3 /bin/k3d /usr/local/bin/
90
# just-k3d is a utility that encodes many of the common k3d commands we use.
91
COPY --link bin/just-k3d /usr/local/bin/
92
# `K3S_IMAGES_JSON` configures just-k3d so that it uses a pinned version of k3s.
0 commit comments