Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
a8d2c5a5
Commit
a8d2c5a5
authored
Apr 28, 2017
by
Clinton Blackburn
Committed by
Clinton Blackburn
Apr 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the edxapp Docker image to be based on Ubunut 16.04
parent
cb6b0505
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docker/build/edxapp/Dockerfile
+1
-1
playbooks/roles/edxapp/tasks/main.yml
+2
-2
No files found.
docker/build/edxapp/Dockerfile
View file @
a8d2c5a5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
# with the currently checked-out configuration repo.
# with the currently checked-out configuration repo.
FROM
edxops/
precise
-common:latest
FROM
edxops/
xenial
-common:latest
MAINTAINER
edxops
MAINTAINER
edxops
USER
root
USER
root
CMD
["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
CMD
["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
...
...
playbooks/roles/edxapp/tasks/main.yml
View file @
a8d2c5a5
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
tags
:
tags
:
-
install
-
install
-
install:base
-
install:base
-
name
:
install system packages on which LMS and CMS rely
-
name
:
install system packages on which LMS and CMS rely
apt
:
apt
:
name
:
"
{{
item
}}"
name
:
"
{{
item
}}"
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
tags
:
tags
:
-
install
-
install
-
install:base
-
install:base
# Set up the python sandbox execution environment
# Set up the python sandbox execution environment
-
include
:
python_sandbox_env.yml
-
include
:
python_sandbox_env.yml
when
:
EDXAPP_PYTHON_SANDBOX
when
:
EDXAPP_PYTHON_SANDBOX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment