[GitHub] cloudstack pull request #1921: Dockerfile: Upgrade base distro to Ubuntu 16....

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/1921


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request #1921: Dockerfile: Upgrade base distro to Ubuntu 16....

2017-01-30 Thread pdion891
GitHub user pdion891 opened a pull request:

https://github.com/apache/cloudstack/pull/1921

Dockerfile: Upgrade base distro to Ubuntu 16.04, fix support for JDK8

Fix current broken build introduce with JDK upgrade from #1888 of docker 
simulator because of missing dependencies and JDK8. This PR upgrade the distro 
to Ubuntu 16.04 and use default jdk version 8.

I've quickly test the build locally, no error in the UI and logs.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pdion891/cloudstack dockerfile_ubuntu1604_jdk8

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1921.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1921


commit 450d8d00fb5966c5cda8f2ed878f1b3add1adaf1
Author: Pierre-Luc Dion 
Date:   2017-01-31T01:35:10Z

Upgrade base distro to Ubuntu 16.04, fix support for JDK8, fix 
dependencies, should fix current broken build of docker simulator




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---