cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

Revert "ci: update circleci runner (#1079)" #1094

Closed MikeMcC399 closed 4 months ago

MikeMcC399 commented 4 months ago

Issue

Breaking changes in https://github.com/docker/buildx have caused a compatibility issue with the 4 year old docker-image-not-found@1.1.1 from the https://github.com/cypress-io/docker-image-not-found repo.

docker-image-not-found is unable to parse the manifest and cannot determine whether a version has been published or not.

See also

Change

CircleCI Component PR 1709 revert to
circleci/node 5.2.0 5.0.0
machine image ubuntu-2204 ubuntu-2204:2024.04.4 ubuntu-2204:2022.10.2
Docker 26.0.2 20.10.18
Docker buildx v0.13.1 v0.9.1

References

cypress-app-bot commented 4 months ago
MikeMcC399 commented 4 months ago

@jennifer-shehane

MikeMcC399 commented 4 months ago

Unfortunately CircleCI is being unreliable. I did have one successful run, just missing the SLA check, so there is no technical reason not to merge. I have retriggered CI in any case.