Skip to content

Commit

Permalink
Switch to pip azure-cli install because azure-cli rpm not support pyt…
Browse files Browse the repository at this point in the history
…hon3.11
  • Loading branch information
asmorodskyi committed Jan 29, 2024
1 parent b36a0c7 commit 5fd7f8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_k8s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/python:3.11

RUN zypper -n in gcc tar gzip kubernetes1.24-client aws-cli azure-cli && zypper clean && rm -rf /var/cache
RUN zypper -n in gcc tar gzip kubernetes1.24-client aws-cli && zypper clean && rm -rf /var/cache

# Google cli installation
RUN curl -sf https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-415.0.0-linux-x86_64.tar.gz | tar -zxf - -C /opt \
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
boto3
azure-mgmt-compute==30.1.0
azure-mgmt-compute==30.4.0
azure-mgmt-storage==21.1.0
azure-mgmt-resource==23.0.1
azure-storage-blob==12.17.0
azure-identity==1.14.0
azure-mgmt-resource==23.1.0b2
azure-storage-blob==12.19.0
azure-identity==1.14.1
cachetools
msrestazure==0.6.4
uwsgi==2.0.22
Expand Down
7 changes: 4 additions & 3 deletions requirements_k8s.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
oauth2client
kubernetes
azure-cli==2.56.0
google-api-python-client==2.96.0
azure-mgmt-containerservice==22.0.0
azure-identity==1.14.0
azure-mgmt-resource==23.0.1
azure-mgmt-containerservice==28.0.0
azure-identity==1.14.1
azure-mgmt-resource==23.1.0b2
boto3

0 comments on commit 5fd7f8e

Please sign in to comment.