File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG TARGETARCH
66# args -- software versions
77ARG DKF_CLI_OS=${TARGETOS}
88ARG DKF_CLI_ARCH=${TARGETARCH}
9- ARG DKF_CLI_RELEASE_TAG=v0.1.0
9+ ARG DKF_CLI_RELEASE_TAG=v0.1.2
1010
1111# args -- uid/gid
1212ARG DEPLOYKF_USER=deploykf
@@ -16,8 +16,8 @@ ARG DEPLOYKF_GID=1001
1616ARG DEPLOYKF_HOME=/home/${DEPLOYKF_USER}
1717
1818# install deploykf cli
19- RUN wget -q -O /tmp/deploykf "https://github.com/deploykf/ cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}" \
20- && wget -q -O /tmp/deploykf.sha256 "https://github.com/deploykf/ cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}.sha256" \
19+ RUN wget -q -O /tmp/deploykf "https://github.com/kaasops/deploykf- cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}" \
20+ && wget -q -O /tmp/deploykf.sha256 "https://github.com/kaasops/deploykf- cli/releases/download/${DKF_CLI_RELEASE_TAG}/deploykf-${DKF_CLI_OS}-${DKF_CLI_ARCH}.sha256" \
2121 && echo "$(cat /tmp/deploykf.sha256 | awk '{ print $1; }') /tmp/deploykf" | sha256sum -c - \
2222 && chmod +x /tmp/deploykf \
2323 && mv /tmp/deploykf /usr/local/bin/deploykf \
You can’t perform that action at this time.
0 commit comments