Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devfile-registry
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esa-common
che7
devfile-registry
Commits
d4468e9c
Commit
d4468e9c
authored
4 years ago
by
edupin
Browse files
Options
Downloads
Patches
Plain Diff
add persitence on jupyterlab
parent
de0ccacb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-docker-devfile-registry.sh
+2
-2
2 additions, 2 deletions
build-docker-devfile-registry.sh
devfiles/jupyter/devfile.yaml
+4
-0
4 additions, 0 deletions
devfiles/jupyter/devfile.yaml
with
6 additions
and
2 deletions
build-docker-devfile-registry.sh
+
2
−
2
View file @
d4468e9c
docker build
-t
che-devfile-registry
-f
build/dockerfiles/Dockerfile
.
#export DOCKER_ID_USER="kosted"
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.
8
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.
8
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.
9
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:0.0.
9
This diff is collapsed.
Click to expand it.
devfiles/jupyter/devfile.yaml
+
4
−
0
View file @
d4468e9c
...
...
@@ -26,12 +26,16 @@ components:
- name: jupyter
image: 'kosted/maap-esa-jupyterlab:0.0.6'
imagePullPolicy: IfNotPresent
mountSources: true
resources:
limits:
memory: 2048Mi
securityContext:
privileged: true
type
:
kubernetes
volumes
:
-
name
:
projects
containerPath
:
/projects
alias
:
maap-jupyterlab
env
:
-
value
:
WS_JUPYTER
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment