Skip to content

Commit

Permalink
Yandex cloud cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu authored Feb 24, 2022
1 parent 5b6dbae commit b10298b
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 @@ -80,6 +80,9 @@ RUN cd /tmp/ \
&& curl -L https://aka.ms/downloadazcopy-v10-linux | tar --strip-components 1 -xz \
&& mv -f /tmp/azcopy /usr/bin/

## yandex cloud cli
RUN curl https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash

## mysql client + percona tools
RUN dnf install -y innotop \
&& dnf install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm \
Expand Down
1 change: 1 addition & 0 deletions scripts/version-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ echo -n "kubectl: " && kubectl version --client=true --short=true
ansible --version | head -n 1
ansible-lint --version
azcopy --version
yc --version
mysql --version
mysqldump --version
mysqlpump --version
Expand Down

0 comments on commit b10298b

Please sign in to comment.