Conda-docker

Latest version: v0.0.3

Safety actively analyzes 613777 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.3

**Changed:**

* `build_docker_environment` refactored into two functions to expose
an internal function `build_docker_environment_image` to be used by
libraries e.g. conda-store

**Fixed:**

* Use copies if conda installation and temporary directory are on different devices
* JSONDecodeError when using a list of package specification

**Authors:**

* Anthony Scopatz
* Chris Ostrouchov
* Chris Burr
* Julian Rüth

0.0.2

**Added:**

* Now implements a one-layer-per-package option. There is the 125 layer limit
in docker, so for safety we only allow 100 individiual package layers. All
packages after the initial 100 are combined into a single, last, squashed layer.
The packages are installed in dependency order, so base-level packages are
more likely to get their own layer and be reused. This is inspired by
https://grahamc.com/blog/nix-and-layered-docker-images

**Authors:**

* Anthony Scopatz
* Chris Ostrouchov


**Added:**

* Adding support for setting docker v1 layer config e.g. ENV, LABEL, CMD, ENTRYPOINT etc.

0.0.1

**Added:**

* Initial release of `conda-docker`!

**Authors:**

* Anthony Scopatz

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.