@@ -33,33 +33,36 @@ ARG VCS_REF
3333
3434# Statically defined labels.
3535LABEL \
36- org.label-schema.schema-version="1.0" \
37- org.label-schema.vendor="Elastic" \
38- org.label-schema.license="Elastic License" \
39- org.label-schema.name="apm-server" \
40- org.label-schema.url="https://www.elastic.co/apm" \
41- org.label-schema.vcs-url="github.com/elastic/apm-server" \
42- io.k8s.description="Elastic APM Server" \
43- io.k8s.display-name="Apm-Server image" \
44- org.opencontainers.image.licenses="Elastic License" \
36+ org.opencontainers.image.authors="obs-ds-intake-services" \
37+ org.opencontainers.image.base.name="registry.access.redhat.com/ubi10-micro:latest" \
38+ org.opencontainers.image.description="Elastic APM Server" \
39+ org.opencontainers.image.documentation="https://www.elastic.co/docs/solutions/observability/apm/apm-server" \
40+ org.opencontainers.image.licenses="Elastic-2.0" \
41+ org.opencontainers.image.source="https://github.com/elastic/apm-server" \
4542 org.opencontainers.image.title="Apm-Server" \
43+ org.opencontainers.image.url="https://github.com/elastic/apm-server" \
4644 org.opencontainers.image.vendor="Elastic" \
47- name="apm-server" \
48- maintainer="infra@elastic.co" \
49- vendor="Elastic" \
50- release="1" \
51- url="https://www.elastic.co/apm" \
52- summary="apm-server" \
53- license="Elastic License" \
54- description="Elastic APM Server"
45+ io.k8s.description="Elastic APM Server" \
46+ io.k8s.display-name="Apm-Server image"
5547
5648# Dynamic labels, only set in published images.
5749LABEL \
58- org.label-schema.build-date=${BUILD_DATE} \
59- org.label-schema.version=${VERSION} \
60- org.label-schema.vcs-ref=${VCS_REF} \
6150 org.opencontainers.image.created=${BUILD_DATE} \
62- version=${VERSION}
51+ org.opencontainers.image.revision=${VCS_REF} \
52+ org.opencontainers.image.version=${VERSION}
53+
54+ # Overwrite ubi base image non-standard labels
55+ LABEL \
56+ build-date="" \
57+ description="" \
58+ maintainer="" \
59+ name="" \
60+ release="" \
61+ summary="" \
62+ url="" \
63+ vcs-ref="" \
64+ vendor="" \
65+ version=""
6366
6467ENV ELASTIC_CONTAINER="true"
6568
0 commit comments