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:
parent
3501875f69
commit
e9633d0d58
1 changed files with 4 additions and 0 deletions
|
@ -23,5 +23,9 @@ dockerTools.buildLayeredImage {
|
|||
"PATH=/bin"
|
||||
"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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue