romainx
ba4b59db11
Resolve Docker lint (hadolint) errors
...
- Exclude `ppc64` Dockerfiles from the linting in pre-commit since we cannot check their build easily and so fix the lint errors without breaking something (already excluded in the `Makefile`)
- Fix examples Dockerfile to invert root and jovyan user instructions (Last user should not be root `DL3002`)
2020-08-16 10:24:24 +02:00
Peter Parente
3923ac6267
Merge branch 'master' into asalikhov/ubuntu_focal
2020-06-17 22:26:32 -04:00
Peter Parente
0610908e8e
Merge branch 'master' into asalikhov/bash_codestyle
2020-06-15 08:37:27 -04:00
Ayaz Salikhov
d4a632faef
Fix bash files codestyle
2020-06-13 20:32:52 +02:00
Ayaz Salikhov
cf0212611f
Fix yaml files codestyle
2020-06-13 20:24:39 +02:00
Peter Parente
1c204509e1
Merge branch 'master' into asalikhov/ubuntu_focal
2020-05-29 09:12:34 -04:00
Ayaz Salikhov
b6d96d1ca2
Improve documentation
2020-05-28 11:47:48 +02:00
Ayaz Salikhov
a2086ce626
Start using Ubuntu 20.04 (focal)
2020-05-28 10:42:03 +02:00
Vadim Stepanov
b35c2818de
fixt typo
2019-10-18 19:54:11 +03:00
echowhisky
40c5c07b0a
added -f
flag to all conda clean
commands
...
This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861 .
2019-05-04 19:11:32 +00:00
echowhisky
1f8311a7aa
changed -tipsy
to --all -y
across all files
...
The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
2019-05-04 18:53:49 +00:00
Graham Dumpleton
fe85a0d172
Disable mounting of service account token under OpenShift.
2018-11-26 17:10:50 +11:00
Braden Pellett
ac04480084
Upgrade Ubuntu to latest LTS (Bionic 18.04)
...
Upgrade Ubuntu to latest LTS (Bionic 18.04), including:
- Change the IMAGE used for base-notebook;
- Keep Mesos install from Mesosphere's Xenial repository, since they
don't yet have a Bionic repository;
- gnupg needs to be installed for apt-key to work;
- --force-yes option to apt-get has been removed;
- Package libav-tools is replaced by ffmpeg;
- Update Let's Encrypt example script to use 18.04.
2018-06-01 13:03:12 -07:00
Graham Dumpleton
53b1064b3c
Add instructions for enabling Jupyter Lab interface with OpenShift deployment.
2018-03-02 14:54:05 +11:00
Min RK
92fe05d1e7
Merge pull request #558 from jupyter-on-openshift/home-volume-mounting
...
Avoid placing anything under home directory in OpenShift deployments.
2018-02-20 10:21:48 +01:00
Graham Dumpleton
9850b5710e
Correct URL in Source-to-Image template to reference master branch.
2018-02-20 12:21:19 +11:00
Graham Dumpleton
d2cfd3de0d
Avoid relying on existence of work subdirectory in Source-to-Image examples.
2018-02-20 10:52:47 +11:00
Graham Dumpleton
4d2992bc77
Avoid placing anything under home directory in OpenShift deployment example so can use it to mount volumes.
2018-02-20 10:19:08 +11:00
Graham Dumpleton
9e9ca7344c
Fix URLs for location of Source-to-Image example directory in master.
2018-02-19 14:14:18 +11:00
Graham Dumpleton
9b78b0c13c
Add README for Source-to-Image examples directory.
2018-02-19 13:49:29 +11:00
Graham Dumpleton
f0cdbd536b
Remove packages file from image when using Source-to-Image before doing a build, rather than after.
2018-02-19 13:17:54 +11:00
Graham Dumpleton
52fba5967f
Add OpenShift template for building, but not deploying an image using Source-to-Image builder.
2018-02-19 11:43:20 +11:00
Graham Dumpleton
f87dec5936
Add template for using Source-to-Image builder scripts with OpenShift.
2018-02-18 21:58:43 +11:00
Graham Dumpleton
49fe302e4a
Ensure assemble script of Source-to-Image script logs progress.
2018-02-18 21:54:47 +11:00
Graham Dumpleton
92843575a4
Add save-artifacts script to Source-to-Image to avoid warnings/errors.
2018-02-18 21:43:00 +11:00
Graham Dumpleton
bad4f68608
Add example Source-to-Image scripts for building custom notebook images.
2018-02-18 20:58:32 +11:00
Graham Dumpleton
fe4bf0d04c
Add notes on changing password when using OpenShift templates.
2018-02-15 14:53:47 +11:00
Graham Dumpleton
13be336fcd
Add missing label to config map in OpenShift template.
2018-02-15 14:43:30 +11:00
Graham Dumpleton
cd86d62fa7
Add README for OpenShift example.
2018-02-14 17:09:44 +11:00
Graham Dumpleton
75108f99fd
Generate password from OpenShift template if none is supplied.
2018-02-14 14:12:08 +11:00
Graham Dumpleton
2a7f659664
Add example templates for deploying notebooks to OpenShift.
2018-02-14 12:23:06 +11:00
Min RK
0351f0c3b7
base image on ubuntu:16.04
2017-08-09 11:07:29 +02:00
Justin Tyberg
4da0bf5471
Update docker-compose example README.
...
(c) Copyright IBM Corp. 2016
2016-02-16 11:40:58 -05:00
Justin Tyberg
4a4aabecd9
Add .DS_Store entry to .gitignore.
...
(c) Copyright IBM Corp. 2016
2016-02-16 11:40:16 -05:00
Justin Tyberg
b87886633f
Add example for deploying notebook container using Docker Compose.
...
(c) Copyright IBM Corp. 2016
2016-02-15 18:21:04 -05:00
Justin Tyberg
69150f2fd0
Fix letsencrypt in make-deploy example.
...
(c) Copyright IBM Corp. 2016
2016-02-11 14:09:08 -05:00
Peter Parente
74ed72a83d
Final example cleanup
...
* Fix missing export on virtualbox-vm settings
* Note about busted make on ubuntu 14.04
* Pin jupyter/minimal-notebook version so example always works
* Bit more of a hint about additional parameters
(c) Copyright IBM Corp. 2015
2015-12-28 12:01:18 -05:00
Peter Parente
65c5fadbd1
Fix lets encrypt for renewals
...
Cannot use custom output path when renewing, so do not use it at all
(c) Copyright IBM Corp. 2015
2015-12-22 16:33:52 -05:00
Peter Parente
ba6086c119
Fix SoftLayer CPUs and DNS
...
(c) Copyright IBM Corp. 2015
2015-12-22 16:33:26 -05:00
Peter Parente
9f8af4fee2
Fix virtualbox CPUs
...
(c) Copyright IBM Corp. 2015
2015-12-22 16:33:09 -05:00
Peter Parente
a7b9485a0e
More options for securing the notebook
...
* letencrypt workflow
* Don't mount self-signed secrets directory over runtime
dir where nbextensions might be preinstalled from Dockerfile
(c) Copyright IBM Corp. 2015
2015-12-11 00:19:40 -05:00
Peter Parente / Justin Tyberg
be926f24a1
make-deploy example: run stacks on docker-machines
...
(c) Copyright IBM Corp. 2015
2015-12-10 13:30:15 -05:00