You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OCI standard image labels to Docker images (#2846)
* chore: add OCI standard labels to Docker images
Add org.opencontainers.image.* labels to all five Dockerfiles
(tika-server minimal, tika-server full, tika-grpc) and wire the
dynamic labels (version, revision, created) as build-args in both
CI workflows (docker-release.yml and docker-snapshot.yml).
No changes to Tika itself — Docker metadata only.
Signed-off-by: Erwan Hervé <62173453+Erwan-loot@users.noreply.github.com>
* ci: derive image.created from commit date for reproducible builds
Pin org.opencontainers.image.created to the commit timestamp
(git show -s --format=%cI HEAD) instead of the build-time clock, so
identical sources produce identical labels. Aligns with the
SOURCE_DATE_EPOCH convention and keeps created consistent with the
revision label, which already points at the source commit.
Signed-off-by: Erwan Hervé <erwan@herve.tech>
---------
Signed-off-by: Erwan Hervé <62173453+Erwan-loot@users.noreply.github.com>
Signed-off-by: Erwan Hervé <erwan@herve.tech>
0 commit comments