Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package distribution-image for openSUSE:Factory checked in at 2025-02-19 16:03:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/distribution-image (Old) and /work/SRC/openSUSE:Factory/.distribution-image.new.25061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distribution-image" Wed Feb 19 16:03:19 2025 rev:30 rq:1247051 version:2025 Changes: -------- --- /work/SRC/openSUSE:Factory/distribution-image/distribution-image.changes 2025-01-02 19:22:50.723982475 +0100 +++ /work/SRC/openSUSE:Factory/.distribution-image.new.25061/distribution-image.changes 2025-02-19 16:03:21.416136388 +0100 @@ -1,0 +2,5 @@ +Wed Feb 19 11:33:09 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- fix image references in README + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ distribution-image.kiwi ++++++ --- /var/tmp/diff_new_pack.ZLuHbi/_old 2025-02-19 16:03:22.348175384 +0100 +++ /var/tmp/diff_new_pack.ZLuHbi/_new 2025-02-19 16:03:22.352175552 +0100 @@ -14,7 +14,7 @@ Please submit bugfixes or comments via https://bugs.opensuse.org/ You can contact the BCI team via https://github.com/SUSE/bci/discussions --> -<!-- OBS-AddTag: opensuse/registry:%%registry_version%%-%RELEASE% opensuse/registry:%%registry_version%% opensuse/registry:latest --> +<!-- OBS-AddTag: opensuse/registry:%%registry_version%%-%RELEASE% opensuse/registry:%%registry_version%% opensuse/registry:2.8 opensuse/registry:latest --> <!-- OBS-Imagerepo: obsrepositories:/ --> <image schemaversion="7.4" name="registry-image" xmlns:suse_label_helper="com.suse.label_helper"> @@ -28,7 +28,7 @@ <containerconfig name="opensuse/registry" tag="%%registry_version%%-%RELEASE%" - additionaltags="%%registry_version%%,latest" + additionaltags="%%registry_version%%,2.8,latest" user="registry"> <labels> <suse_label_helper:add_prefix prefix="org.opensuse.application.registry"> ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.ZLuHbi/_old 2025-02-19 16:03:22.388177058 +0100 +++ /var/tmp/diff_new_pack.ZLuHbi/_new 2025-02-19 16:03:22.392177226 +0100 @@ -31,7 +31,7 @@ ```bash podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/registry/config.yml \ - -v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.opensuse.org/opensuse/registry:%%registry_version%%-%RELEASE% + -v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.opensuse.org/opensuse/registry:2.8 ``` The registry is available at `http://localhost:5000`. To keep the registry running after a reboot, create a systemd service as follows: