From 8fc9fa97725aba57c7ff855a18da00b2f688ab4e Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Mon, 9 Jun 2025 17:20:51 +0200 Subject: [PATCH] Test using the drone/buildah plugin --- .woodpecker.yml | 9 ++++++--- uffd-ldapd.env | 12 ++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 uffd-ldapd.env diff --git a/.woodpecker.yml b/.woodpecker.yml index 4cd9fce..31677f4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/uffd-ldapd.env b/uffd-ldapd.env new file mode 100644 index 0000000..dab8457 --- /dev/null +++ b/uffd-ldapd.env @@ -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_"