You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Attempting to compare two images. One image (281) was built with a RHEL version of docker on the host machine I'm running on and the other image (286) was built on another machine with docker-ce. They have considerably different sizes (2.6+GB vs ~700MB respectively) so I'm trying to find out why. Built from same Dockerfile. Image version :281 is the one built locally on the same machine container-diff is running on. It has not been uploaded to the remote registry as we are having problems with that (maybe network related maybe not). Regardless since the image exists locally container-diff should not be looking for it in the remote registry, which is what it appears to be doing.
I get the following error. I suspect it's because container-diff is attempting to get it from the remote registry and it doesn't exist there yet (we had upload issues), only locally.
[user@kam1odbus136<>:~]$ container-diff diff docker-dev-local.artifactory.****.com/listener:1.1001.281 softserv-docker-dev-local.artifactory.****.com/listener:1.1001.286
ERRO[0000] error retrieving image docker-dev-local.artifactory.****.com/listener:1.1001.281: MANIFEST_UNKNOWN: The named manifest is not known to the registry.; map[manifest:listener/1.1001.281/manifest.json]
Information
container-diff version: v0.17.0 built from git bea7ad9