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
2ed378d5
Commit
2ed378d5
authored
Jul 13, 2018
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support named releases of analytics_pipeline and notes images
parent
afdf67ad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
docker/build/analytics_pipeline/Dockerfile
+7
-1
docker/build/notes/Dockerfile
+5
-2
No files found.
docker/build/analytics_pipeline/Dockerfile
View file @
2ed378d5
FROM
edxops/xenial-common:latest
ARG
BASE_IMAGE_TAG=latest
FROM
edxops/xenial-common:${BASE_IMAGE_TAG}
MAINTAINER
edxops
USER
root
...
...
@@ -117,7 +118,12 @@ RUN chown hadoop:hadoop /etc/bootstrap.sh \
&&
chown
-R
hadoop:hadoop /edx/app/hadoop
# Analytics pipeline
ARG
OPENEDX_RELEASE=master
ENV
OPENEDX_RELEASE=${OPENEDX_RELEASE}
RUN
git clone https://github.com/edx/edx-analytics-pipeline
\
&&
cd
edx-analytics-pipeline
\
&&
git checkout
${
OPENEDX_RELEASE
}
\
&&
cd
..
\
&&
cp /var/tmp/edx-analytics-pipeline/Makefile /var/tmp/Makefile
\
&&
cp
-r
/var/tmp/edx-analytics-pipeline/requirements /var/tmp/requirements
\
&&
rm
-rf
/var/tmp/edx-analytics-pipeline
...
...
docker/build/notes/Dockerfile
View file @
2ed378d5
...
...
@@ -7,10 +7,13 @@
# This allows the dockerfile to update /edx/app/edx_ansible/edx_ansible
# with the currently checked-out configuration repo.
FROM
edxops/xenial-common:latest
ARG
BASE_IMAGE_TAG=latest
FROM
edxops/xenial-common:${BASE_IMAGE_TAG}
MAINTAINER
edxops
ENV
NOTES_VERSION=master
ARG
OPENEDX_RELEASE=master
ENV
OPENEDX_RELEASE=${OPENEDX_RELEASE}
ENV
NOTES_VERSION=${OPENEDX_RELEASE}
ENV
REPO_OWNER=edx
ADD
. /edx/app/edx_ansible/edx_ansible
...
...
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