Skip to content

Releases: mfhepp/py4docker

v1.5.8.4

10 May 11:58
Compare
Choose a tag to compare
  • Added mechanism for mapping an additional local folder as a read-only data directory into the container (for Jupyter Notebooks only)
  • Added mechanism for secrets like API TOKENS and other credentials, similar to Docker secrets but much simpler.
  • Simplified the run_notebook.sh script.

Full Changelog: v1.5.8.3...v1.5.8.4

v1.5.8.3

29 Apr 16:51
1a86682
Compare
Choose a tag to compare

What's Changed

  • Fix bash history and auto-complete in interactive modes by @mfhepp in #20

Full Changelog: v1.5.8.1...v1.5.8.3

v1.5.8.1

16 Apr 16:01
Compare
Choose a tag to compare

v1.5.8

16 Apr 15:41
Compare
Choose a tag to compare

What's Changed

  • Updated to micromamba-docker:1.5.8
  • Updated all Python dependencies for all environments
  • Fixed mini.yaml so that it works as a notebook environment
  • Added MIT license, fixes #6 by @mfhepp in #17

Full Changelog: v1.5.7...v1.5.8

v1.5.7.1

13 Mar 09:45
d234309
Compare
Choose a tag to compare

Added MIT license, fixes #6

v1.5.7

13 Mar 09:32
2dbfed3
Compare
Choose a tag to compare

Updated to micromamba-docker 1.5.7.

v1.5.6.4

13 Jan 03:36
ab1188f
Compare
Choose a tag to compare

New Features

  • Support for Jupyter Notebook and JupyterLab
  • Build script produces lock files for conda/mamba packages
  • CLI option for listing available images

v1.5.6.3

12 Jan 22:09
8aadb38
Compare
Choose a tag to compare

New Features

  • Better mechanism for naming Docker images, which reduces the risk of invoking an unwanted image
  • CLI option for selecting another YAML environment file
  • Basic mechanism for future Jupyter Notebooks and JupyterLab images

Bugfixes and Minor Improvements

  • Updated the documentation
  • Using Docker arguments instead of static strings

v1.5.6.1

11 Jan 15:06
Compare
Choose a tag to compare
  • Updated to micromamba:1.5.6
  • With support for bind mounts in Linux platforms