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 b56353a commit 07f9702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions requirements_k8s.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
oauth2client
kubernetes
azure-cli==2.55.0
google-api-python-client==2.96.0
azure-mgmt-containerservice==22.0.0
azure-identity==1.14.0
Expand Down

0 comments on commit 07f9702

Please sign in to comment.