diff --git a/init-image/Dockerfile b/init-image/Dockerfile index 2175b6ccc..50acad54b 100644 --- a/init-image/Dockerfile +++ b/init-image/Dockerfile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: MIT #!BuildTag: bci/bci-init:%OS_VERSION_ID_SP% #!BuildTag: bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE% +#!BuildName: bci-bci-init-%OS_VERSION_ID_SP% #!BuildVersion: 15.4 FROM suse/sle15:15.4 diff --git a/init-image/init-image.changes b/init-image/init-image.changes index a53887047..ca62cd352 100644 --- a/init-image/init-image.changes +++ b/init-image/init-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 22 09:32:37 UTC 2023 - Dirk Mueller + +- add buildname when buildversion is set otherwise OBS ignores it + ------------------------------------------------------------------- Mon Jun 26 20:57:19 UTC 2023 - Dirk Mueller diff --git a/nodejs-16-image/Dockerfile b/nodejs-16-image/Dockerfile index b839a68e8..02cfb6352 100644 --- a/nodejs-16-image/Dockerfile +++ b/nodejs-16-image/Dockerfile @@ -3,6 +3,7 @@ #!BuildTag: bci/nodejs:16-%RELEASE% #!BuildTag: bci/node:16 #!BuildTag: bci/node:16-%RELEASE% +#!BuildName: bci-nodejs-16 #!BuildVersion: 15.10.4.16 FROM suse/sle15:15.4 diff --git a/nodejs-16-image/nodejs-16-image.changes b/nodejs-16-image/nodejs-16-image.changes index aa2bd6fc0..b8d77ce84 100644 --- a/nodejs-16-image/nodejs-16-image.changes +++ b/nodejs-16-image/nodejs-16-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 22 09:32:37 UTC 2023 - Dirk Mueller + +- add buildname when buildversion is set otherwise OBS ignores it + ------------------------------------------------------------------- Wed Sep 13 10:56:02 UTC 2023 - Dirk Mueller diff --git a/postgres-14-image/Dockerfile b/postgres-14-image/Dockerfile index 82b7eb021..6d5523c61 100644 --- a/postgres-14-image/Dockerfile +++ b/postgres-14-image/Dockerfile @@ -3,6 +3,7 @@ #!BuildTag: suse/postgres:14-%RELEASE% #!BuildTag: suse/postgres:%%pg_version%% #!BuildTag: suse/postgres:%%pg_version%%-%RELEASE% +#!BuildName: suse-postgres-14 #!BuildVersion: 15.4.14 FROM suse/sle15:15.4 diff --git a/postgres-14-image/postgres-14-image.changes b/postgres-14-image/postgres-14-image.changes index db0d63633..b32458744 100644 --- a/postgres-14-image/postgres-14-image.changes +++ b/postgres-14-image/postgres-14-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 22 09:32:37 UTC 2023 - Dirk Mueller + +- add buildname when buildversion is set otherwise OBS ignores it + ------------------------------------------------------------------- Tue Sep 19 15:45:11 UTC 2023 - Dirk Mueller diff --git a/python-3.10-image/Dockerfile b/python-3.10-image/Dockerfile index 53a89d1b7..d509c25b5 100644 --- a/python-3.10-image/Dockerfile +++ b/python-3.10-image/Dockerfile @@ -3,6 +3,7 @@ #!BuildTag: bci/python:3.10-%RELEASE% #!BuildTag: bci/python:3 #!BuildTag: bci/python:3-%RELEASE% +#!BuildName: bci-python-3.10 #!BuildVersion: 15.4.3.10 FROM suse/sle15:15.4 diff --git a/python-3.10-image/python-3.10-image.changes b/python-3.10-image/python-3.10-image.changes index 3c035ef40..fc7d6b150 100644 --- a/python-3.10-image/python-3.10-image.changes +++ b/python-3.10-image/python-3.10-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 22 09:32:37 UTC 2023 - Dirk Mueller + +- add buildname when buildversion is set otherwise OBS ignores it + ------------------------------------------------------------------- Mon Jun 26 20:57:19 UTC 2023 - Dirk Mueller