add label to all CLI images

Try this out. These labels are used by Docker Hub to link back to the
repository.
This commit is contained in:
zimbatm 2019-02-15 14:04:57 +01:00
parent 3501875f69
commit e9633d0d58
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -23,5 +23,9 @@ dockerTools.buildLayeredImage {
"PATH=/bin" "PATH=/bin"
"SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt" "SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt"
]; ];
Labels = {
"org.label-schema.vcs-ref" = "master";
"org.label-schema.vcs-url" = "https://github.com/nix-community/docker-nixpkgs";
};
}; };
} }