Skip to content

Separate setup part from entrypoint script #242

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

Closed
strarsis opened this issue Dec 2, 2016 · 1 comment
Closed

Separate setup part from entrypoint script #242

strarsis opened this issue Dec 2, 2016 · 1 comment
Labels
Request Request for image modification or feature

Comments

@strarsis
Copy link

strarsis commented Dec 2, 2016

When a service/startup manager (e.g. chaperone) should
be used, the startup with pid check/restarting is handled by it instead.

The setup part in the entrypoint script (that runs sh scripts or import sql dump files) should
be separately callable by the startup manager as service dependency, without starting mysqld.

@strarsis strarsis changed the title Separate setup part from entrypoint script Separate setup part out of entrypoint script Dec 2, 2016
@strarsis strarsis changed the title Separate setup part out of entrypoint script Separate setup part from entrypoint script Dec 2, 2016
@wglambert wglambert added the Request Request for image modification or feature label Apr 24, 2018
@yosifkit
Copy link
Member

This is possible with the customization added in #471. For example, just doing the initialization parts: #423 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

3 participants