v0.0.42
·
133 commits
to master
since this release
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
- Fix an unknow issue cause by /usr/bin path (#142) @LinuxSuRen