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

Custom startup scripts #446

Merged
merged 16 commits into from
Dec 27, 2018
Merged

Custom startup scripts #446

merged 16 commits into from
Dec 27, 2018

Conversation

cytopia
Copy link
Owner

@cytopia cytopia commented Dec 25, 2018

Custom startup scripts

DESCRIPTION

This PR adds the ability to supply custom shell scripts that will be executed during startup. This is useful for anybody who wants to automate additional software installation and as well add the possibility to ship proprietary which requires a user to accept their license beforehand (which can not be included in the Docker container).

Other use-cases might include to start custom services such as npm (#240) to make them available without user-interaction.

Scripts need to be added to cfg/php-startup-X.Y/ and can be different for each PHP version.


Others

Cron

Additionally the cron and crontab binary is now shipped with each container which is required by certain frameworks: #438

Readme

The Readme now reflects all available PHP modules per version

@cytopia cytopia self-assigned this Dec 25, 2018
This was referenced Dec 25, 2018
alien -i /tmp/oracle-instantclient18.3-basiclite-18.3.0.0.0-2.x86_64.rpm
alien -i /tmp/oracle-instantclient18.3-devel-18.3.0.0.0-2.x86_64.rpm

# Rempve RPMs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo in comment

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Fixed it and will also test all available examples for validity during Travis CI run.

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

Successfully merging this pull request may close these issues.

2 participants