Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
9e9ca734
Commit
9e9ca734
authored
Feb 19, 2018
by
Graham Dumpleton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix URLs for location of Source-to-Image example directory in master.
parent
9b78b0c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
examples/source-to-image/README.md
examples/source-to-image/README.md
+2
-2
examples/source-to-image/templates.json
examples/source-to-image/templates.json
+1
-1
No files found.
examples/source-to-image/README.md
View file @
9e9ca734
...
...
@@ -18,7 +18,7 @@ As an example of how S2I can be used to create a custom image with a bundled set
```
s2i build \
--scripts-url https://raw.githubusercontent.com/jupyter/docker-stacks/
source-to-image
/examples/source-to-image \
--scripts-url https://raw.githubusercontent.com/jupyter/docker-stacks/
master
/examples/source-to-image \
--context-dir docs/source/examples/Notebook \
https://github.com/jupyter/notebook \
jupyter/minimal-notebook:latest \
...
...
@@ -116,7 +116,7 @@ Integration with OpenShift
The OpenShift platform provides integrated support for S2I type builds. Templates are provided for using the S2I build mechanism with the scripts in this directory. To load the templates run:
```
oc create -f https://raw.githubusercontent.com/jupyter/docker-stacks/
source-to-image
/examples/source-to-image/templates.json
oc create -f https://raw.githubusercontent.com/jupyter/docker-stacks/
master
/examples/source-to-image/templates.json
```
This will create the templates:
...
...
examples/source-to-image/templates.json
View file @
9e9ca734
...
...
@@ -27,7 +27,7 @@
},
{
"name"
:
"BUILDER_SCRIPTS"
,
"value"
:
"https://raw.githubusercontent.com/jupyter/docker-stacks/
source-to-image
/examples/source-to-image"
,
"value"
:
"https://raw.githubusercontent.com/jupyter/docker-stacks/
master
/examples/source-to-image"
,
"required"
:
true
},
{
...
...
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