-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add new Ghost image #505
Add new Ghost image #505
Conversation
Build test of #505; 861f58d ( $ url="https://raw.githubusercontent.com/docker-library/official-images/861f58ddcea4060c8317eac1cf8e4b4734e16789/library/ghost"
$ bashbrew build "$url"
Cloning ghost (git://github.com/docker-library/ghost) ...
Processing ghost:0.5.8 ...
Processing ghost:0.5 ...
Processing ghost:0 ...
Processing ghost:latest ...
$ bashbrew list "$url" | xargs test/run.sh
testing ghost:0.5.8
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing ghost:0.5
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing ghost:0
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing ghost:latest
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed |
I hate to bring up the fact that it runs as |
You shouldn't hate to bring that up -- keep it coming, because that's an excellent point. 👍 |
It just know that making it run as |
In the case of |
I think we should match the behavior of WordPress here, so I'm updating. 👍 |
So www-data:www-data with id 33? |
Well, I mean the general formula. I'm still not 100% sold on |
Updated: Build test of #505; cc325b1 ( $ url="https://raw.githubusercontent.com/docker-library/official-images/cc325b19ff0ca4fb38abb0294c348248a6cde3cb/library/ghost"
$ bashbrew build "$url"
Cloning ghost (git://github.com/docker-library/ghost) ...
Processing ghost:0.5.8 ...
Processing ghost:0.5 ...
Processing ghost:0 ...
Processing ghost:latest ...
$ bashbrew list "$url" | xargs test/run.sh
testing ghost:0.5.8
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing ghost:0.5
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing ghost:0
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing ghost:latest
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed |
LGTM |
No description provided.