NHSDigital / integration-adaptor-nhais

Adaptors which accelerate integration with national NHS systems
Apache License 2.0
4 stars 3 forks source link

Update testcontainers to fix "No such image" error #277

Closed adrianclay closed 2 months ago

adrianclay commented 2 months ago

Getting the following errors in Jenkins:

No such image: quay.io/testcontainers/ryuk:0.2.3 No such image: testcontainers/ryuk:0.3.0

Version 1.14.3 includes the change:

Move away from using quay.io for default images

Version 1.15.1 includes the fix:

Docker 20.10 introduced a new version of the API, 1.41, where they removed quite a few deprecations, and we were using one of them. If you were getting "No such image: testcontainers/ryuk:0.3.0" - that's the cause.