forked from karton/karton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
50 lines (39 loc) · 2.09 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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
versions of Docker. (#3)
Karton 0.1 - 2017-03-15 Marco Barisione <[email protected]>
* Detect Docker availability and status better.
* Add ability to run Docker using sudo (for Fedora).
* Don't store runtime files in /tmp on Linux.
* Improve the error message when Karton cannot use the current directory
in the image.
* Improve how commands to run as suggested to the user.
* Remove the rarely useful DefinitionProperties.eval method.
* Improve the documentation for DefinitionProperties.
Karton 0.0.4 - 2017-03-06 Marco Barisione <[email protected]>
* Automatically check for updates.
* Allow definition files to use relative paths.
* Better docs in the auto-generated definition file.
Karton 0.0.3 - 2017-02-28 Marco Barisione <[email protected]>
* Better support for ARM (including Fedora support for ARMv8).
Karton 0.0.2 - 2017-02-23 Marco Barisione <[email protected]>
* First working alpha release.
* All the main features (configuring images, runnning programs, etc.) are
implemented and work on macOS and Linux.