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

Update the community.docker collection #257

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mcdonnnj
Copy link

Includes fixes related to psf/requests#6707 and docker/docker-py#3256

Fixes #256.

Version 3.10.2 is required to work with recent breaking changes in
psf/requests and docker/docker-py.

Signed-off-by: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com>
Copy link

@jsf9k jsf9k left a comment

Choose a reason for hiding this comment

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

😍

@mcdonnnj
Copy link
Author

mcdonnnj commented May 24, 2024

The test failures appear to be a result of the version of ansible-core installed (2.17.0). This latest version of ansible-core has dropped support for module execution by Python 3.6, but the Docker image used for testing (docker.io/pycontribs/centos:8) has Python 3.6.8. I am not sure what image the maintainers would like to move to as there is no newer version of the docker.io/pycontribs/centos image available. The images that are available haven't been updated in three years which matches the repository.

@jsf9k
Copy link

jsf9k commented May 29, 2024

What can I do to help move this PR forward? I really need this fix.

@DChalcraft
Copy link

👍 for this

@konstruktoid
Copy link
Contributor

The test failures appear to be a result of the version of ansible-core installed (2.17.0). This latest version of ansible-core has dropped support for module execution by Python 3.6, but the Docker image used for testing (docker.io/pycontribs/centos:8) has Python 3.6.8. I am not sure what image the maintainers would like to move to as there is no newer version of the docker.io/pycontribs/centos image available. The images that are available haven't been updated in three years which matches the repository.

The hub images are available at https://hub.docker.com/r/pycontribs/centos/tags and I'm in the progress to write a PR to align CentOS with the rest of the images (using :latest and such).

@sebdanielsson
Copy link

Testing against CentOS doesn't really make sense since it has reached EOL? CentOS Stream 9 or AlmaLinux would make more sense, right?

@konstruktoid
Copy link
Contributor

yeah, my PR will use AlmaLinux

@konstruktoid
Copy link
Contributor

PR submitted

@jrgoldfinemiddleton
Copy link

You are a soldier!

@ssbarnea ssbarnea added the bug Something isn't working label Jun 18, 2024
@mcdonnnj
Copy link
Author

@ssbarnea I do not believe tests will not pass for this PR until #257 (comment) is resolved. I'm happy to make any changes you'd like to move this PR forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker: doesn't work with requests-2.32.1
8 participants