Skip to content

v0.0.42

Compare
Choose a tag to compare
@release-drafter release-drafter released this 30 Sep 11:27
· 133 commits to master since this release
538372e

What’s Changed

Do you want to download tools in the Docker builds? It's pretty easy. Please see the following example:

FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
RUN hd install kubesphere-sigs/[email protected]

FROM alpine:3.10
COPY --from=downloader /usr/local/bin/ks /usr/local/bin/ks
CMD ["ks"]

🚀 Features