mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-06 08:22:10 +07:00
chore(dev): install latest k3d (#76)
* install latest k3d * adding as contributor * remove intermediate layer Co-authored-by: Alan Kwan <alan.kwan@epicgames.com>
This commit is contained in:
@ -245,6 +245,7 @@ Big shout-out to them!
|
||||
-  [@Crimrose](https://github.com/Crimrose)
|
||||
-  [@eventi](https://github.com/eventi)
|
||||
-  [@Bourne-ID](https://github.com/Bourne-ID)
|
||||
-  [@akwan](https://github.com/akwan)
|
||||
|
||||
If you feel you're missing from this list, feel free to add yourself in a PR.
|
||||
|
||||
|
@ -41,8 +41,7 @@ RUN pacman --sync --refresh --noconfirm \
|
||||
terraform \
|
||||
yamllint
|
||||
|
||||
# TODO better way to install k3d?
|
||||
RUN curl -L https://github.com/k3d-io/k3d/releases/download/v5.4.1/k3d-linux-amd64 > /usr/local/bin/k3d \
|
||||
RUN curl -L https://github.com/k3d-io/k3d/releases/latest/download/k3d-linux-amd64 -o /usr/local/bin/k3d -s \
|
||||
&& chmod +x /usr/local/bin/k3d
|
||||
|
||||
# TODO https://github.com/ansible-collections/community.docker/issues/216
|
||||
|
Reference in New Issue
Block a user