diff options
| author | Graham Christensen <graham.christensen@target.com> | 2018-09-20 11:40:36 -0400 |
|---|---|---|
| committer | Robin Gloster <mail@glob.in> | 2018-09-20 18:26:02 +0200 |
| commit | a32d7e0c74465e685c997624b12d1582fda05fd9 (patch) | |
| tree | 1bb5ddff773eb6018081132bbcf168df0f1028d5 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | b0987f201337042af2a414549e1948e82d994290 (diff) | |
dockerTools.buildImage: support impure dates
Because dates are an impurity, by default buildImage will use a static
date of one second past the UNIX Epoch. This can be a bit frustrating
when listing docker images in the CLI:
$ docker image list
REPOSITORY TAG IMAGE ID CREATED SIZE
hello latest 08c791c7846e 48 years ago 25.2MB
If you want to trade the purity for a better user experience, you can
set created to now.
pkgs.dockerTools.buildImage {
name = "hello";
tag = "latest";
created = "now";
contents = pkgs.hello;
config.Cmd = [ "/bin/hello" ];
}
and now the Docker CLI will display a reasonable date and sort the
images as expected:
$ docker image list
REPOSITORY TAG IMAGE ID CREATED SIZE
hello latest de2bf4786de6 About a minute ago 25.2MB
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
