1
0

Accepting request 1177924 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1177924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution-image?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-06-03 15:41:18 +00:00 committed by Git OBS Bridge
commit ae7ea18e18
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,7 @@ mkdir -p /var/lib/docker-registry
Then you can start the container with the following command:
```bash
podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/docker/registry/config.yml \
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%
```

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 31 10:03:08 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- Correct configuration path in the README
-------------------------------------------------------------------
Wed May 8 16:26:31 UTC 2024 - Dirk Mueller <dmueller@suse.com>