1
0

[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:
Dan Čermák 2024-10-31 16:11:15 +00:00 committed by Git OBS Bridge
parent f364eece7e
commit 1f5e4b18a6
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -44,7 +44,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
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"]
EXPOSE 3389 3636
EXPOSE 3389/tcp 3636/tcp
COPY nsswitch.conf /etc/nsswitch.conf