We should add some labels and annotation keys in `Dockerfile` files and building configuration to make the image more standard: - [ ] `org.opencontainers.image.authors` contact details of the people or organization responsible for the image. - [x] `org.opencontainers.image.version` version of the packaged software. - [x] `org.opencontainers.image.revision` git commit sha1 of the built source repo. - [ ] `org.opencontainers.image.vendor` set it to `PingCAP`. - [x] `org.opencontainers.image.licenses` set it to `Apache-2.0` Refs: - [OCI pre-defined-annotation-keys](https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys) - [SPDX license expressions](https://spdx.github.io/spdx-spec/v2.3/SPDX-license-expressions/) - [understanding-using-spdx-license-identifiers](https://fossa.com/blog/understanding-using-spdx-license-identifiers-license-expressions)
We should add some labels and annotation keys in
Dockerfilefiles and building configuration to make the image more standard:org.opencontainers.image.authorscontact details of the people or organization responsible for the image.org.opencontainers.image.versionversion of the packaged software.org.opencontainers.image.revisiongit commit sha1 of the built source repo.org.opencontainers.image.vendorset it toPingCAP.org.opencontainers.image.licensesset it toApache-2.0Refs: