Saturday, June 30, 2018

[389-commits] [389-ds-base] 01/01: Ticket 49791 - Update docker file for new dscreate options

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch master
in repository 389-ds-base.

commit d881a4cb48c588e830a19dd36e562cca3572c09f
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Sat Jun 30 10:28:04 2018 -0400

Ticket 49791 - Update docker file for new dscreate options

Description: Update docker file to use new option names in dscreate

ttps://pagure.io/389-ds-base/issue/49791

Review by mreynolds (one line commit rile)
---
docker/389ds_poc/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/389ds_poc/Dockerfile b/docker/389ds_poc/Dockerfile
index 95bea27..9c1fd7c 100644
--- a/docker/389ds_poc/Dockerfile
+++ b/docker/389ds_poc/Dockerfile
@@ -33,7 +33,7 @@ RUN dnf install -y 389-ds-base/dist/rpms/*389*.rpm && \

# Create the example setup inf. It's valid for containers!
# Build the instance from the new installer tools.
-RUN /usr/sbin/dscreate example > /root/ds-setup.inf && /usr/sbin/dscreate -v fromfile /root/ds-setup.inf --IsolemnlyswearthatIamuptonogood --containerised
+RUN /usr/sbin/dscreate create-template > /root/ds-setup.inf && /usr/sbin/dscreate -v install /root/ds-setup.inf --IsolemnlyswearthatIamuptonogood --containerised

# Finally add the volumes, they will inherit the contents of these directories.
VOLUME /etc/dirsrv

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org/message/M5GSK3LZOVD76JW42CHZOZLLFHZKON5G/

No comments:

Post a Comment