Publish haswell images to image registries (#674)
* push haswell images to docker repos * Add OCI labels to image * fixup! Add OCI labels to image * fixup! push haswell images to docker repos * fixup! Add OCI labels to image * fixup! Add OCI labels to image * fixup! Add OCI labels to image
This commit is contained in:
parent
1d26eec82d
commit
d86061084c
2 changed files with 114 additions and 66 deletions
|
@ -28,5 +28,11 @@ dockerTools.buildLayeredImage {
|
|||
Env = [
|
||||
"RUST_BACKTRACE=full"
|
||||
];
|
||||
Labels = {
|
||||
"org.opencontainers.image.title" = main.pname;
|
||||
"org.opencontainers.image.version" = main.version;
|
||||
"org.opencontainers.image.revision" = inputs.self.rev or inputs.self.dirtyRev or "";
|
||||
# "org.opencontainers.image.created" = builtins.formatTime "%Y-%m-%dT%H:%M:%SZ" inputs.self.lastModified;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue