We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075e3a3 commit 3e97e72Copy full SHA for 3e97e72
entrypoint.sh
@@ -1,9 +1,10 @@
1
#!/bin/sh -l
2
3
-#curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
4
-curl -sL https://ibm.biz/idt-installer | bash
+curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
5
ibmcloud --version
6
ibmcloud config --check-version=false
+ibmcloud plugin install -f kubernetes-service
7
+ibmcloud plugin install -f container-registry
8
ibmcloud login --apikey "$1" -r "$2" -g default
9
ibmcloud cr region-set "$2"
10
ibmcloud cr login
0 commit comments