commit | aa48ddb8bab34661635c577ef86c6dddb5015d83 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sat Dec 30 00:11:22 2023 -0500 |
committer | GitHub <noreply@github.com> | Sat Dec 30 00:11:22 2023 -0500 |
tree | 047e5c7affb5cccc1be2377a7dbf67aa98e7481e | |
parent | 467ff8cfdad22570e497f6cfbff6efea2c650a61 [diff] [blame] |
chore: add glance images (#809)
diff --git a/images/kubernetes/Earthfile b/images/kubernetes/Earthfile new file mode 100644 index 0000000..bf613b2 --- /dev/null +++ b/images/kubernetes/Earthfile
@@ -0,0 +1,7 @@ +VERSION 0.7 + +image: + FROM curlimages/curl:7.78.0 + RUN curl -L "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/${TARGETOS}/${TARGETARCH}/kubectl" -o /tmp/kubectl + RUN chmod +x /tmp/kubectl + SAVE ARTIFACT /tmp/kubectl kubectl