-
Notifications
You must be signed in to change notification settings - Fork 148
Update the docker image vmware-py3 #9287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Docker Image Ready - DevDocker automatic build at CircleCI has deployed your docker image: devdemisto/vmware-py3:1.0.0.36420
Docker Metadata
|
Docker Image Ready - DevDocker automatic build at CircleCI has deployed your docker image: devdemisto/vmware-py3:1.0.0.36672
Docker Metadata
|
Docker Image Ready - DevDocker automatic build at CircleCI has deployed your docker image: devdemisto/vmware-py3:1.0.0.36674
Docker Metadata
|
Docker Image Ready - DevDocker automatic build at CircleCI has deployed your docker image: devdemisto/vmware-py3:1.0.0.36675
Docker Metadata
|
is there a seperate integration using the py2 version? Can we keep this under the same name, and do a major bump to version? |
Docker Image Ready - DevDocker automatic build at CircleCI has deployed your docker image: devdemisto/vmware:1.0.0.36741
Docker Metadata
|
Docker Image Ready - DevDocker automatic build at CircleCI has deployed your docker image: devdemisto/vmware:2.0.0.36742
Docker Metadata
|
[packages] | ||
pyVim = "*" | ||
pyVmomi = "*" | ||
vsphere-automation-sdk = {file = "https://github.com/vmware/vsphere-automation-sdk-python/archive/refs/tags/v7.0.3.0.tar.gz"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we able to add git+https://github.com/vmware/vsphere-automation-sdk-python.git@v8.0.0.1
here similiar to how this was done in the past instead of to the dockerfile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we tried it doesn't work, the installation via pipenv fails with python 3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at the end of the day this gets installed using a requirements.txt file, not pipenv- thats how our build works under the hood. What syntax did you use to add this to the pipfile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vsphere-automation-sdk = {file = "https://github.com/vmware/vsphere-automation-sdk-python/archive/refs/tags/v8.0.0.1.tar.gz"}
vsphere-automation-sdk-python = {git = "https://github.com/vmware/vsphere-automation-sdk-python.git", ref = "v7.0.1.0" }
pipenv install git+https://github.com/vmware/vsphere-automation-sdk-python.git#egg=vSphere-Automation-SDK
and more.. with different versions, all gave the same error as mention here: vmware/vsphere-automation-sdk-python#302
I searched it more in google, and also consulted with Ilan, but maybe there is a way I'm not aware of?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is happening when running pipenv lock?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docker Image Ready - DevDocker automatic build at CircleCI has deployed your docker image: devdemisto/vmware:2.0.0.36897
Docker Metadata
|
Docker Image Ready - ProductionDocker automatic build at CircleCI has deployed your docker image: demisto/vmware:2.0.0.37077
Docker Metadata
|
Status
Ready
Related Content Pull Request
Related PR: link to the PR at demisto/content
Related Issues
Related: link to the issue
Description
Update the docker image to python3