Skip to content

.github: re-enable windows image pull/list tests#12818

Merged
estesp merged 1 commit intocontainerd:mainfrom
fuweid:fix-12580
Jan 26, 2026
Merged

.github: re-enable windows image pull/list tests#12818
estesp merged 1 commit intocontainerd:mainfrom
fuweid:fix-12580

Conversation

@fuweid
Copy link
Copy Markdown
Member

@fuweid fuweid commented Jan 26, 2026

Fixes: #12580


docker manifest inspect gcr.io/k8s-staging-cri-tools/win-test-image-tags:1
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.oci.image.index.v1+json",
   "manifests": [
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 670,
         "digest": "sha256:c3f2e09bfaa662c6a80ad5fd2657f24da718d4b158c015de2b68f6d77eedd51d",
         "platform": {
            "architecture": "amd64",
            "os": "windows",
            "os.version": "10.0.20348.4405"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 566,
         "digest": "sha256:f22e2f8315ff8c7e41b5fd658dd3769ac44729d8668a0b4fee65e3471d7be263",
         "platform": {
            "architecture": "unknown",
            "os": "unknown"
         }
      }
   ]
}

@github-project-automation github-project-automation Bot moved this to Needs Triage in Pull Request Review Jan 26, 2026
@dosubot dosubot Bot added the github_actions Pull requests that update GitHub Actions code label Jan 26, 2026
@github-project-automation github-project-automation Bot moved this from Needs Triage to Review In Progress in Pull Request Review Jan 26, 2026
@estesp estesp added this pull request to the merge queue Jan 26, 2026
Merged via the queue into containerd:main with commit 883ac7a Jan 26, 2026
91 of 92 checks passed
@github-project-automation github-project-automation Bot moved this from Review In Progress to Done in Pull Request Review Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code size/S

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[windows-2022] critest CI pipeline keeps failing

4 participants