-
-
Notifications
You must be signed in to change notification settings - Fork 656
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 25, 2018
Closed
villfa
reviewed
Dec 27, 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo in comment
There was a problem hiding this comment.
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.
cytopia
force-pushed
the
custom-startup-scripts
branch
from
December 27, 2018 12:07
bfbf9ea
to
a238bb0
Compare
cytopia
force-pushed
the
custom-startup-scripts
branch
from
December 27, 2018 12:11
a238bb0
to
ddbe0f9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
andcrontab
binary is now shipped with each container which is required by certain frameworks: #438Readme
The Readme now reflects all available PHP modules per version