Skip to content

Conversation

@SwatantraYadav
Copy link

Update the packages to latest one.

Docker file updated to use Python 3

@@ -1,15 +1,34 @@
FROM python:3.9-slim
FROM ubuntu:18.04 as build-env
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, there is no need to change the whole Dockerfile, if you had an issue with the not running as root, you can just make it optional in the existing Dockerfile this is a one line change

msrestazure==0.6.4
adal==1.2.7
pyopenssl==22.0.0
kubernetes==23.3.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you're updating some major versions after a long time this project wasn't updated, what kind of tests have you done to make sure nothing is broken?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants