Commit Graph

138 Commits

Author SHA1 Message Date
Ayaz Salikhov
30a1d17085 Add a way to easily test units 2021-06-26 18:40:50 +03:00
Ayaz Salikhov
4f7881bfb3 Remove build-essential install 2021-06-23 17:20:40 +03:00
Igor Beliakov
60b9bbb1b5 Added openssh-client 2021-06-19 08:25:00 +03:00
Ayaz Salikhov
0999f1a36f Unify bash variables usage and add quotes where needed 2021-05-26 13:06:10 +03:00
Ayaz Salikhov
fbceaa9892 Fixes 2021-05-22 14:01:01 +03:00
Ayaz Salikhov
66aaa99176 Update links 2021-05-21 14:17:18 +03:00
Ayaz Salikhov
0d08cc0efb Remove hooks from .dockerignore 2021-05-07 14:17:40 +03:00
Ayaz Salikhov
16ec0852c5 Merge branch 'master' into asalikhov/fix_markdown 2021-05-04 01:08:53 +03:00
Ayaz Salikhov
c2031e2a4a Fix more errors 2021-05-01 13:07:40 +03:00
Ayaz Salikhov
bf5ec600d1 Use mdlint rules [WIP] 2021-05-01 12:52:41 +03:00
Ayaz Salikhov
2f8934e5ac Remove unused run_hook parts 2021-04-25 12:22:00 +03:00
Ayaz Salikhov
f52987a959 Delete run_hook parts already implemented in python 2021-04-25 11:54:46 +03:00
Ayaz Salikhov
9991d6438e Delete index update from run_hook 2021-04-24 20:38:44 +03:00
Ayaz Salikhov
74fe3361d7 Merge branch 'master' into asalikhov/python_tagging 2021-04-18 11:31:23 +03:00
Ayaz Salikhov
a8b7682fd6 Add newlines 2021-04-17 18:20:37 +03:00
Ayaz Salikhov
f8d21532ee Remove docker tag from run_hook 2021-03-22 13:36:32 +03:00
romainx
daff4686e8 Fix .dockerignore by adding default hooks + test dirs 2020-12-20 05:47:12 +01:00
Peter Parente
8ea7abc5b7 Merge pull request #1188 from mathbunnyru/asalikhov/remove_emacs_jed
Remove emacs and jed from the minimal image
2020-11-29 10:41:40 -05:00
Ayaz Salikhov
4eb8dac8de Remove emacs and jed from the minimal image 2020-11-12 15:35:24 +03:00
Romain
42f4c82a07 Merge pull request #1126 from mathbunnyru/asalikhov/remove_py2
Do not install python-dev
2020-11-08 17:19:08 +01:00
Valentin Pauchet
f5b1672026 /usr/bin/nano-tiny does not exist
/usr/bin/nano-tiny does not exist, the good path is /bin/nano-tiny on ubuntu 18.04 and 20.40 (https://ubuntu.pkgs.org/20.04/ubuntu-universe-arm64/nano-tiny_4.8-1ubuntu1_arm64.deb.html).
2020-11-02 17:54:37 +01:00
Ayaz Salikhov
981c368352 Merge branch 'master' into asalikhov/remove_py2 2020-11-02 11:57:53 +03:00
romainx
0cc1f8ddc4 nbconvert + inkscape test improvements 2020-10-25 17:44:37 +01:00
Romain
4a112c0f11 Merge pull request #1172 from romainx/nano-tiny
nano -> nano-tiny
2020-10-05 06:36:26 +02:00
Ayaz Salikhov
5b678ca407 Fix bashate style issues 2020-09-30 16:46:33 +03:00
romainx
8201c14ef4 nano -> nano-tiny 2020-09-30 06:45:26 +02:00
Peter Parente
1031477369 [ci skip] Update READMEs visible on Docker Hub 2020-08-08 15:09:02 -04:00
Peter Parente
3ef53ce417 Merge branch 'master' into github-actions 2020-08-01 00:13:04 -04:00
Peter Parente
5758b59314 Fix SOURCE_COMMIT -> GITHUB_SHA references 2020-08-01 00:12:07 -04:00
Peter Parente
34e73d4f6b Refactor wiki hooks for Actions 2020-07-30 07:49:00 -04:00
Ayaz Salikhov
7b43439686 Do not install python-dev 2020-07-21 23:19:56 +02:00
Benedikt Reiz
57df73a322 Removed optional texlive-fonts-extra
Reduces the image size by >1 GB
2020-07-16 11:31:30 +02:00
Ayaz Salikhov
a2086ce626 Start using Ubuntu 20.04 (focal) 2020-05-28 10:42:03 +02:00
Ayaz Salikhov
9096270368 Print image size in manifest 2020-05-26 15:07:25 +02:00
romainx
4e1bcc8236 Matplotlib tests + helpers methods
* Maplotlib is an important package. It has now its own test checking that a plot can be generated and exported has an image.
* Some helpers methods added to the `Makefile` mainly permitting to clean containers and images
* Improved assertion messages of some tests
2020-04-28 15:17:56 +02:00
Peter Prescott
3378394f94 replace emacs with emacs-nox 2020-04-07 09:17:58 +01:00
Peter Prescott
5765399ca4 add vim-tiny for now 2020-04-06 11:05:29 +01:00
Peter Prescott
ee3f5393b2 add vim to minimal-notebook (cf. issue 779) 2020-04-05 01:13:56 +01:00
romainx
9b983ea89d clean tex dependency + test 2020-02-17 21:40:36 +01:00
romainx
d1e10fc795 Remove pandoc os package install 2020-02-14 20:07:18 +01:00
Peter Parente
171ba82a30 Fix ssh key format
New Docker Hub UI loses newlines in the env
var settings. Loss of new lines leads ssh-add
to prompt and fail when loading the key.

Base64 encode and decode the key to workaround
the limitation.
2020-01-29 09:37:04 -05:00
Luca Pireddu
65d8260880 Don't upgrade base image; clean cached deb files after apt-get install 2019-09-18 13:59:15 +02:00
Chia-liang Kao
a657b782bd Move tzdata to minimal-notebook and document it 2019-03-25 16:04:04 +08:00
Peter Parente
76853d93ed [ci skip] Escape those backticks 2019-03-16 22:38:40 -04:00
Peter Parente
4667cffc41 [ci skip] List full image name and tag 2019-03-16 22:31:10 -04:00
Peter Parente
3339b63abf [ci skip] Add row to build index after every image push 2019-03-16 22:03:59 -04:00
Peter Parente
243da296a1 [ci skip] Add language versions, conda info, fix spark info 2019-03-16 22:03:54 -04:00
Peter Parente
10c58da405 [ci skip] Add package manifest support
Generates manifest pages and pushes them
to the docker-stacks GitHub wiki.
Does not update a global index of all builds yet.
2019-03-15 16:08:27 -04:00
Tim Ryan
3fc28b67e0 Remove apt-get clean command. Unecessary on official Ubuntu images. 2018-12-17 10:40:58 -05:00
Peter Parente
f2889d7ae7 Merge pull request #731 from graemes/from-arg
Convert FROM specification to ARG (#727)
2018-10-23 22:01:53 -04:00