forked from pool/389-ds-container
[info=cc8cea3dd13a8af3d84be5b9636f1880]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/389-ds-container?expand=0&rev=258
This commit is contained in:
parent
f364eece7e
commit
1f5e4b18a6
@ -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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 11 15:12:52 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
Fri Oct 11 15:12:52 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ LABEL org.opensuse.release-stage="released"
|
|||||||
# endlabelprefix
|
# endlabelprefix
|
||||||
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/389-ds-container/README.md"
|
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/389-ds-container/README.md"
|
||||||
CMD ["/usr/lib/dirsrv/dscontainer", "-r"]
|
CMD ["/usr/lib/dirsrv/dscontainer", "-r"]
|
||||||
EXPOSE 3389 3636
|
EXPOSE 3389/tcp 3636/tcp
|
||||||
|
|
||||||
COPY nsswitch.conf /etc/nsswitch.conf
|
COPY nsswitch.conf /etc/nsswitch.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user