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
abfc921a
Commit
abfc921a
authored
Jul 12, 2017
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts to make docker images
parent
aebbaf02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
ficus-docker.sh
+10
-0
master-docker.sh
+7
-0
No files found.
ficus-docker.sh
0 → 100755
View file @
abfc921a
#!/bin/bash
set
-x
RELEASE_LINE
=
ficus
BUILD_ARGS
=
"--build-arg OPENEDX_RELEASE=open-release/
$RELEASE_LINE
.master --build-arg IMAGE_PREFIX=
$RELEASE_LINE
/"
for
image
in
xenial-common edxapp
;
do
docker build
${
BUILD_ARGS
}
-f
docker/build/
$image
/Dockerfile
.
-t
edxops/
$RELEASE_LINE
/
$image
:latest
done
master-docker.sh
0 → 100755
View file @
abfc921a
#!/bin/bash
set
-x
for
image
in
xenial-common edxapp
;
do
docker build
-f
docker/build/
$image
/Dockerfile
.
-t
edxops/
$image
:latest
done
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