forked from karton/karton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
Karton 1.0.0 - 2018-03-07 Marco Barisione <[email protected]> | ||
|
||
* Add a way of setting the FS consistency on macOS (to make disk access | ||
faster). | ||
* Try harder to sync the image and host clock. | ||
* Add DefinitionProperties.run_command to run a command at various points | ||
during the image lifetime. | ||
* Add DefinitionProperties.copy to copy files and directories into an | ||
image when building it. (#6) | ||
* Add DefinitionProperties.share_whole_home to share the whole home | ||
directory. | ||
* Allow to set environment variables on the command line. (#5) | ||
* Add --no-cache to the build command to avoid using Docker's cached | ||
layers when building an image. (#7) | ||
* Warn the user if they are using outdated images. | ||
* Fix a problem with Fedora images and yum. | ||
* Add DefinitionProperties.uid. (#4) | ||
* Work correctly when stdin is not a TTY. (#8) | ||
|
||
Karton 0.1.1 - 2017-08-15 Marco Barisione <[email protected]> | ||
|
||
* Remove a stray quote which made image generation fail with recent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters