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
The container images with the tags 2.9.0-armv6 and 2.9.0-armv7 contain only 2 empty layers.
Running containers with these images is then of course not possible:
docker run ghcr.io/shopify/toxiproxy:2.9.0-armv7
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/toxiproxy": stat /toxiproxy: no such file or directory: unknown.
Additionally, the image index (tagged with 2.9.0) contains two duplicate entries for arm,v6. Instead, it should contain one for arm,v6 and one for arm,v7.
image index (sha256:b44c283298cea49e2defaba1b3028783798346f2a926684e3a345fd8441af3b8)
The container images with the tags
2.9.0-armv6
and2.9.0-armv7
contain only 2 empty layers.Running containers with these images is then of course not possible:
Additionally, the image index (tagged with
2.9.0
) contains two duplicate entries for arm,v6. Instead, it should contain one for arm,v6 and one for arm,v7.image index (sha256:b44c283298cea49e2defaba1b3028783798346f2a926684e3a345fd8441af3b8)
image manifest (sha256:b0323579448bbd31564d1b8ec463f1760d940a2f54d9a0b16aa2265119134601)
image config (sha256:73b001eff8797a2b64841979ee458f4eafdf9f8158c92a76d1e4a8366c6346a8)
The text was updated successfully, but these errors were encountered: