-
Notifications
You must be signed in to change notification settings - Fork 361
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
Feature #1580, Docker Image #1794
Conversation
@shurick81: can you explain the use of the release.yml action/workflow? I see the addition to the nightlyrelease workflow, but I do not see easily what the release.yml one is doing? |
Hi @erwinvanhunen, let me put it like this. This is what we now have in https://github.com/pnp/powershell:
Here's what I offer in the PR:
Later on there will be opportunity to put more things in release.yml. Does it make sense? |
* outputting module list after installing * installing module for all the users * installing for all users in Linux
I have also added user documentation, here's how it looks on the Docker Hub: https://hub.docker.com/r/asapozhkov/powershell. I also added a few lines here: https://github.com/alexsapozhkov/powershell/blob/dev/pages/index.md |
@shurick81 - much clearer thanks !! What I didnt understand about the release action(release.yml) is the CRON value. Why are you releasing it everyday at 3:30 ? Did you mean it every 30 days or something ? Unless I am completely mistaken. So, major release usually happens every 2-3 months and we dont have a fixed date/time for it. |
Hi @gautamdsheth, the logic behind is that this job that we can run daily is smart enough and it is identifying those versions of the module that are published in PS Gallery but not published yet in Docker Hub. So it should be fine to run it automatically and it will eventually publish a new module version. However, if you want to run it manually anyway, there is no problem, I can remove the CRON value. |
Thank you @shurick81 , have merged the PR ! One request though :) If you have some time, could be also please write an article (100 level) on how to go about using this ? Basic stuff for people new to Docker and all . You can write it in markdown and add it here ? https://github.com/pnp/powershell/tree/dev/pages/articles This is a request, you can totally ignore it :) Also, if you are interested, would you like to demo it in a PnP Community call, would love to see it in action ? We can help with that. Thank you so much again for the amazing work 🙏😊 |
Hi @gautamdsheth we already have some documentation here: https://pnp.github.io/powershell/. But probably we could mention that before using this Docker image, one needs to have Docker engine installed? |
Type
Related Issues?
Completes #1580
What is in this Pull Request ?
Docker image with PnP.PowerSshell is published to Docker Hub