-
Notifications
You must be signed in to change notification settings - Fork 781
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
podman images way bigger than docker #1183
Comments
Oh, also:
|
Hmmm. I seem to have fixed this by removing the last container on that list.
I had to use -f to remove it; I've no idea why:
|
This and https://github.com/containers/buildah/issues/1184 are probably duplicates of some kind; one should probably be closed. |
Thanks for the reports and the heads up @rlpowell . I'm going to close this issue and we can carry on the discussion in #1184. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
On a Fedora 29 system in which all the images in podman are also in docker, and docker has way more images besides that, I see:
Steps to reproduce the issue:
I'm not sure. The images I've built on the podman side are FROM python:2.7 , mariadib:10.2 , and kristophjunge/mediawiki:1.30
Here's the complete Dockerfile for one of them, but I have no way of figuring out which image is using all the space (since "podman images" doesn't report nearly as much space used as is actually used):
Describe the results you received:
Almost 6x space used
Describe the results you expected:
Similar space used
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
podman version
if reporting apodman build
issue:Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:The text was updated successfully, but these errors were encountered: