Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
This task lists some general improvements:
- complete Dockerfile MAINTAINTER element
- Dockerfile ENV REFRESHED_AT to purge the cache (see The Docker Book)
- migrate mysql image to ubuntu:14.04
- activemq image downloads activemq tarball and extracts it, but doesn't delete it
- integrated with maven to:
- docker images can be automatically pushed during a release (not sure if there are licensing issues with pushing during a release due to the GPL license of docker images?)
- docker builds can be performed on Jenkins servers (will need some discussion with INFRA to set up)
- reduce image download size:
- activemq and stratos images could share a base image that has openjdk installed
- make run-nsenter.sh script support osx - more info here