Skip to content

Create docker-entrypoint.d #534

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
podalead opened this issue Dec 9, 2021 · 2 comments
Closed

Create docker-entrypoint.d #534

podalead opened this issue Dec 9, 2021 · 2 comments
Labels
Request Request for image modification or feature

Comments

@podalead
Copy link

podalead commented Dec 9, 2021

Pls, create docker-entrypoint.d for multiple script executions during newly container initialization

@wglambert wglambert added the Request Request for image modification or feature label Dec 9, 2021
@tianon
Copy link
Member

tianon commented Dec 9, 2021

With #424 (and follow-ups), we've been heading in the opposite direction, opting instead to keep the entrypoint script as simple and lightweight as possible.

In most of the database images which support some form of docker-entrypoint-initdb.d, there are a number of "pre-initialization" type tasks that need to be performed on a running instance of the database before starting it up for "real" use, which is why the functionality is implemented.

If there's specific initialization you need to perform on RabbitMQ before it's "ready for use", I'm sure the folks who maintain RabbitMQ would be very interested in hearing about your use case and determining whether it's something they'd want to add explicit support in RabbitMQ itself for.

@lukebakken
Copy link
Collaborator

@tianon agreed. @podalead please start a discussion describing your use-case here:

https://github.com/rabbitmq/rabbitmq-server/discussions

This issue should be closed.

@tianon tianon closed this as completed Mar 18, 2022
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

4 participants