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
edx
configuration
Commits
56990c89
Commit
56990c89
authored
Aug 01, 2017
by
Joseph Mulloy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch docker files from 12.04 to 16.04 OPS-1849
parent
021c8578
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
9 deletions
+5
-9
docker/build/automated/Dockerfile
+1
-1
docker/build/harstorage/Dockerfile.out
+1
-5
docker/build/jenkins_analytics/Dockerfile.noci
+1
-1
docker/build/nginx/Dockerfile
+1
-1
docker/build/xqueue/Dockerfile
+1
-1
No files found.
docker/build/automated/Dockerfile
View file @
56990c89
FROM
edxops/
precise
-common:latest
FROM
edxops/
xenial
-common:latest
MAINTAINER
edxops
ADD
. /edx/app/edx_ansible/edx_ansible
...
...
docker/build/harstorage/Dockerfile.out
View file @
56990c89
FROM edxops/
precise
-common
FROM edxops/
xenial
-common
MAINTAINER edxops
USER root
# Fix selinux issue with useradd on 12.04
RUN curl http://salilab.org/~ben/libselinux1_2.1.0-5.1ubuntu1_amd64.deb -o /tmp/libselinux1_2.1.0-5.1ubuntu1_amd64.deb
RUN dpkg -i /tmp/libselinux1_2.1.0-5.1ubuntu1_amd64.deb
RUN apt-get update
ADD . /edx/app/edx_ansible/edx_ansible
COPY docker/build/xqwatcher/ansible_overrides.yml /
...
...
docker/build/jenkins_analytics/Dockerfile.noci
View file @
56990c89
FROM edxops/
precise
-common:latest
FROM edxops/
xenial
-common:latest
MAINTAINER edxops
USER root
...
...
docker/build/nginx/Dockerfile
View file @
56990c89
FROM
edxops/
precise
-common:latest
FROM
edxops/
xenial
-common:latest
MAINTAINER
edxops
USER
root
...
...
docker/build/xqueue/Dockerfile
View file @
56990c89
FROM
edxops/
precise
-common:latest
FROM
edxops/
xenial
-common:latest
MAINTAINER
edxops
USER
root
...
...
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