CircleCI-Public / cimg-python

The Next-Gen CircleCI Python Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/python
MIT License
33 stars 32 forks source link

Update bot to use cimg/base & install pyenv #240

Closed joshhsoj1902 closed 6 months ago

joshhsoj1902 commented 6 months ago

For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.

This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.


Description

the new version of pyenv is needed to find the newer versions of python.

Instead of using the version of pyenv in the image, now we update to the latest.

Also using cimg/base now since we're reinstalling pyenv anyway.

Reasons

Please provide reasoning for these changes and how this PR achieves them.

If applicable, include a link to the related GitHub issue that this PR will close.

Checklist

Please check through the following before opening your PR. Thank you!