-
Notifications
You must be signed in to change notification settings - Fork 583
Add entrypoint and more versions #9
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
Merged
Merged
Conversation
This file contains hidden or 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
$ ./bashbrew/build.sh ./redis --namespaces="stackbrew"
Processing redis:2.6.17 ...
Processing redis:2.6 ...
Processing redis:2.8.10 ...
Processing redis:2.8.11 ...
Processing redis:2.8.12 ...
Processing redis:2.8.13 ...
Processing redis:2.8.14 ...
Processing redis:2.8.15 ...
Processing redis:2.8.16 ...
Processing redis:2.8.17 ...
Processing redis:2.8 ...
Processing redis:latest ...
Processing redis:2.8.6 ...
Processing redis:2.8.7 ...
Processing redis:2.8.8 ...
Processing redis:2.8.9 ... $ docker images redis
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
redis 2.8.9 f6a95ad63de0 11 minutes ago 110.8 MB
redis 2.8.8 1cea06062bee 13 minutes ago 110.7 MB
redis 2.8.7 1d5e232b337d 15 minutes ago 110.7 MB
redis 2.8.6 9c625acf78da 17 minutes ago 110.7 MB
redis latest 9fa5f990893e 20 minutes ago 110.8 MB
redis 2.8 9fa5f990893e 20 minutes ago 110.8 MB
redis 2.8.17 9fa5f990893e 20 minutes ago 110.8 MB
redis 2.8.16 51b809a60efb 22 minutes ago 110.8 MB
redis 2.8.15 de4449b62704 24 minutes ago 110.8 MB
redis 2.8.14 c964fe27db3d 27 minutes ago 110.8 MB
redis 2.8.13 afb87e7cf83a 29 minutes ago 110.8 MB
redis 2.8.12 0d366bac951f 32 minutes ago 110.7 MB
redis 2.8.11 181007a0c004 35 minutes ago 110.8 MB
redis 2.8.10 828dadc36dc6 43 minutes ago 110.8 MB
redis 2.6 af193b37a1ea 43 minutes ago 110.5 MB
redis 2.6.17 af193b37a1ea 43 minutes ago 110.5 MB
$ docker images stackbrew/redis
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
stackbrew/redis 2.8.9 f6a95ad63de0 11 minutes ago 110.8 MB
stackbrew/redis 2.8.8 1cea06062bee 13 minutes ago 110.7 MB
stackbrew/redis 2.8.7 1d5e232b337d 15 minutes ago 110.7 MB
stackbrew/redis 2.8.6 9c625acf78da 17 minutes ago 110.7 MB
stackbrew/redis 2.8 9fa5f990893e 20 minutes ago 110.8 MB
stackbrew/redis 2.8.17 9fa5f990893e 20 minutes ago 110.8 MB
stackbrew/redis latest 9fa5f990893e 20 minutes ago 110.8 MB
stackbrew/redis 2.8.16 51b809a60efb 22 minutes ago 110.8 MB
stackbrew/redis 2.8.15 de4449b62704 24 minutes ago 110.8 MB
stackbrew/redis 2.8.14 c964fe27db3d 27 minutes ago 110.8 MB
stackbrew/redis 2.8.13 afb87e7cf83a 29 minutes ago 110.8 MB
stackbrew/redis 2.8.12 0d366bac951f 32 minutes ago 110.7 MB
stackbrew/redis 2.8.11 181007a0c004 35 minutes ago 110.8 MB
stackbrew/redis 2.8.10 828dadc36dc6 43 minutes ago 110.8 MB
stackbrew/redis 2.6.17 af193b37a1ea 43 minutes ago 110.5 MB
stackbrew/redis 2.6 af193b37a1ea 43 minutes ago 110.5 MB |
set -e | ||
|
||
if [ "$1" = 'redis-server' ]; then | ||
chown -R redis /data |
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.
Shouldn't this just be chown -R redis .
instead?
Done, tis now |
LGTM |
tianon
added a commit
that referenced
this pull request
Sep 25, 2014
Add entrypoint and more versions
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.
Fixes #7 (auto chowns on start through the entrypoint script)
Add all the versions that are new.