Skip to content

Commit 3e97e72

Browse files
authored
Update entrypoint.sh
1 parent 075e3a3 commit 3e97e72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

entrypoint.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/sh -l
22

3-
#curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
4-
curl -sL https://ibm.biz/idt-installer | bash
3+
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
54
ibmcloud --version
65
ibmcloud config --check-version=false
6+
ibmcloud plugin install -f kubernetes-service
7+
ibmcloud plugin install -f container-registry
78
ibmcloud login --apikey "$1" -r "$2" -g default
89
ibmcloud cr region-set "$2"
910
ibmcloud cr login

0 commit comments

Comments
 (0)