-
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
Publish Neo4j 3.0.2 #1809
Publish Neo4j 3.0.2 #1809
Conversation
LGTM (neo4j/docker-neo4j@46c7fe4...34173c9#diff-edc0e0adb706e84eb338d0c2e8b9a13d) Build test of #1809; b44154c ( $ bashbrew build neo4j:2.3.3
Using bashbrew/cache:b2ccdbb2dc722961185f73582717ac1a056531559188ce72b95ed7098cba196d (neo4j:2.3.3)
Tagging neo4j:2.3.3
Tagging neo4j:2.3
$ test/run.sh neo4j:2.3.3
testing neo4j:2.3.3
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build neo4j:2.3.3-enterprise
Using bashbrew/cache:66438bf3fccb36b67ef39b756e02b8c0eb76f629e67732730c746ede75ef18b8 (neo4j:2.3.3-enterprise)
Tagging neo4j:2.3.3-enterprise
Tagging neo4j:2.3-enterprise
$ test/run.sh neo4j:2.3.3-enterprise
testing neo4j:2.3.3-enterprise
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build neo4j:3.0.1
Using bashbrew/cache:fb15b95d87fadd326303a37081b22daa635576f1bb2a07a2cfddced978d72bb7 (neo4j:3.0.1)
Tagging neo4j:3.0.1
Tagging neo4j:3.0
Tagging neo4j:latest
$ test/run.sh neo4j:3.0.1
testing neo4j:3.0.1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build neo4j:3.0.1-enterprise
Using bashbrew/cache:de221bd14090d9df7a9de3473afe96578a73d716bb4d5df84fabd491ec2253d4 (neo4j:3.0.1-enterprise)
Tagging neo4j:3.0.1-enterprise
Tagging neo4j:3.0-enterprise
Tagging neo4j:enterprise
$ test/run.sh neo4j:3.0.1-enterprise
testing neo4j:3.0.1-enterprise
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
|
As a side note, have you seen the new |
@tianon Thank you! |
@yosifkit Thanks for pointing that out. Looks like a great improvement. |
Hello. I normally see the new tags appear in the library soon after the PR is merged, but I don't yet see |
Sorry about that. The build server was in the middle of building Once everything is built we'll push up |
@yosifkit has 3.0.2 built yet? The README on Docker Hub is updated, but pulling |
The README updates from the contents of the library files in this repo, not necessarily from what is available. The neoj4 images finished building and I have triggered a push for them, so they should be available shortly. |
A new patch release of Neo4j a couple of minor improvements to the image (neo4j/docker-neo4j@78cb77f and neo4j/docker-neo4j@84b7c91).