-
Notifications
You must be signed in to change notification settings - Fork 155
Update ubuntu 18.04 entrypoint #399
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
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.
Just 'ubuntu 18.04' ? Other configs?
@@ -74,3 +74,4 @@ LABEL maintainer="PowerShell Team <[email protected]>" \ | |||
# Use PowerShell as the default shell | |||
# Use array to avoid Docker prepending /bin/sh -c | |||
CMD [ "pwsh-preview" ] | |||
|
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.
Also unneeded extra space here
@@ -0,0 +1,9 @@ | |||
#!/bin/sh | |||
set -e | |||
|
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.
It doesn't look like this file is used?
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 causes the script to quit if there is an error
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.
Right, but I'm saying the entire shell file
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.
Fixed
Closing this as the proposal hasn't advanced and further work most likely won't happen for some time. |
PR Summary
Update ubuntu 18.04 entrypoint
PR Checklist
Dockerfile
,.sh
,.ps1
and.psm1
files have the correct copyright headerWIP:
to the beginning of the title and remove the prefix when the PR is ready.