Test using the drone/buildah plugin
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
bdac8b0e78
commit
8fc9fa9772
2 changed files with 18 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
steps:
|
||||
|
||||
|
||||
- name: 'Build uffd-ldapd image'
|
||||
image: 'quay.io/buildah/stable:latest'
|
||||
commands:
|
||||
- 'buildah build .'
|
||||
image: 'plugins/buildah'
|
||||
settings:
|
||||
dry-run: true
|
||||
dockerfile: Containerfile
|
||||
|
|
12
uffd-ldapd.env
Normal file
12
uffd-ldapd.env
Normal file
|
@ -0,0 +1,12 @@
|
|||
# All of these options must be set:
|
||||
SERVER_API_URL=https://sso.enbewe.de
|
||||
SERVER_API_USER=uffd-ldapd-test-local
|
||||
SERVER_API_SECRET=test1234test1234
|
||||
SERVER_BASE_DN=dc=enbewe,dc=de
|
||||
|
||||
# If bind password is not set, anonymous binds have full read permissions.
|
||||
# Otherwise bind with "cn=service,ou=system,BASEDN" and this password.
|
||||
#SERVER_BIND_PASSWORD="SECRET-BIND-PASSWORD"
|
||||
|
||||
#SERVER_CACHE_TTL="60"
|
||||
#SERVER_GROUP_FILTER_REGEX="^asset_"
|
Loading…
Add table
Add a link
Reference in a new issue