Skip to content

action suddenly no longer available from docker on GitHub actions #267

@maks

Description

@maks

Hi I just suddenly started getting these errors:

Run 'docker run --help' for more information
Failed on file: sources/Application/Instruments/CommandList.h
Unable to find image 'ghcr.io/jidicula/clang-format:17' locally
17: Pulling from jidicula/clang-format
docker: failed to copy: httpReadSeeker: failed open: content at https://ghcr.io/v2/jidicula/clang-format/manifests/sha256:79fb6e013555c0d2e6e71f983316f6ce63934c1fca577178dd8831a268aa7fba not found: not found
Run 'docker run --help' for more information
Failed on file: sources/Application/Instruments/WavHeader.h
Unable to find image 'ghcr.io/jidicula/clang-format:17' locally
17: Pulling from jidicula/clang-format

and when I check locally:

docker manifest inspect ghcr.io/jidicula/clang-format:17
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
{
    "schemaVersion": 2,
    "mediaType": "application/vnd.oci.image.index.v1+json",
    "manifests": [
        {
            "mediaType": "application/vnd.oci.image.manifest.v1+json",
            "size": 864,
            "digest": "sha256:79fb6e013555c0d2e6e71f983316f6ce63934c1fca577178dd8831a268aa7fba",
            "platform": {
                "architecture": "amd64",
                "os": "linux"
            }
        },
        {
            "mediaType": "application/vnd.oci.image.manifest.v1+json",
            "size": 566,
            "digest": "sha256:f1e5ab23c68e7db4e757e6c4a3268ad9a1b06eec42347f9f6f7a6080fc3e9c3e",
            "platform": {
                "architecture": "unknown",
                "os": "unknown"
            },
            "annotations": {
                "vnd.docker.reference.digest": "sha256:79fb6e013555c0d2e6e71f983316f6ce63934c1fca577178dd8831a268aa7fba",
                "vnd.docker.reference.type": "attestation-manifest"
            }
        }
    ]
}


$ podman pull ghcr.io/jidicula/clang-format:17
Trying to pull ghcr.io/jidicula/clang-format:17...
Error: unable to copy from source docker://ghcr.io/jidicula/clang-format:17: copying system image from manifest list: determining manifest MIME type for docker://ghcr.io/jidicula/clang-format:17: reading manifest sha256:79fb6e013555c0d2e6e71f983316f6ce63934c1fca577178dd8831a268aa7fba in ghcr.io/jidicula/clang-format: manifest unknown

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions