mesosphere / mindthegap

Easily create and use bundles for air-gapped environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: could not find platform

dkoshkin opened this issue · comments

[centos@ip-172-31-29-127 ~]$ cat images-test.yaml
---
docker.io:
    images:
        mesosphere/dkp-diagnostics-node-collector:
            - v0.3.3
[centos@ip-172-31-29-127 ~]$ ./mindthegap create image-bundle --images-file /home/centos/images-test.yaml
 ✓ Parsing image bundle config
 ✓ Creating temporary directory
 ✓ Starting temporary Docker registry
 ✗ Copying docker.io/mesosphere/dkp-diagnostics-node-collector:v0.3.3 (platforms: [linux/amd64])
Error: could not find platform linux/amd64 for image docker.io/mesosphere/dkp-diagnostics-node-collector:v0.3.3

The list of manifests is empty. Can we assume that linux/amd64 can be pulled?

srcImageManifestList: {Versioned:{SchemaVersion:2 MediaType:application/vnd.docker.distribution.manifest.v2+json} Manifests:[]}