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

Publish Neo4j 3.0.2 #1809

Merged
merged 1 commit into from
Jun 7, 2016
Merged

Publish Neo4j 3.0.2 #1809

merged 1 commit into from
Jun 7, 2016

Conversation

benbc
Copy link
Contributor

@benbc benbc commented Jun 6, 2016

A new patch release of Neo4j a couple of minor improvements to the image (neo4j/docker-neo4j@78cb77f and neo4j/docker-neo4j@84b7c91).

@tianon
Copy link
Member

tianon commented Jun 7, 2016

LGTM (neo4j/docker-neo4j@46c7fe4...34173c9#diff-edc0e0adb706e84eb338d0c2e8b9a13d)

Build test of #1809; b44154c (neo4j):

$ 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

@tianon tianon merged commit 600ce63 into docker-library:master Jun 7, 2016
@yosifkit
Copy link
Member

yosifkit commented Jun 7, 2016

As a side note, have you seen the new library file format: https://github.com/docker-library/official-images#instruction-format. No hurry to change, the new builder code is backwards compatible with the old library file format; we just want to let you know of the increased control that is available.

@benbc
Copy link
Contributor Author

benbc commented Jun 7, 2016

@tianon Thank you!

@benbc
Copy link
Contributor Author

benbc commented Jun 7, 2016

@yosifkit Thanks for pointing that out. Looks like a great improvement.

@benbc
Copy link
Contributor Author

benbc commented Jun 8, 2016

Hello. I normally see the new tags appear in the library soon after the PR is merged, but I don't yet see neo4j:3.0.2. How long should I expect it to take?

@yosifkit
Copy link
Member

yosifkit commented Jun 8, 2016

Sorry about that. The build server was in the middle of building neo4j and a some other images when the server was unexpectedly restarted. When the server came up, docker did not because there was corruption in the docker graph and we were unable to recover it. Since we cannot pull build cache (moby/moby#20316) we are working to rebuild all of the images to fill the server again.

Once everything is built we'll push up neo4j and the images that were new. Hopefully they will be up by this evening.

@textbook
Copy link

textbook commented Jun 9, 2016

@yosifkit has 3.0.2 built yet? The README on Docker Hub is updated, but pulling neo4j still gets us 3.0.1 and trying neo4j:3.0.2 returns not found.

@yosifkit
Copy link
Member

yosifkit commented Jun 9, 2016

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.

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

Successfully merging this pull request may close these issues.

5 participants