Pushing OCI manifest with subject field returns 404
Problem description
Pushing an OCI image manifest with a subject field is returning a 404 on Docker Hub:
$ regctl image copy --referrers ocidir://regctl:scratch sudobmitch/demo:regctl-scratch -v info
INFO[0000] Copy config digest="sha256:cc59f7d903f952f451f94f7e9c2d73e16153552db67b45253dd97aae97605246" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
INFO[0000] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
INFO[0001] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
INFO[0001] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
INFO[0002] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
INFO[0003] Copy layer layer="sha256:c7041558ce03cdeef9088f7e4d6b45947305db9ceb7d3c76acff02f363c3a15f" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
INFO[0005] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
INFO[0006] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="sudobmitch/demo:regctl-scratch"
WARN[0007] Failed to push manifest err="failed to put manifest docker.io/sudobmitch/demo@sha256:89272d9be486a2481ab888f12e7d719c4199d2eedcfd19ccc2451d14e006cc38: request failed: not found [http 404]: {\"errors\":[{\"code\":\"NOTFOUND\",\"message\":\"not found\"}]}\n" target="sudobmitch/demo:regctl-scratch"
WARN[0007] Failed to copy referrer digest="sha256:89272d9be486a2481ab888f12e7d719c4199d2eedcfd19ccc2451d14e006cc38" src="ocidir://regctl@sha256:89272d9be486a2481ab888f12e7d719c4199d2eedcfd19ccc2451d14e006cc38" tgt="docker.io/sudobmitch/demo@sha256:89272d9be486a2481ab888f12e7d719c4199d2eedcfd19ccc2451d14e006cc38"
failed to put manifest docker.io/sudobmitch/demo@sha256:89272d9be486a2481ab888f12e7d719c4199d2eedcfd19ccc2451d14e006cc38: request failed: not found [http 404]: {"errors":[{"code":"NOTFOUND","message":"not found"}]}
Here's the relevant manifest that is failing:
$ cat regctl/blobs/sha256/89272d9be486a2481ab888f12e7d719c4199d2eedcfd19ccc2451d14e006cc38 | jq .
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"size": 167,
"digest": "sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb"
},
"layers": [
{
"mediaType": "application/vnd.in-toto+json",
"size": 1312,
"digest": "sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02",
"annotations": {
"in-toto.io/predicate-type": "https://slsa.dev/provenance/v0.2"
}
}
],
"annotations": {
"vnd.docker.reference.type": "attestation-manifest"
},
"subject": {
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"size": 1024,
"digest": "sha256:e7cdaad185f143527e454463f96f4eb5c49d9a24aea299fd00e4f136be34bb03"
}
}
And here's the expected output:
$ regctl image copy ocidir://regctl:scratch localhost:5000/regclient/regctl:scratch --referrers -v info
INFO[0000] Copy config digest="sha256:cc59f7d903f952f451f94f7e9c2d73e16153552db67b45253dd97aae97605246" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0000] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0000] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0000] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0000] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0000] Copy layer layer="sha256:c7041558ce03cdeef9088f7e4d6b45947305db9ceb7d3c76acff02f363c3a15f" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0001] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0001] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0001] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0001] Copy layer layer="sha256:b97984db492825028aff3f7410683f8b89620ed8268947d879d82b9b8d2b3988" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy layer layer="sha256:038b15a57207ce80b990a095b2a325188b005ccb6dc2704cb17dcf9cbfbaa1e9" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy config digest="sha256:602da511beaa894de50a446c364bbdfb576367fc71275bfb999ca76f2e47eacd" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0002] Copy layer layer="sha256:5051eeedcadf53f4c7195c4613588476e8b006aafa7d7414556d753b2cdd774a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:9a4428a8c99408fefc62697563320b05ffeb177c98c89f36fbb83a31455cbac9" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:3f421168018bd8d74475277fc4730abf91142b204110fe701a0347c44829641f" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy config digest="sha256:c353b2e974b08d6f91d84916d72e1c09f85742f57d2bb3513883e2e8fe06015d" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0003] Copy layer layer="sha256:2529716d6f9b6c219c9aed5bf32b5874e58e13229fbb1cc1d52b163ca1b8f2eb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0004] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0004] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:47a582b7dc1e9f0f85dd7f7997a8950800afd6feee9d712f62d1d5434b874a75" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:682a47b27e96a0fd530344881c2dd3654baeda027e58d6404964194126366864" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy config digest="sha256:bd126eb45ce737abc920abc38cd8defcd052e7d3f114ec1dd5a4ffa7762ccd69" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:2529716d6f9b6c219c9aed5bf32b5874e58e13229fbb1cc1d52b163ca1b8f2eb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:aee2d8bc308d979022bd0b9ea1d90b11410adfcf553086aed40153a4ecebf141" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:d374a89777e57e754870d906bee5fd6895b67e3198688c0375a23e4985133c33" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy config digest="sha256:b1770627deb1b91ba4e9f6f24d3dba87ff7a74af5f3a9c106f809a812a2bade7" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0005] Copy layer layer="sha256:ad49c0901335ba31b22ae679d3a13ae7f51548c04ad46af619dc8a1f176ead3d" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0006] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0006] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0006] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0006] Copy layer layer="sha256:6d6f36f407c40ddf6090e148eae9fa4f305cbafa9917154b3b587751827f2aa0" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0006] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0006] Copy layer layer="sha256:365a55201c4848e41c3d4a0d700931210d670d82bcd64f7addd8b95ae3ce5686" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0007] Copy config digest="sha256:7338f981f7e72a5756d7089bcf137b923be67874719ca886f872d5b63c089d49" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0007] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0007] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0007] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0007] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0007] Copy layer layer="sha256:2d0af86dc05d137a3c9f791eb8554d1a34336d0c83f6bf9674795bf389a0fdbf" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:a8089047eb14aa505f6e14b9b6793b78b2609d21e739949fdf33882c03d4c4ef" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:d2594546307b9107842ce5347f02cb7887715e74d3c452dbdce2706ca0526dc0" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy config digest="sha256:4f655557e06bee120b9e92fcfe793500e418ef4a03a2a459d6fba7bb083199d6" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:3d67ddc212ffba510628b93c0936f90dabcab9993f095cc1899fb1bcbe86b42a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:01b8e1bfa9bf438096e58db87a584968cb8d2ab0ea95c17cf42c1f0ad69752b5" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:4620243a92c2618d7097d053f753013063ced2d3c3e3a48ec6abb972d0b39689" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:a171ccfb26ce3da76af743ef938071b1fc1f634c97b4a7c65708863be67e9d7e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0008] Copy layer layer="sha256:fef968596575b0b246ff1bf360c0cfc2ab96c14a101f199c7726af829cb28c2e" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0009] Copy config digest="sha256:92aff98a688dbafd72f69852a87e4b0ab5ff51941c703cae88cb361513be9acb" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0009] Copy layer layer="sha256:d8b7d7284a80b3afd6b44bcbca977ef51dcb72b5cd9dbc3b2a38ab6d4d544c02" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0009] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0009] Copy layer layer="sha256:42ae2931a53c09bf9f8c343efd96d0ddb2ddce914378b588d43d32fdf68181e3" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0009] Copy config digest="sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
INFO[0009] Copy layer layer="sha256:1b52ee8bf9bfde59c120c4d5e5ec880320efb0c1bdcc5063a8bffae0ca08d760" source="ocidir://regctl:scratch" target="localhost:5000/regclient/regctl:scratch"
docker info output
n/a
Debug Information
Browser name and version: n/a
URL: manifest that did not push: docker.io/sudobmitch/demo@sha256:89272d9be486a2481ab888f12e7d719c4199d2eedcfd19ccc2451d14e006cc38
Timetamp or time range: EST
Public IP: 68.100.24.47 and GHA runners.
Hub Username: sudobmitch
Error messages (on screen or in browser console)
[http 404]: {\"errors\":[{\"code\":\"NOTFOUND\",\"message\":\"not found\"}]}\n"
Screenshots of the issue (if applicable)
n/a
Task List
- [X] This is NOT a security issue
- [X] I do NOT have a Docker subscription
- [X] I have looked through other issues and they do NOT apply to me
Hello, something similar is happening to me with some images, did anyone find a solution?
Thanks!
It's currently disabled. Last I heard they are waiting on OCI to finish our GA release before Docker enables support on Hub.