-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new upstream release LTS CloudStack v4.11.2
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM ubuntu:xenial-20180808 | ||
FROM ubuntu:xenial-20181113 | ||
|
||
MAINTAINER "René Moser" <[email protected]> | ||
|
||
ARG src_url=https://github.com/apache/cloudstack/archive/4.11.1.0.tar.gz | ||
ARG src_url=https://github.com/apache/cloudstack/archive/4.11.2.0.tar.gz | ||
|
||
RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \ | ||
echo 'mysql-server mysql-server/root_password_again password root' | debconf-set-selections; | ||
|
@@ -59,7 +59,7 @@ RUN (/usr/bin/mysqld_safe &); \ | |
|
||
COPY zones.cfg /opt/zones.cfg | ||
COPY nginx_default.conf /etc/nginx/sites-available/default | ||
RUN pip install cs==2.3.1 | ||
RUN pip install cs==2.5 | ||
COPY run.sh /opt/run.sh | ||
COPY deploy.sh /opt/deploy.sh | ||
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters