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
dcffb5ed
Commit
dcffb5ed
authored
Nov 22, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing var
parent
2efbd396
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker/build/trusty-common/Dockerfile
+3
-3
No files found.
docker/build/trusty-common/Dockerfile
View file @
dcffb5ed
...
...
@@ -20,13 +20,13 @@ ENV PATH /tmp/ansible/bin:/bin:/sbin:/usr/sbin:/usr/bin
# Install the configuration repository to install
# edx-ansible role
RUN
sudo
git clone
http://github.com/edx/configuration.git
/tmp/configuration
RUN
sudo
git clone
${
CONFIGURATION_REPO
}
/tmp/configuration
WORKDIR
/tmp/configuration
RUN
sudo
git checkout
hack2015/docker
RUN
sudo
git checkout
${
CONFIGURATION_VERSION
}
RUN
sudo
pip install
-r
pre-requirements.txt
RUN
sudo
pip install
-r
requirements.txt
WORKDIR
/tmp/configuration/playbooks/edx-east
RUN
sudo
/tmp/ansible/bin/ansible-playbook edx_ansible.yml
-
c
local
-i
'127.0.0.1,'
-e
"configuration_version=hack2015/docker
"
RUN
sudo
/tmp/ansible/bin/ansible-playbook edx_ansible.yml
-
i
'127.0.0.1,'
-c
local
-e
"configuration_version=
${
CONFIGURATION_VERSION
}
"
WORKDIR
/edx/app/edx_ansible
# cleanup
...
...
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