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:
Alan Kwan 2022-08-12 19:12:29 -07:00 committed by GitHub
parent c14a611bfa
commit 6e361596ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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