Wykres commitów

  • cc60c84d41 Update README Carol Willing 2017-05-23 00:28:12 -0700
  • b9efde90e9 Print out the host port number in a log message yuvipanda 2017-05-22 23:57:40 -0700
  • a0f539faaf Don't use host network for running containers yuvipanda 2017-05-22 23:33:23 -0700
  • 9adb8aa947 Use host networking when running yuvipanda 2017-05-22 23:00:47 -0700
  • 9fca3bf480 Kill the container when our program exits yuvipanda 2017-05-22 23:00:37 -0700
  • eac759ccd4 Add explicit dependency on escapism yuvipanda 2017-05-22 22:55:44 -0700
  • 6505ddc564 Allow running just-built container yuvipanda 2017-05-22 22:55:17 -0700
  • ae124ec2f7 Make push optional and default to False yuvipanda 2017-05-22 22:17:02 -0700
  • 542c7a9a1c Set default repo source to full path of current dir yuvipanda 2017-05-22 22:16:46 -0700
  • 657db33017 Set a default image name if none is provided yuvipanda 2017-05-22 22:16:30 -0700
  • a7d85c48fc Fix __main__ entrypoint to actually work yuvipanda 2017-05-22 21:30:28 -0700
  • e3224392e0 Add a __main__ and an entrypoint yuvipanda 2017-05-22 20:39:12 -0700
  • 13226e1f27 Rename source_url and source_ref to repo and ref yuvipanda 2017-05-22 20:28:38 -0700
  • 310bc0fbfe Add a little more bit of documentation yuvipanda 2017-05-22 20:28:28 -0700
  • e2991f614a Specify the type of buildpack list elements yuvipanda 2017-05-22 20:26:47 -0700
  • 25c203c356 Minor variable name cleanup yuvipanda 2017-05-22 20:26:27 -0700
  • adbe908355 Rename alias for output image yuvipanda 2017-05-22 20:13:20 -0700
  • 46b08a21dd Add more docs yuvipanda 2017-05-22 20:10:59 -0700
  • 93972e9b58 Rename builder to repo2docker yuvipanda 2017-05-22 16:22:36 -0700
  • 03eb650acb Move the s2i builders into a subdir yuvipanda 2017-05-22 16:18:49 -0700
  • 8811588fa0 Merge s2i-builders repo to the builder repo yuvipanda 2017-05-22 16:05:27 -0700
  • f77b95a9e8 Remove .gitignore in anticipation of merging with s2i yuvipanda 2017-05-22 16:00:33 -0700
  • 86b97f8d46 Fix typos in README yuvipanda 2017-05-22 15:36:02 -0700
  • 2ce071c714 Add a simple README yuvipanda 2017-05-22 15:29:11 -0700
  • 2d31b2c289 Upgrade version of s2i yuvipanda 2017-05-22 15:15:31 -0700
  • 70d7c68134 Use cwd switching to do git operations yuvipanda 2017-05-22 15:11:48 -0700
  • 1d24fdb7c3 Make sure that the cleanup is actually conditional yuvipanda 2017-05-22 14:53:44 -0700
  • f571371b37 Usability improvements for manual usage yuvipanda 2017-05-22 14:41:52 -0700
  • b59c8f5886 Merge pull request #2 from minrk/conda Yuvi Panda 2017-05-22 11:53:29 -0700
  • 6917839d30 comments for pull cases Min RK 2017-05-22 11:52:53 -0700
  • e8b7d5eccc Merge pull request #1 from minrk/conda Yuvi Panda 2017-05-22 11:47:49 -0700
  • 0e3da8f2f0 catch ImageNotFound on initial pull Min RK 2017-05-22 10:35:13 -0700
  • 28d6573fcb launch docker with kwargs_from_env Min RK 2017-05-22 10:29:48 -0700
  • b5194c9165 add conda detector Min RK 2017-05-22 09:47:08 -0700
  • 51d96fe441 cleanup after installing in assemble step Min RK 2017-05-22 09:54:17 -0700
  • ec02d793f4 update conda builder Min RK 2017-05-21 22:27:15 -0700
  • cf6674cce8 Make s2i builder work on non-master refs yuvipanda 2017-05-21 20:39:36 -0700
  • e81bfe8c89 Actually check out the ref that is passed to builder yuvipanda 2017-05-21 20:32:02 -0700
  • f717ed4e04 Include the .git directory when copying files yuvipanda 2017-05-21 15:40:28 -0700
  • 02ea11a0bf Use ubuntu 17.04 instead of 16.10 as base yuvipanda 2017-05-21 15:37:47 -0700
  • 82425bbaf3 Allow checking out a non-master ref yuvipanda 2017-05-19 00:07:39 -0700
  • 91e41fca90 Revamp logging to provide structured JSON logs yuvipanda 2017-05-15 18:54:51 -0700
  • e0f75520db Do a hacky attempt at not rebuilding already-built images yuvipanda 2017-05-09 20:45:45 -0700
  • 4881ba2088 Update gitignore + add dockerignore yuvipanda 2017-05-09 20:43:09 -0700
  • 4b8f6d0435 Bump version of venv builders yuvipanda 2017-05-09 18:30:46 -0700
  • 9e2a16929d Have Dockerfile build off current dir yuvipanda 2017-05-09 13:39:50 -0700
  • 66fce0592f Add a dockerfile based BuildPack yuvipanda 2017-05-09 13:39:03 -0700
  • 53268f2d74 Add a simple but fully functional Dockerfile yuvipanda 2017-05-09 03:07:56 -0700
  • e7d51c3fe9 Update venv image version again yuvipanda 2017-05-09 02:57:08 -0700
  • 4856db7e79 Print entire progress object yuvipanda 2017-05-09 02:50:32 -0700
  • a052ac2d71 Bump s2i builder images yuvipanda 2017-05-09 02:50:24 -0700
  • d7c04ab58e Switch to an even older docker API version yuvipanda 2017-05-09 02:29:15 -0700
  • d5cafb2822 Make builder a real module yuvipanda 2017-05-09 01:58:06 -0700
  • 0399583ba8 Add setup.py yuvipanda 2017-05-09 01:46:26 -0700
  • aa7eb895c1 Add basic builder code yuvipanda 2017-05-09 01:37:19 -0700
  • 8ddf7704ce Initial commit yuvipanda 2017-05-09 01:37:07 -0700
  • 1d2e7adab9 Add python2 builder as well yuvipanda 2017-05-09 01:32:45 -0700
  • 5dc6fcec2b Fail and give up at getting miniconda working again yuvipanda 2017-05-08 20:19:29 -0700
  • 488f70112d try, fail and give up on getting miniconda to work yuvipanda 2017-05-08 17:43:22 -0700
  • bafa6d7d50 Add simple hacky version of a miniconda builder yuvipanda 2017-05-08 16:26:57 -0700
  • efd55a9bff Bump builder version to v0.1.1 v0.1.1 yuvipanda 2017-04-18 23:44:27 -0700
  • acadff0d5b Copy github source into to working directory too yuvipanda 2017-04-18 23:36:45 -0700
  • 98f45966bd Properly install ipywidgets in base image yuvipanda 2017-04-18 23:36:30 -0700
  • b73f1be863 Cleanup assemble script to keep workspace clean v0.1 yuvipanda 2017-04-14 11:43:27 -0700
  • 12a89763eb Install ipywidgets in base yuvipanda 2017-04-14 11:43:06 -0700
  • 4aa5eb60cf Make the makefile versioned + more useful yuvipanda 2017-04-13 16:18:17 -0700
  • 31d07fe1b3 Cleanup the singleuser builder image yuvipanda 2017-04-13 16:17:55 -0700
  • 8e60b2c03c Pin versions of notebook & jupyterhub being installed yuvipanda 2017-04-12 13:43:07 -0700
  • 53ce3919e7 Set PATH to include the venv's bin yuvipanda 2017-04-12 13:42:58 -0700
  • 7687d4777b Cleanup apt after installing things we want yuvipanda 2017-04-12 13:42:43 -0700
  • 7240600ed0 Rename image to be jupyterhub specific yuvipanda 2017-04-12 13:36:59 -0700
  • 3dc2ff4fc5 Install git into base image yuvipanda 2017-04-06 15:53:59 -0700
  • 66a79d2aa6 Succeed even if no requirements.txt is present yuvipanda 2017-04-05 11:49:46 -0700
  • 90b8c3d601 Initial commit yuvipanda 2017-04-05 11:20:29 -0700