generate the DockerHub image matrix

This commit is contained in:
zimbatm 2019-02-15 14:30:37 +01:00
parent e9633d0d58
commit 8cbbfe7009
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
6 changed files with 73 additions and 5 deletions

View file

@ -24,6 +24,7 @@ dockerTools.buildLayeredImage {
"SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt"
];
Labels = {
# https://github.com/microscaling/microscaling/blob/55a2d7b91ce7513e07f8b1fd91bbed8df59aed5a/Dockerfile#L22-L33
"org.label-schema.vcs-ref" = "master";
"org.label-schema.vcs-url" = "https://github.com/nix-community/docker-nixpkgs";
};