Skip to content

Conversation

alexander-smolyakov
Copy link
Contributor

@alexander-smolyakov alexander-smolyakov commented Dec 13, 2023

Dev container name:

  • miniconda

Description:

Last month a newer version of continuumio/miniconda3 was released. This version ships with updated versions of the Python packages. Thus, we can revisit our patches and see which patches could be removed from the devcontainer.

I checked the versions of the packages in continuumio/miniconda3, and here are the results:

(base) root@3ee65a984e99:/# conda list pyopenssl
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
pyopenssl                 23.2.0          py311h06a4308_0

(base) root@3ee65a984e99:/# conda list cryptography
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
cryptography              41.0.3          py311hdda0065_0

(base) root@3ee65a984e99:/# conda list requests
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
requests                  2.31.0          py311h06a4308_0

(base) root@3ee65a984e99:/# conda list urllib3
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
urllib3                   1.26.18         py311h06a4308_0

Considering the results, I removed unactual patches because the upstream contains all the patched versions.

Changelog:

Dockerfile:

  • Removed outdated patches to be in sync with the upstream image;

Checklist:

  • Checked that applied changes work as expected;

- Removed outdated patches to be in sync with upstream image;
@alexander-smolyakov alexander-smolyakov requested a review from a team as a code owner December 13, 2023 12:33
Copy link
Member

@eljog eljog left a comment

Choose a reason for hiding this comment

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

@eljog eljog merged commit 022e494 into devcontainers:main Dec 13, 2023
@eljog eljog mentioned this pull request Jan 9, 2024
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