Skip to content

Commit

Permalink
Updated CHANGELOG for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jun 26, 2020
1 parent 21f7966 commit 154a685
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 28 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@ conda-docker Change Log
=======================



<!-- current developments -->

## v0.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.
Expand Down
28 changes: 0 additions & 28 deletions news/layering.md

This file was deleted.

0 comments on commit 154a685

Please sign in to comment.