forked from pool/opensuse-openldap-image
Accepting request 847720 from home:kukuk:container
- Add common scripts tar archive now containing ssl-helper OBS-URL: https://build.opensuse.org/request/show/847720 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/opensuse-openldap-image?expand=0&rev=5
This commit is contained in:
parent
448a310b1a
commit
8c60009101
@ -90,7 +90,7 @@ You can set your custom certificate at run time, by mounting a volume with the
|
||||
certificates into the container and adjusting the following environment variables:
|
||||
|
||||
```sh
|
||||
podman run --hostname ldap.example.org -v /srv/openldap/certs:/etc/openldap/certs:Z \
|
||||
podman run -v /srv/openldap/certs:/etc/openldap/certs:Z \
|
||||
-e LDAP_TLS_CRT=/etc/openldap/certs/ldap.crt \
|
||||
-e LDAP_TLS_KEY=/etc/openldap/certs/ldap.key \
|
||||
-e LDAP_TLS_CA_CRT=/etc/openldap/certs/ca.crt \
|
||||
|
6
_service
6
_service
@ -14,11 +14,15 @@
|
||||
<param name="subdir">openldap</param>
|
||||
<param name="filename">entrypoint</param>
|
||||
<param name="include">entrypoint.sh</param>
|
||||
<param name="include">ssl-helper</param>
|
||||
<param name="include">slapd.init.ldif</param>
|
||||
<param name="include">ldif</param>
|
||||
<param name="include">tls</param>
|
||||
</service>
|
||||
<service name="tar" mode="disabled">
|
||||
<param name="subdir">common</param>
|
||||
<param name="filename">common-scripts</param>
|
||||
<param name="include">ssl-helper</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
|
3
common-scripts.tar.gz
Normal file
3
common-scripts.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bb50f3839499eb771e719d1d10852282786c7c5a18f785081e84c19319092f0
|
||||
size 1252
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e574daadc1537e89403e5473ed55f49cf3d52f2b5b24fb7e8882d9f98d502b7
|
||||
size 8730
|
||||
oid sha256:b00b518b33ba9f58f49767159441f58017dc4a3d42e3227a253853a2f9a77f49
|
||||
size 7613
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 4 17:52:32 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add common scripts tar archive now containing ssl-helper
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 26 12:42:00 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -61,5 +61,6 @@
|
||||
<package name="-busybox-findutils"/>
|
||||
<package name="-busybox-man"/>
|
||||
<archive name="entrypoint.tar.gz"/>
|
||||
<archive name="common-scripts.tar.gz"/>
|
||||
</packages>
|
||||
</image>
|
||||
|
Loading…
x
Reference in New Issue
Block a user