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

feat: python3 requirements-file for docker deployments #1498

Closed
wants to merge 1 commit into from
Closed

feat: python3 requirements-file for docker deployments #1498

wants to merge 1 commit into from

Conversation

ansibleguy
Copy link
Contributor

Greetings!

Many users have problems with installing missing Ansible-Module dependencies! (Python3 modules)
This PR would:

  • allow docker-users to map a requirements-file as docker-volume
    • therefore enable docker-users to install such dependencies at container-startup
    • lets users control the Ansible-version that is used inside the container
  • pre-install some of the most necessary Ansible dependencies at build-time

I think this would be a good update to the user-experience when using the docker deployment!
But the list of pre-installed dependencies at build-time should be kept very tight so it does not get bloated.

Related to:

@ansibleguy
Copy link
Contributor Author

Note:
I was not able to test the dockerfiles locally as I currently get these errors (seem to be unrelated to the changes):

5.300 WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.18/main: temporary error (try again later)
5.301 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
10.31 WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.18/community: temporary error (try again later)

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.

1 participant