dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
328 stars 51 forks source link

GH-17 Revise handling of exploded wildfly extensions #19

Closed thomasdarimont closed 3 years ago

thomasdarimont commented 3 years ago

We now trigger the deployment of exploded extensions folders during container start by copying a dynamically generated ".dodeploy" file.

Previously we mounted an external ".dodeploy" file into the container to trigger the exploded jar deployment, which did not work on some operating systems (OSX) when container reuse was used.

Fixes #17

This supersedes the pull request https://github.com/dasniko/testcontainers-keycloak/pull/18

dasniko commented 3 years ago

Thank you for this PR!