Closed arschles closed 9 years ago
Should always have a latest tag on Docker HUB too with most recent version.
Also, you may have pushed the wrong images to Docker hub for the dev images. They are the same size and appear to be using the full jdk: https://imagelayers.io/?images=iron%2Fphp:latest,iron%2Fphp-composer:latest,iron%2Fpython3:latest,iron%2Fpython:latest,iron%2Fjava:1.7.0,iron%2Fjava:1.8,iron%2Fruby:latest,iron%2Fjava-dev:1.8,iron%2Fjava-dev:1.7
@treeder don't think I understand your question?
I didn't push new images for iron/java
yet because they were already there, will do so after merge. also the java-dev
ones are supposed to have the full jdk.
Oh right, the iron/java ones have to change, got it.
@treeder is this all good? would like to push iron/java
to dockerhub before merging https://github.com/iron-io/dockerworker/pull/20 (still have some changes in progress there anyway)
the java-1.x images are just the JRE, we should use them for production. the java-dev-1.x ones have the JDK so used for local development, debugging, etc…
cc/ @treeder this addresses a TODO that you had in java/java-1.7/README.md
the new
iron/java-dev
images are already up on dockerhub and updated readme is in https://github.com/iron-io/dockerworker/pull/20, but theiron/java
images haven't changed. will do so when ready to merge.