Skip to content

Commit

Permalink
Test build for #1898
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Oct 25, 2024
1 parent 1ce8047 commit 763e868
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions sac-apache-tomcat-10-image/Dockerfile.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ FROM registry.suse.com/bci/bci-micro:15.6
COPY --from=builder /target /
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.apache-tomcat
LABEL org.opencontainers.image.authors=""
LABEL org.opencontainers.image.title="Apache Tomcat"
LABEL org.opencontainers.image.description="Apache Tomcat is a free and open-source implementation of the Jakarta Servlet, Jakarta Expression Language, and WebSocket technologies."
LABEL org.opencontainers.image.version="%%tomcat_version%%"
Expand Down
1 change: 1 addition & 0 deletions sac-apache-tomcat-10-image/Dockerfile.openjdk21
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ FROM registry.suse.com/bci/bci-micro:15.6
COPY --from=builder /target /
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.apache-tomcat
LABEL org.opencontainers.image.authors=""
LABEL org.opencontainers.image.title="Apache Tomcat"
LABEL org.opencontainers.image.description="Apache Tomcat is a free and open-source implementation of the Jakarta Servlet, Jakarta Expression Language, and WebSocket technologies."
LABEL org.opencontainers.image.version="%%tomcat_version%%"
Expand Down
1 change: 1 addition & 0 deletions sac-postfix-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ FROM registry.suse.com/bci/bci-micro:15.6
COPY --from=builder /target /
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.postfix
LABEL org.opencontainers.image.authors=""
LABEL org.opencontainers.image.title="Postfix"
LABEL org.opencontainers.image.description="Postfix container is fast and secure mail server, based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%postfix_version%%"
Expand Down
1 change: 1 addition & 0 deletions sac-python-3.9-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN set -euo pipefail; \

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.python
LABEL org.opencontainers.image.authors=""
LABEL org.opencontainers.image.title="SLE BCI Python 3.9 development"
LABEL org.opencontainers.image.description="Python 3.9 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%py39_ver%%"
Expand Down

0 comments on commit 763e868

Please sign in to comment.