sonatype / docker-nexus

Docker image for Sonatype Nexus
Other
384 stars 201 forks source link

Revert "EXPOSE keyword in Dockerfile is deprecated. (#24)" #35

Closed oatmealraisin closed 8 years ago

oatmealraisin commented 8 years ago

Hello! In #24 the EXPOSE step was removed from the Dockerfiles. However, I don't think the use of EXPOSE 'port' was deprecated. Rather, EXPOSE 'port:port' has been deprecated (indication)

Testing these changes, it doesn't look like this affects the running process. However, it helps orchestration tools like OpenShift run this image properly.

If there is something I'm missing, please let me know!

oatmealraisin commented 8 years ago

@sonatype @kellyrob99 ptal?

oatmealraisin commented 8 years ago

@kellyrob99 Is there a timeline to when the next Docker image will be published?