Open willdickerson opened 3 months ago
I'm having the same problem (on my local machine), running on Micronaut 4.3.7. Tests with other images (like Postgres for example) are working fine though.
Interesting enough: my CI on Github is running just fine.
Expected Behavior
Docker images are pulled without causing timeouts.
Actual Behaviour
Pulling of certain images takes longer than expected, leading to build timeouts. We noticed this consistently with the
confluentinc/cp-kafka:7.0.4
image. Example error stack trace:Steps To Reproduce
on: push
concurrency: group: ${{ github.ref }} cancel-in-progress: true
jobs: build-test: runs-on: ubuntu-20.04 env: SERVICE_REPO: 'my-service' DOCKERFILE_PATH: 'docker/Dockerfile' steps:
Assemble Test
step for delays or timeouts related to Docker image pulling required for testing.Environment Information
No response
Example Application
No response
Version
4.4.3