Skip to content

Commit

Permalink
Merge pull request #1907 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dirkmueller authored Oct 28, 2024
2 parents a2b5d57 + 3b05505 commit 3ca7d08
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions sac-apache-tomcat-10-image/Dockerfile.openjdk11
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="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."
LABEL org.opencontainers.image.version="%%tomcat_version%%"
Expand Down
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="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."
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="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."
LABEL org.opencontainers.image.version="%%tomcat_version%%"
Expand Down
5 changes: 5 additions & 0 deletions sac-apache-tomcat-10-image/sac-apache-tomcat-10-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 28 09:18:49 UTC 2024 - SUSE Update Bot <[email protected]>

- blank out authors for appcollection

-------------------------------------------------------------------
Mon Oct 28 07:48:56 UTC 2024 - SUSE Update Bot <[email protected]>

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
5 changes: 5 additions & 0 deletions sac-postfix-image/sac-postfix-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 28 09:18:49 UTC 2024 - SUSE Update Bot <[email protected]>

- blank out authors for appcollection

-------------------------------------------------------------------
Mon Oct 14 11:26:15 UTC 2024 - SUSE Update Bot <[email protected]>

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
5 changes: 5 additions & 0 deletions sac-python-3.9-image/sac-python-3.9-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 28 09:18:49 UTC 2024 - SUSE Update Bot <[email protected]>

- blank out authors for appcollection

-------------------------------------------------------------------
Mon Oct 14 11:26:16 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit 3ca7d08

Please sign in to comment.