You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
This approach keeps Vester and its dependencies happily in their Docker container, making it easy for me to run this as part of a Jenkins pipeline.
What about a pull request?
Since I am actually using my working dockerized branch, I pulled in a handful of additional tests that have yet to be merged to this main repository. I figure it would make sense to resolve those first, then the PR should only include dockerizing specific changes. But if there is a better way, let me know!
The text was updated successfully, but these errors were encountered:
See WahlNetwork#206 for more information.
Mostly, this deals with `/` and `\` in paths
It also removes the explicit load of VMware.VumAutomation (not supported
in PowerCLI core yet)
There are about three issues with running Vester in a Docker container:
I've addressed these three issues in the following ways:
The code changes are available in my working branch https://github.com/jeffgreenca/vester/tree/feature/dockerized.
Why?!
This approach keeps Vester and its dependencies happily in their Docker container, making it easy for me to run this as part of a Jenkins pipeline.
What about a pull request?
Since I am actually using my working dockerized branch, I pulled in a handful of additional tests that have yet to be merged to this main repository. I figure it would make sense to resolve those first, then the PR should only include dockerizing specific changes. But if there is a better way, let me know!
The text was updated successfully, but these errors were encountered: