Skip to content

Commit

Permalink
add cnpg cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Jan 10, 2025
1 parent 0731de5 commit cde892b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV ARGO_VERSION="3.6.2" \
CF_VERSION="8.9.0" \
CF_UAAC_VERSION="4.26.0" \
CILIUM_VERSION="0.16.22" \
CNPG_VERSION="1.23.3" \
CREDHUB_VERSION="2.9.41" \
CROSSPLANE_CLI="1.18.2" \
FLUX_VERSION="2.3.0" \
Expand Down Expand Up @@ -116,6 +117,8 @@ RUN printf '\n=====================================================\n Install sy
printf '\n=> Add CMDB-CLI-FUNCTIONS\n' && git clone --depth 1 https://github.com/orange-cloudfoundry/cf-cli-cmdb-scripts.git /tmp/cf-cli-cmdb-scripts && mv /tmp/cf-cli-cmdb-scripts/cf-cli-cmdb-functions.bash /usr/local/bin/cf-cli-cmdb-functions.bash && \
installTargz "CILIUM" "cilium" "https://github.com/cilium/cilium-cli/releases/download/v${CILIUM_VERSION}/cilium-linux-${OS_ARCH_AMD}.tar.gz" "cilium" && \
addCompletion "CILIUM" "cilium" "completion bash" && \
installTargz "CNPG" "cnpg" "https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v${CNPG_VERSION}/kubectl-cnpg_${CNPG_VERSION}_linux_${OS_ARCH_X86_64}.tar.gz" "kubectl-cnpg" && \
addCompletion "CNPG" "cnpg" "completion bash" && \
installTargz "CREDHUB" "credhub" "https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-${OS_ARCH_AMD}-${CREDHUB_VERSION}.tgz" "credhub" && \
installBinary "CROSSPLANE" "crossplane" "https://releases.crossplane.io/stable/v${CROSSPLANE_CLI}/bin/linux_${OS_ARCH_AMD}/crank" && \
installTargz "FLUX" "flux" "https://github.com/fluxcd/flux2/releases/download/v${FLUX_VERSION}/flux_${FLUX_VERSION}_linux_${OS_ARCH_AMD}.tar.gz" "flux" && \
Expand Down
1 change: 1 addition & 0 deletions tools/scripts/check-available-clis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ printf '\n=> Check BBR-CLI\n' ; bbr --version
printf '\n=> Check BOSH-CLI\n' ; bosh --version
printf '\n=> Check CF-CLI\n' ; cf --version
printf '\n=> Check CILIUM-CLI\n' ; cilium version
printf '\n=> Check CNPG-CLI\n' ; cnpg version
printf '\n=> Check CREDHUB-CLI\n' ; credhub --version
printf '\n=> Check FLUX-CLI\n' ; flux --version
printf '\n=> Check FLY-CLI\n' ; fly --version
Expand Down

0 comments on commit cde892b

Please sign in to comment.