Commit graph

10 commits

Author SHA1 Message Date
zimbatm
dacde3f71f
mkUserEnvironment: fix Nix compatibility issue
it was relying on a file that is not available in Nix unstable anymore
2020-11-27 15:44:39 +01:00
zimbatm
cca23be027
hugo: add git as a dependency
Hugo needs Git to find meta informations such as the pubDate
2020-02-23 17:03:28 +01:00
zimbatm
9f61ec7d27
mkUserEnvironment: polyfill for older versions of nix 2019-12-20 15:43:07 +01:00
zimbatm
751d7a6714
devcontainer: init 2019-12-20 12:28:21 +01:00
zimbatm
39694ed1d8
nixpkgs-fmt 2019-12-15 15:20:42 +01:00
zimbatm
6385004fa8
introduce importDir
avoid repeating myself

to create a new image, create a new folder under ./images that contains
a default.nix. That's it.
2019-03-16 14:56:46 +01:00
zimbatm
2aefa0599e
add meta attributes to all images
augment the images with meta attributes from the input packages.

and then use the meta.description as dockerhub metadata.
2019-02-17 12:10:00 +01:00
zimbatm
8cbbfe7009
generate the DockerHub image matrix 2019-02-15 14:48:42 +01:00
zimbatm
e9633d0d58
add label to all CLI images
Try this out. These labels are used by Docker Hub to link back to the
repository.
2019-02-15 14:05:12 +01:00
zimbatm
9baba96f89
abstract CLI image generation
and add busybox in all the images
2019-02-08 21:15:41 +01:00