This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ sudo service jenkins restart
485485retry_until_successful run_util_script " jenkins/run-cli-command.sh" -c " version"
486486
487487echo " ############### Installing Packages ###############"
488- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y jq git zip azure-cli=2.0.66 -1~xenial
488+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y jq git zip azure-cli=2.0.71 -1~xenial
489489sudo DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce
490490
491491echo " ############### Installing kubectl ###############"
Original file line number Diff line number Diff line change 129129echo " Creating AKS Cluster..."
130130(
131131 set -x
132- az aks create -g $resourceGroupName -n $clusterName -l $resourceGroupLocation --node-count 3 --generate-ssh-keys -k 1.13.8 --service-principal $SP_ID --client-secret $SP_PASS
132+ az aks create -g $resourceGroupName -n $clusterName -l $resourceGroupLocation --node-count 3 --generate-ssh-keys -k 1.13.9 --service-principal $SP_ID --client-secret $SP_PASS
133133)
134134
135135if [ $? == 0 ];
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN mv ./kubectl /usr/local/bin/kubectl
4040
4141RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https
4242RUN DEBIAN_FRONTEND=noninteractive apt-get update
43- RUN DEBIAN_FRONTEND=noninteractive apt-get install -y dotnet-sdk-2.2 jq git zip azure-cli=2.0.66 -1~xenial
43+ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y dotnet-sdk-2.2 jq git zip azure-cli=2.0.71 -1~xenial
4444RUN DEBIAN_FRONTEND=noninteractive ACCEPT_EULA=Y apt-get install -y mssql-tools unixodbc-dev
4545RUN DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce
4646RUN DEBIAN_FRONTEND=noninteractive apt-get install vim -y
You can’t perform that action at this time.
0 commit comments