[info=1a22dcef4040977388b24b2d8e9b2ed2]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/distribution-image?expand=0&rev=241
This commit is contained in:
parent
a269003a49
commit
8f4e1c850c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
- be explicit in protocol for expose statement
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
|||||||
<volume name="/var/lib/docker-registry" />
|
<volume name="/var/lib/docker-registry" />
|
||||||
</volumes>
|
</volumes>
|
||||||
<expose>
|
<expose>
|
||||||
<port number="5000" />
|
<port number="5000/tcp" />
|
||||||
</expose>
|
</expose>
|
||||||
</containerconfig>
|
</containerconfig>
|
||||||
</type>
|
</type>
|
||||||
|
Loading…
Reference in New Issue
Block a user