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
7080fc67
Commit
7080fc67
authored
Oct 15, 2015
by
Fred Smith
Committed by
Edward Zarecor
Dec 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make elasticsearch build
parent
401e4eee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docker/build/elasticsearch/Dockerfile
+2
-3
No files found.
docker/build/elasticsearch/Dockerfile
View file @
7080fc67
FROM
edxops/precise-common:v1
MAINTAINER
e
0d
MAINTAINER
e
dxops
USER
docker
WORKDIR
/edx/app/edx_ansible
ADD
inventory /etc/ansible/hosts
WORKDIR
/edx/app/edx_ansible/edx_ansible/playbooks/edx-east
RUN
sudo
git checkout e0d/docker-latest
RUN
sudo
git reset
--hard
origin/e0d/docker-latest
...
...
@@ -11,5 +10,5 @@ RUN sudo git pull
RUN
sudo
ansible-playbook elasticsearch-docker.yml
-c
local
USER
root
WORKDIR
/etc/elasticsearch
CMD
["/usr/share/elasticsearch/bin/elasticsearch"]
CMD
["/usr/share/elasticsearch/bin/elasticsearch"
,"-f"
]
EXPOSE
9200 9300
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