Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

MANIFEST_UNKNOWN: The named manifest is not known to the registry #382

@bverkron

Description

@bverkron

Expected behavior

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.

container-diff diff docker-dev-local.artifactory.****.com/listener:1.1001.281 docker-dev-local.artifactory.****.com/listener:1.1001.286

Actual behavior

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
  • Operating system: RHEL 7.9

Steps to reproduce the behavior

  1. ...
  2. ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions