You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Playtika embedded postgres container cause bitbucket pipeline to fail with com.github.dockerjava.api.exception.DockerException: Status 403: {"message":"authorization denied by plugin pipelines: Invalid content length provided"}
I'm kinda new on create these pipelines, I don't know what to do exactly. I tried to do a lot of things that I've found, like this testcontainers/testcontainers-java#3296
And some others
My bootstrap file has the following properties
embedded.postgresql.enabled=true
embedded.postgresql.reuseContainer=false
embedded.postgresql.dockerImage=postgres:11-alpine
embedded.postgresql.waitTimeoutInSeconds=10
embedded.postgresql.database=my_service
embedded.postgresql.user=my_service
embedded.postgresql.password=my_service
My build.gradle.kts and my pipeline configurations are on this zip config-files.zip
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
Running Playtika embedded postgres container cause bitbucket pipeline to fail with
com.github.dockerjava.api.exception.DockerException: Status 403: {"message":"authorization denied by plugin pipelines: Invalid content length provided"}
The full stacktrace is on the zip file
test.zip
I'm kinda new on create these pipelines, I don't know what to do exactly. I tried to do a lot of things that I've found, like this
testcontainers/testcontainers-java#3296
And some others
My bootstrap file has the following properties
embedded.postgresql.enabled=true
embedded.postgresql.reuseContainer=false
embedded.postgresql.dockerImage=postgres:11-alpine
embedded.postgresql.waitTimeoutInSeconds=10
embedded.postgresql.database=my_service
embedded.postgresql.user=my_service
embedded.postgresql.password=my_service
My build.gradle.kts and my pipeline configurations are on this zip
config-files.zip
Can someone help me with this?
The text was updated successfully, but these errors were encountered: