@@ -49,14 +49,14 @@ ARG OIE_RELEASE_VERSION
4949ARG CREATED_AT
5050
5151# Add OCI best-practice labels https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
52- LABEL "org.opencontainers.image.authors" ="Open Integration Engine" \
52+ LABEL "org.opencontainers.image.authors" ="The Open Integration Engine Project and contributors " \
5353 "org.opencontainers.image.created" ="${CREATED_AT?:}" \
5454 "org.opencontainers.image.description" ="An open source fork of the now closed-source Mirth Connect" \
5555 "org.opencontainers.image.licenses" ="MPL-2.0" \
5656 "org.opencontainers.image.source" ="https://github.com/OpenIntegrationEngine/engine-docker" \
5757 "org.opencontainers.image.title" ="Open Integration Engine" \
5858 "org.opencontainers.image.url" ="https://github.com/OpenIntegrationEngine/engine" \
59- "org.opencontainers.image.vendor" ="Open Integration Engine" \
59+ "org.opencontainers.image.vendor" ="The Open Integration Engine Project " \
6060 "org.opencontainers.image.version" ="${OIE_RELEASE_VERSION?:}"
6161
6262COPY --from=downloader /opt/engine /opt/engine
@@ -88,14 +88,14 @@ ARG OIE_RELEASE_VERSION
8888ARG CREATED_AT
8989
9090# Add OCI best-practice labels https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
91- LABEL "org.opencontainers.image.authors" ="Open Integration Engine" \
91+ LABEL "org.opencontainers.image.authors" ="The Open Integration Engine Project and contributors " \
9292 "org.opencontainers.image.created" ="${CREATED_AT?:}" \
9393 "org.opencontainers.image.description" ="An open source fork of the now closed-source Mirth Connect" \
9494 "org.opencontainers.image.licenses" ="MPL-2.0" \
9595 "org.opencontainers.image.source" ="https://github.com/OpenIntegrationEngine/engine-docker" \
9696 "org.opencontainers.image.title" ="Open Integration Engine" \
9797 "org.opencontainers.image.url" ="https://github.com/OpenIntegrationEngine/engine" \
98- "org.opencontainers.image.vendor" ="Open Integration Engine" \
98+ "org.opencontainers.image.vendor" ="The Open Integration Engine Project " \
9999 "org.opencontainers.image.version" ="${OIE_RELEASE_VERSION?:}"
100100
101101COPY --from=downloader /opt/engine /opt/engine
0 commit comments