We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to include bbot in my Docker image, I noticed the primal size factor was the Ansible installation, a.k.a the ansible package:
bbot
ansible
I'm not sure we need all the ansible collections like fortinet etc... so maybe we can yank the overall size by yanking the collections we don't need.
I think we can switch to the ansible-core package.
ansible-core
Sure, 462MB is not that big but when you want a slim Docker image that can run in constrained environments like RPi, it can be...
The text was updated successfully, but these errors were encountered:
TheTechromancer
Successfully merging a pull request may close this issue.
Trying to include


bbot
in my Docker image, I noticed the primal size factor was the Ansible installation, a.k.a theansible
package:I'm not sure we need all the ansible collections like fortinet etc... so maybe we can yank the overall size by yanking the collections we don't need.
I think we can switch to the
ansible-core
package.Sure, 462MB is not that big but when you want a slim Docker image that can run in constrained environments like RPi, it can be...
The text was updated successfully, but these errors were encountered: