-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Parse start commands in wings #160
Conversation
This would replace the need to parse the start commands in the entrypoint so exec could be used instead of eval.
@matthewpi is it possible, to merged this and publish a Hotfix? The StopCMD Bug (and yes, it is a Bug, because The only working solution is to use
|
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221004154528-8021a29435af to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This would replace the need to parse the start commands in the entrypoint so exec could be used instead of eval.
…se_startup_commands
This updates the docker client to include the fix added with moby/moby#45962 which solves a breaking change to Go due to CVE-2023-29406.
This would replace the need to parse the start commands in the entrypoint so exec could be used instead of eval.
…se_startup_commands
This wasn't merged and the rebase is getting nasty. Going to redo the work and pr to develop |
This would replace the need to parse the start commands in the entrypoint so
exec
could be used instead ofeval
.As seen in the gist below I have tested what it would do to the ark start command
https://gist.githubusercontent.com/parkervcp/db4d2d7b23b48f9aa0eacff79e77d972/raw/377601cd74e4d9c19e58ba0a56086bba438165fe/gistfile1.txt