-
Notifications
You must be signed in to change notification settings - Fork 109
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
New (squashed) image not saved #170
Comments
me too!! no new image generate |
Is there any chance for a reproducer? I don't see any errors in the log and Docker daemon even confirmed with status |
packpage info:
docker images:
squash image: result:
docker images:
|
This could be potentially related to some changes in Docker itself. What versions you use exactly and from where you got them? I assume this is Docker CE, version 18+. If that's the case, can you try to squash it using older Docker? |
it's same for Docker version 17.12.1-ce |
info:
|
Have you tried specifying the Generally speaking, squashing everything together can be viewed as a bad practice. Best practice is to squash everything that is part of the Dockerfile, leaving the image you base on, untouched. |
I'm sorry for not replying immediately emmm. info:
|
OK, I must admit that this is more than weird. Can you give me the last lines of the log, building with |
I was having this same issue until I have increased the sizes of the file systems that were holding both |
This is a very valuable finding worth investigation on my end. Thank you! |
@zMingGit i have some issue,,what is your docker version?? |
I just met the same problem. I guess the root cause of the problem is that when docker-squash try to load the squashed image, the disk is full and the load silently (at least docker-squash is not aware of it) failed. I solved the problem by using the |
I already used docker-squash a couple of times without any problem, but now the new images wasn't saved.
The image is used to be a oracle database. We do the following:
That worked for some versions, but now it stopped working. The squashed image is just not saved, but I can't see any error in the log.
osp@host01:~$ docker-squash -t osp-common-docker-local.artifacts.host.de/database:1.24.0 osp-common-docker-local.artifacts.host.de/database:1.24.0raw -v
(see the attached file for output)
squash.log
The text was updated successfully, but these errors were encountered: