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

kubemarine docker size become huge after ansible plugin update #257

Open
koryaga opened this issue Oct 19, 2022 · 2 comments
Open

kubemarine docker size become huge after ansible plugin update #257

koryaga opened this issue Oct 19, 2022 · 2 comments
Assignees
Labels
improvement New feature or request

Comments

@koryaga
Copy link
Collaborator

koryaga commented Oct 19, 2022

ansible 4.2   11a01eaa4bff   15 hours ago    546MB
ansible 2.4  e5ac387a2e80   15 hours ago    235MB
koryaga@NomadLand:~/nc/src/kubemarine$ docker image history e5ac387a2e80 | grep pip3
<missing>      2 minutes ago   RUN |1 BUILD_TYPE= /bin/sh -c pip3 install -…   76.8MB    buildkit.dockerfile.v0
koryaga@NomadLand:~/nc/src/kubemarine$ docker image history 11a01eaa4bff | grep pip3
<missing>      4 minutes ago   RUN |1 BUILD_TYPE= /bin/sh -c pip3 install -…   388MB     buildkit.dockerfile.v0

Probably need to rework ansible plugin (helm also ?) to not assemble them into docker image.

@koryaga koryaga added the improvement New feature or request label Oct 19, 2022
@koryaga koryaga changed the title kubemarine docker size become huge after ansible pulgin update kubemarine docker size become huge after ansible plugin update Nov 2, 2022
@koryaga
Copy link
Collaborator Author

koryaga commented Apr 5, 2023

@dmyar21 pls recheck after update to latest ansible

@dmyar21
Copy link
Contributor

dmyar21 commented Apr 6, 2023

@koryaga
the current size of docker image with ansible 7.0 is 572MB
past image size is 584MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants