Skip to content

Commit 8cb7439

Browse files
authored
Merge pull request #718 from SUSE/for-deploy-6
🤖: Update build recipes for SP6
2 parents fddb16e + e98a13d commit 8cb7439

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

rmt-mariadb-client-image/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#!BuildTag: suse/rmt-mariadb-client:%%mariadb_version%%
1818
#!BuildTag: suse/rmt-mariadb-client:%%mariadb_version%%-%RELEASE%
19+
#!BuildTag: suse/mariadb-client:%%mariadb_version%%
20+
#!BuildTag: suse/mariadb-client:%%mariadb_version%%-%RELEASE%
1921
#!BuildName: suse-rmt-mariadb-client-%%mariadb_version%%
2022
#!BuildVersion: 15.6
2123
FROM suse/sle15:15.6
@@ -24,8 +26,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/)
2426

2527
# Define labels according to https://en.opensuse.org/Building_derived_containers
2628
# labelprefix=com.suse.application.rmt-mariadb-client
27-
LABEL org.opencontainers.image.title="SLE MariaDB Client for SUSE RMT"
28-
LABEL org.opencontainers.image.description="MariaDB Client for SUSE RMT container based on the SLE Base Container Image."
29+
LABEL org.opencontainers.image.title="SLE MariaDB Client"
30+
LABEL org.opencontainers.image.description="MariaDB Client container based on the SLE Base Container Image."
2931
LABEL org.opencontainers.image.version="%%mariadb_version%%"
3032
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
3133
LABEL org.opencontainers.image.created="%BUILDTIME%"

rmt-mariadb-client-image/rmt-mariadb-client-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Oct 16 09:19:39 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+
- Add mariadb-client build tag and adjust description
5+
16
-------------------------------------------------------------------
27
Thu Sep 28 14:29:34 UTC 2023 - Dirk Mueller <dmueller@suse.com>
38

rmt-mariadb-image/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#!BuildTag: suse/rmt-mariadb:%%mariadb_version%%
1818
#!BuildTag: suse/rmt-mariadb:%%mariadb_version%%-%RELEASE%
19+
#!BuildTag: suse/mariadb:%%mariadb_version%%
20+
#!BuildTag: suse/mariadb:%%mariadb_version%%-%RELEASE%
1921
#!BuildName: suse-rmt-mariadb-%%mariadb_version%%
2022
#!BuildVersion: 15.6
2123
FROM suse/sle15:15.6
@@ -24,8 +26,8 @@ MAINTAINER SUSE LLC (https://www.suse.com/)
2426

2527
# Define labels according to https://en.opensuse.org/Building_derived_containers
2628
# labelprefix=com.suse.application.rmt-mariadb
27-
LABEL org.opencontainers.image.title="SLE MariaDB Server for SUSE RMT"
28-
LABEL org.opencontainers.image.description="MariaDB Server for SUSE RMT container based on the SLE Base Container Image."
29+
LABEL org.opencontainers.image.title="SLE MariaDB Server"
30+
LABEL org.opencontainers.image.description="MariaDB Server container based on the SLE Base Container Image."
2931
LABEL org.opencontainers.image.version="%%mariadb_version%%"
3032
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
3133
LABEL org.opencontainers.image.created="%BUILDTIME%"

rmt-mariadb-image/rmt-mariadb-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Oct 16 09:19:41 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+
- Add mariadb build tag and adjust description
5+
16
-------------------------------------------------------------------
27
Thu Sep 28 14:29:34 UTC 2023 - Dirk Mueller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)