Skip to content
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

Closed
wants to merge 34 commits into from
Closed

Parse start commands in wings #160

wants to merge 34 commits into from

Conversation

parkervcp
Copy link
Member

This would replace the need to parse the start commands in the entrypoint so exec could be used instead of eval.

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

@gOOvER
Copy link

gOOvER commented Feb 18, 2023

@matthewpi is it possible, to merged this and publish a Hotfix? The StopCMD Bug (and yes, it is a Bug, because ^C worked some versions before without problems) is really annoying.

The only working solution is to use ^^C. Your suggestions from the Discord with ^SIGKILL, ^SIGTERM end in an error:

Error Event [55fca2c3-7c76-4037-bc43-8ff83c2d04e8]: Error response from daemon: Cannot kill container: 5fe7a146-6b0d-4bcb-813e-1b488ba952d3: invalid signal: interrupt

schrej and others added 10 commits February 27, 2023 13:05
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>
server/filesystem/filesystem.go Dismissed Show dismissed Hide dismissed
server/filesystem/filesystem.go Dismissed Show dismissed Hide dismissed
server/filesystem/filesystem.go Dismissed Show dismissed Hide dismissed
matthewpi and others added 7 commits July 15, 2023 14:38
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.
@parkervcp
Copy link
Member Author

This wasn't merged and the rebase is getting nasty. Going to redo the work and pr to develop

@parkervcp parkervcp closed this Aug 7, 2023
@parkervcp parkervcp deleted the parse_startup_commands branch August 7, 2023 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants