Skip to content

Commit cd375aa

Browse files
author
SUSE Update Bot
committed
🤖: Update build recipes from templates
1 parent fb57fed commit cd375aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎distribution-image/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then you can start the container with the following command:
3131

3232
```bash
3333
podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/registry/config.yml \
34-
-v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.opensuse.org/opensuse/registry:2.8
34+
-v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.opensuse.org/opensuse/registry:3.0
3535
```
3636

3737
The registry is available at `http://localhost:5000`. To keep the registry running after a reboot, create a systemd service as follows:

‎distribution-image/distribution-image.kiwi‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator
1414
Please submit bugfixes or comments via https://bugs.opensuse.org/
1515
You can contact the BCI team via https://github.com/SUSE/bci/discussions
1616
-->
17-
<!-- OBS-AddTag: opensuse/registry:%%registry_version%%-%RELEASE% opensuse/registry:%%registry_version%% opensuse/registry:2.8 opensuse/registry:latest -->
17+
<!-- OBS-AddTag: opensuse/registry:%%registry_version%%-%RELEASE% opensuse/registry:%%registry_version%% opensuse/registry:3.0 opensuse/registry:latest -->
1818
<!-- OBS-Imagerepo: obsrepositories:/ -->
1919

2020
<image schemaversion="7.4" name="registry-image" xmlns:suse_label_helper="com.suse.label_helper">
@@ -28,7 +28,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2828
<containerconfig
2929
name="opensuse/registry"
3030
tag="%%registry_version%%-%RELEASE%"
31-
additionaltags="%%registry_version%%,2.8,latest"
31+
additionaltags="%%registry_version%%,3.0,latest"
3232
user="registry">
3333
<labels>
3434
<suse_label_helper:add_prefix prefix="org.opensuse.application.registry">
@@ -60,7 +60,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
6060
</expose>
6161
</containerconfig>
6262
</type>
63-
<version>2025.0.2</version>
63+
<version>2025.0.3</version>
6464
<packagemanager>zypper</packagemanager>
6565
<rpm-excludedocs>true</rpm-excludedocs>
6666
</preferences>

0 commit comments

Comments
 (0)