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

chore: replace legacy circleci images #146

Conversation

anthonymayer
Copy link
Contributor

CircleCI deprecated the circleci/node image (see https://circleci.com/developer/images/image/cimg/node and https://circleci.com/docs/2.0/next-gen-migration-guide/). We're getting a warning on our CircleCI instance that there are going to be brownouts soon if you're still using these images, so I'm assuming it's good for everyone to get updated.

chore: Switching from legacy circleci/node image to cimg/node images in linux_js executor
chore: Switching this repo's circleci config to use new cimg/node instead of legacy circleci/node
@anthonymayer anthonymayer changed the title @anthonymayer/remove legacy circleci images chore: remove legacy circleci images Apr 23, 2022
@anthonymayer anthonymayer changed the title chore: remove legacy circleci images chore: replace legacy circleci images Apr 23, 2022
@cortinico cortinico merged commit 48ff0f2 into react-native-community:master Apr 24, 2022
@@ -21,7 +21,7 @@ jobs:
paths: .
publish:
docker:
- image: circleci/node:12
- image: cimg/node:12
Copy link
Member

Choose a reason for hiding this comment

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

Turns out that this broke our publishing pipeline. Could you fix it @anthonymayer
I believe it should be 12.22:

https://circleci.com/developer/images/image/cimg/node#image-tags

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@cortinico sorry about that, I thought they supported all the same tags. I'll fix it. I do wonder then if this needs to be considered a breaking change, since https://github.com/react-native-community/react-native-circleci-orb/pull/146/files#diff-0552beaefc6ae33d95cf39dcb9934ca462458a76f414573ac2b60c25926a8608R11 can take in versions which may no longer be compatible

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fix is here #147

Copy link
Member

Choose a reason for hiding this comment

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

since #146 (files) can take in versions which may no longer be compatible

I think it might be the case yes. It's definitely worth noting somewhere in the release notes.

@react-native-community-bot
Copy link
Collaborator

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants