-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
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:
- created the image
- added some data to the database
- docker squash
- used the image => container
- for each new version we commit the container
- docker squash
- used the image => container
- for each new version we commit the container
- docker squash
- and so on
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
osp@host01:~$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
osp-common-docker-local.artifacts.host.de/database 1.24.0raw 35df6648fa3c 5 days ago 13.3 GB
frolvlad/alpine-oraclejdk8 slim 7d711dabe19e 4 months ago 167 MB
sath89/oracle-12c latest 17cd1ab9d9a7 5 months ago 5.7 GB
anapsix/alpine-java 8u144b01_jdk 61244877f85e 9 months ago 173 MB