Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Labels and Annotations to the Docker images (#1284)
Add Labels and Annotations that conform to the [OpenContainers Annotation Spec](https://github.com/opencontainers/image-spec/blob/main/annotations.md) to the images published on DockerHub. These help with automated workflows and also allow users who use the `lates` tag to get detailed information about the container version. The workflow will add the following information to the image index and image config: - `org.opencontainers.image.created` timestamp of the build - `org.opencontainers.image.description` Github project description - `org.opencontainers.image.licenses` License in a standard format ([SPDX License Expression](https://spdx.github.io/spdx-spec/v2.3/SPDX-license-expressions/)) extracted from `LICENSE` - `org.opencontainers.image.revision` git commit hash - `org.opencontainers.image.source` URL of the Github repo - `org.opencontainers.image.title` Github title (`qlever`) - `org.opencontainers.image.url` URL of the Github repo - `org.opencontainers.image.version` branch or tag
- Loading branch information