I'm trying to run an integration test using testcontainers in my Bitbucket Pipeline. For each test I need to start up a fresh Exasol image. This, however, needs to be started in priviledged mode
for permissions management, UDF support and environment configuration and validation
, which in turn is not allowed by bitbucket.
Is there a way of starting up the Exasol image without privileged mode? Or has someone an idea for a different solution so I'll be able to run my integration tests?