Changes in this release
This Lagoon release accommodates the Docker Hub rate-limiting changes (https://www.docker.com/increase-rate-limits)
amazee.io has implemented a Docker Hub registry mirror and updated the relevant parts of Lagoon to use this mirror to reduce the volume of unauthenticated image pulls, in line with Docker's guidance. Lagoon copies the images pulled through this mirror into local cluster-based registries, for better performance, security, and independence.
This Lagoon release builds on the https://github.com/uselagoon/lagoon-images/releases/tag/20.10.0 base images
Build & Deploy subsystem
- Do not handle images for shared services @Schnitzel (#2306)
- Use image cache and harbor for public images in openshift @rocketeerbkw (#2301)
- prefix library images with library/ @Schnitzel (#2305)
- docker-host with registry-mirror @Schnitzel (#2304)
- Use image cache and harbor for public images in kubernetes @rocketeerbkw (#2300)
- Wraps OS login in an "if" to prevent build breaking on error @bomoko (#2294)
Base Images & Testing subsystem
- Re-add local-minio to main-test-services @tobybellwood (#2292)
- add :latest tag to amazeeio base/task image push @tobybellwood (#2286)