Wykres commitów

1072 Commity (381d21c25b01f237bcac58ed4f27ed1ba1fd040c)

Autor SHA1 Wiadomość Data
yuvipanda 569e6cf483 Pass through cache_from to legacy buildpack too 2018-12-05 11:11:27 -08:00
yuvipanda f5ced79d2c Add traitlet for reuse_layers_from
More accurate name in our context
2018-12-05 11:11:27 -08:00
yuvipanda 1dacdd4c46 Allow specifying images to reuse cache from
This lets us explicitly specify images that repo2docker
should try to re-use cached layers from. Docker normally only
looks for layers from images that were *built* locally - if
we want it to look in images that were *pulled* from a registry,
we need to specify it here.
2018-12-05 11:10:50 -08:00
Yuvi Panda 8c9f08cd1e
Merge pull request #461 from betatim/caching-builds
[MRG] Start reusing existing docker images if content hasn't changed
2018-12-04 14:57:56 -08:00
Tim Head b9e182791e Use a subset of the git SHA1 to make image names unique 2018-11-29 18:22:05 +01:00
Min RK fdcfb81689
Merge pull request #479 from yuvipanda/quiet-apt
Make apt be quieter
2018-11-29 17:05:41 +01:00
yuvipanda 82e0dc0149 Make apt be quieter
Currently a *lot* of our log info is from apt packages being
installed, and package lists being updated. This is mostly not
very useful information to users. The following outputs are
hidden:

- apt-get update, purge & clean
- apt-get installs for base packages

When there is any error from any of the apt-get steps, they will
be printed. Any packages the user explicitly lists (via apt.txt)
will have their install status messages output.
2018-11-28 23:11:36 -08:00
Tim Head d848073352
Merge pull request #477 from choldgraf/docsupdate
removing note that env.yml is needed for julia
2018-11-27 08:40:55 +01:00
Chris Holdgraf cfd3dbdb5f removing note that env.yml is needed for julia 2018-11-26 10:21:02 -06:00
Tim Head 9cb2213581 Update notebook to latest release 2018-11-20 07:24:43 +01:00
Chris Holdgraf a647191689
Merge pull request #474 from betatim/tweak-docstring
[MRG] Tweak docstring to make it more understandable
2018-11-16 17:37:05 -08:00
Tim Head 2e7a5d9536 Tweak docstring to make it more understandable 2018-11-16 22:24:31 +01:00
Tim Head 1cef296b00
Merge pull request #472 from nokome/master
Ensure Python3 before reading README with encoding arg
2018-11-16 07:01:42 +01:00
Nokome Bentley b40558f448 Better approach to dealing with alt Python versions
As suggested by @betatim https://github.com/jupyter/repo2docker/pull/472#issuecomment-439219985
2018-11-16 12:08:45 +13:00
Nokome Bentley 6d496eee91 Ensure Python3 before reading README with encoding arg
If you accidently try to install using Python 2 you get the error

    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/nokome/nokome/repo2docker/setup.py", line 5, in <module>
        with open('README.md', encoding="utf8") as f:
    TypeError: 'encoding' is an invalid keyword argument for this function

Ideally the user would be aked to use Python 3 as `python_requires` tells us,
but which isn't reached yet.
This implements that behaviour.
2018-11-16 11:37:30 +13:00
Tim Head ccce3fe9fc
Merge pull request #467 from yuvipanda/jupyterhub
Add jupyterhub to base environment
2018-11-13 11:11:27 +01:00
Chris Holdgraf 0b7adee662
Merge pull request #468 from jupyter/willingc-patch-1
Add space between logo and title in README
2018-11-12 16:36:39 -08:00
Carol Willing 6c7f8a39ab
Add space between logo and title in README 2018-11-12 14:09:03 -08:00
Carol Willing 310e2b8512
Merge pull request #463 from betatim/add-logo
[MRG] Add and use new logo
2018-11-12 14:07:30 -08:00
Yuvi Panda c489f54a05
Merge pull request #448 from betatim/nix-experiment
[MRG] Switch to BaseImage for nix build pack
2018-11-12 13:56:30 -08:00
yuvipanda a62e8acaf4 Add jupyterhub to base environment
Uses pip instead of conda, since (AFAIK) conda installs
CHP and friends too.
2018-11-12 13:19:06 -08:00
yuvipanda 5f1f9c6668 Add comment explaining use of $* 2018-11-12 12:31:07 -08:00
Tim Head 9f081a20f1
Merge pull request #447 from trallard/feature/support-pipfiles-#174
[MRG] Pipfile for repo2Docker
2018-11-12 10:05:23 +01:00
Tim Head bf9f6b893d
Update dev-requirements.txt
Co-Authored-By: trallard <taniar.allard@gmail.com>
2018-11-12 08:24:57 +00:00
Tim Head 9b10b33525
Update docs/doc-requirements.txt
Co-Authored-By: trallard <taniar.allard@gmail.com>
2018-11-12 08:24:47 +00:00
Tania Allard 49357a4875 Ensure the deps and references are correct across all files 2018-11-11 16:01:45 +00:00
Tim Head 148b7890e5
Update Pipfile
Co-Authored-By: trallard <taniar.allard@gmail.com>
2018-11-11 15:55:09 +00:00
Tania Allard b924d7227d Add docs: how to use the Pipfile and to update this too 2018-11-11 11:32:22 +00:00
Tania Allard 233d9d125f Add docs deps to Pipfile 2018-11-11 11:11:59 +00:00
Tania Allard cfee44c43b Add notes about updating the pipfile and requirements 2018-11-11 11:11:44 +00:00
Tania Allard f6a163ce9f Merge branch 'master' into feature/support-pipfiles-#174 2018-11-11 10:38:54 +00:00
Tania Allard 48b0727b57 Merge remote-tracking branch 'upstream/master' 2018-11-11 10:38:12 +00:00
Carol Willing dbd1f33b3d
Merge pull request #465 from betatim/roadmaping
[MRG] Add a first roadmap
2018-11-09 10:08:27 -08:00
Tim Head e239c494c3 Add link to binder-examples repo for nix 2018-11-09 15:23:01 +01:00
Tim Head 58cbe1797d
Merge pull request #457 from nuest/stencila
Updates for Stencila
2018-11-09 13:56:23 +01:00
Tim Head c05f30d13c Introduce extra level of headers in the roadmap 2018-11-09 13:46:18 +01:00
Tim Head a8aee884e9 Add executable flag to verify script 2018-11-09 11:14:30 +01:00
Tim Head 28a11ab3de Fix comment typos 2018-11-09 08:20:24 +01:00
Tim Head fcab15b092 Add a test for nix using a binder subidrectory 2018-11-09 08:12:56 +01:00
Tim Head c924f5fa48 Update documentation on the nix build pack 2018-11-09 08:12:56 +01:00
Tim Head d427fdfd52 Add test and support for binder sub-directory 2018-11-09 08:12:53 +01:00
Tim Head 046b744785 Inherit from BaseImage instead of BuildPack 2018-11-09 08:12:33 +01:00
Tim Head 5ea4e31347 Update CHANGES.rst 2018-11-09 08:11:35 +01:00
nuest 68194a08a2 reformat some long lines 2018-11-09 07:46:31 +01:00
nuest 58a5c8b4c2 make loops more readable 2018-11-09 07:40:31 +01:00
Tim Head dfab81ee50 Link ROADMAP from the README 2018-11-08 19:06:42 +01:00
Tim Head 3a4e599ee9 Incorporate feedback on the roadmap
Improves naming of sections and the description of what each step and the
process around the roadmap looks like.
2018-11-08 19:01:31 +01:00
Tim Head 0ccca4983a
Update docs in buildpacks/r.py
Co-Authored-By: nuest <daniel.nuest@wwu.de>
2018-11-07 18:52:23 +01:00
Tim Head c49694a5ea
Update repo2docker/buildpacks/base.py
Co-Authored-By: nuest <daniel.nuest@wwu.de>
2018-11-07 18:51:57 +01:00
Tim Head d849664826
Update repo2docker/buildpacks/base.py
Co-Authored-By: nuest <daniel.nuest@wwu.de>
2018-11-07 18:51:51 +01:00