diff --git a/Dockerfile.openjdk17 b/Dockerfile.openjdk17 index aad8ba1..120a085 100644 --- a/Dockerfile.openjdk17 +++ b/Dockerfile.openjdk17 @@ -32,7 +32,6 @@ FROM opensuse/bci/bci-micro:latest COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.apache-tomcat -LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed Apache Tomcat" LABEL org.opencontainers.image.description="The Apache Tomcat software is an open-source implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations, and Jakarta Authentication specifications. These specifications are part of the Jakarta EE platform. It is based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="%%tomcat_version%%" diff --git a/Dockerfile.openjdk21 b/Dockerfile.openjdk21 index 35badef..14a45f5 100644 --- a/Dockerfile.openjdk21 +++ b/Dockerfile.openjdk21 @@ -32,7 +32,6 @@ FROM opensuse/bci/bci-micro:latest COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.apache-tomcat -LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed Apache Tomcat" LABEL org.opencontainers.image.description="The Apache Tomcat software is an open-source implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations, and Jakarta Authentication specifications. These specifications are part of the Jakarta EE platform. It is based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="%%tomcat_version%%" diff --git a/Dockerfile.openjdk23 b/Dockerfile.openjdk23 index a7dcb1a..721d16b 100644 --- a/Dockerfile.openjdk23 +++ b/Dockerfile.openjdk23 @@ -32,7 +32,6 @@ FROM opensuse/bci/bci-micro:latest COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.apache-tomcat -LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed Apache Tomcat" LABEL org.opencontainers.image.description="The Apache Tomcat software is an open-source implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations, and Jakarta Authentication specifications. These specifications are part of the Jakarta EE platform. It is based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="%%tomcat_version%%" diff --git a/apache-tomcat-10-image.changes b/apache-tomcat-10-image.changes index a3d84f4..4eff9ce 100644 --- a/apache-tomcat-10-image.changes +++ b/apache-tomcat-10-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot + +- remove nonsensical org.opencontainers.image.authors - duplication of .vendor + ------------------------------------------------------------------- Tue Oct 29 15:23:20 UTC 2024 - SUSE Update Bot