Skip to content
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

Cannot synchronize Docker images (docker hub) starting from v1.11.0 to google Artifact registry #3862

Closed
abelhoula opened this issue Mar 13, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@abelhoula
Copy link

Starting from v1.11.0 it's not possible to push tags from docker.io/crossplane/crossplane to the google artifact registry (google block storing images without manifest).

docker manifest inspect docker.io/crossplane/crossplane:v1.11.1

output
no such manifest: docker.io/crossplane/crossplane:v1.11.0

@abelhoula abelhoula added the bug Something isn't working label Mar 13, 2023
@hasheddan
Copy link
Member

@abelhoula I ran the same command locally and got a response:

$ docker manifest inspect docker.io/crossplane/crossplane:v1.11.1
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.oci.image.index.v1+json",
   "manifests": [
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 1051,
         "digest": "sha256:e034015ea79cf6075c4ef8f7e3817d69e8a9f719b90ffb56b3e9909bbdd908dd",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 1051,
         "digest": "sha256:a4960087f8d83b6870a6de4336b4774a5fb779c258ffde3c484529813b44bb7f",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 1051,
         "digest": "sha256:e615d258cbd3928b1997681a3c50c4b6573f4d1a55718bb5bcada051b0e9721e",
         "platform": {
            "architecture": "arm",
            "os": "linux",
            "variant": "v7"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 1051,
         "digest": "sha256:d03a7856a227e09f4ee689f3f70dc66b1e6f679ff182b5970c291f693c80de1b",
         "platform": {
            "architecture": "ppc64le",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 566,
         "digest": "sha256:e53b13dc25e83ccdae91c676620465b82a257c82ed58f8cc602275c0efd4a7a9",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 566,
         "digest": "sha256:3503f835fa0773b4317b633777b7fef83e75bbb1ec6f414030929003fd386532",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 566,
         "digest": "sha256:2626a185d12e9673a40dc709d3d92787434e2e0ad7c94ca9d3a074d47fa904ff",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 566,
         "digest": "sha256:643a40f9cf39d34cda0cba98e6114b2433f7c8f4a12e1a0df1845d5da867a64e",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      }
   ]
}

@jbw976
Copy link
Member

jbw976 commented Mar 22, 2023

interesting @hasheddan - I am able to reproduce this behavior that @abelhoula is also seeing 🤔

docker manifest inspect docker.io/crossplane/crossplane:v1.11.1

no such manifest: docker.io/crossplane/crossplane:v1.11.1docker -v
Docker version 20.10.23, build 7155243

Let me know if there's other commands or things to inspect that would help!

@hasheddan
Copy link
Member

I did recently update Docker:

$ docker -v
Docker version 23.0.1, build a5ee5b1

You can view the manifest here as well: https://explore.ggcr.dev/?image=crossplane%2Fcrossplane%3Av1.11.1

@jbw976
Copy link
Member

jbw976 commented Mar 22, 2023

hehe yes my docker client is definitely older than yours - interesting though that my Docker Desktop for Mac says its up to date and there's nothing newer for me to install 🤔

You're up to date
Docker Desktop 4.17.0 (99724) is currently the newest version available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants