mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-25 02:16:08 +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:
parent
c14a611bfa
commit
6e361596ac
@ -245,6 +245,7 @@ Big shout-out to them!
|
||||
- ![](https://github.com/Crimrose.png?size=24) [@Crimrose](https://github.com/Crimrose)
|
||||
- ![](https://github.com/eventi.png?size=24) [@eventi](https://github.com/eventi)
|
||||
- ![](https://github.com/Bourne-ID.png?size=24) [@Bourne-ID](https://github.com/Bourne-ID)
|
||||
- ![](https://github.com/akwan.png?size=24) [@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
|
||||
|
Loading…
Reference in New Issue
Block a user