copyright | lastupdated | keywords | subcollection | content-type | ||
---|---|---|---|---|---|---|
|
2024-04-25 |
error, registry, manifest version, manifest version error, tag, image, the manifest version for this image is not supported for tagging, CRI0301E |
Registry |
troubleshoot |
{{site.data.keyword.attribute-definition-list}}
{: #troubleshoot-manifest-error-version} {: troubleshoot} {: support}
When you try to tag your image in {{site.data.keyword.registrylong}}, you get a manifest version error: CRI0301E The manifest version for this image is not supported for tagging.
{: shortdesc}
You tried to tag your image, but you receive the following error message: CRI0301E The manifest version for this image is not supported for tagging. To upgrade to a supported manifest version, pull and push this image by using Docker version 17.07 or later, then run the 'ibmcloud cr image-tag' command again.
{: tsSymptoms}
The manifest version is not supported. {: tsCauses}
To resolve the problem, complete the following steps: {: tsResolve}
-
Upgrade to a supported version of Docker, see Support for Docker.
-
Pull the image that you tried to tag by running the following command, where
<source_image>
is your source image name:docker pull <source_image>
{: pre}
-
To upgrade the manifest version, push the image by running the following command:
docker push <source_image>
{: pre}
-
Tag the image by running the
ibmcloud cr image-tag
command, see Creating new images that refer to a source image.