Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTKA-1333: replace deprecated CircleCI Docker images #377

Merged
merged 13 commits into from
Dec 9, 2021

Conversation

mindctrl
Copy link
Contributor

@mindctrl mindctrl commented Dec 7, 2021

Description

Replaces the legacy CircleCI Docker images with the latest supported versions.

CircleCI is deprecating some existing Docker images and replaced them with newer, faster images. Legacy convenience images with the prefix circleci/ will be deprecated on Dec. 31, 2021.

https://wpengine.atlassian.net/browse/MTKA-1333

Testing

Verify that CircleCI tests still run and pass as expected.

@@ -228,15 +229,12 @@ jobs:
- attach_workspace:
at: .

- browser-tools/install-chrome
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this, Chrome was no longer available. See: https://circleci.com/developer/images/image/cimg/php#browsers

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could also be used to install chrome-driver, allowing us to remove our custom job, but I think that should be done in a different PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants