rancher / rke2

https://docs.rke2.io/
Apache License 2.0
1.43k stars 255 forks source link

Missing Docker Images in rke2-images.windows-amd64.txt for v1.30.1 Release #6213

Open kingsd041 opened 2 weeks ago

kingsd041 commented 2 weeks ago

Environmental Info: RKE2 Version: v1.30.1+rke2r1

Node(s) CPU architecture, OS, and Version:

windows

Cluster Configuration:

Describe the bug:

In the rke2 release note, there is a file named rke2-images.windows-amd64.txt with the following content:

docker.io/rancher/rke2-runtime:v1.30.1-rke2r1-windows-amd64
rancher/mirrored-pause:3.6-windows-1809-amd64
rancher/mirrored-pause:3.6-windows-ltsc2022-amd64

However, the images rancher/mirrored-pause:3.6-windows-1809-amd64 and rancher/mirrored-pause:3.6-windows-ltsc2022-amd64 do not exist on Docker Hub, making it impossible to pull these images using docker pull.

Steps To Reproduce:

  1. Try to pull the images using the following commands:
    docker pull rancher/mirrored-pause:3.6-windows-1809-amd64
    docker pull rancher/mirrored-pause:3.6-windows-ltsc2022-amd64
  2. Observe the error indicating that the images do not exist.

Expected behavior:

The images rancher/mirrored-pause:3.6-windows-1809-amd64 and rancher/mirrored-pause:3.6-windows-ltsc2022-amd64 should be available on Docker Hub and pullable without errors.

Actual behavior:

An error occurs indicating that the images do not exist on Docker Hub.

Additional context / logs:

This issue might have occurred during the generation of the rke2-images.windows-amd64.txt file. Please verify the existence of these images on Docker Hub or update the file with the correct image tags if necessary.

brandond commented 2 weeks ago

They're just

docker.io/rancher/pause:3.6-windows-1809-amd64
docker.io/rancher/pause:3.6-windows-ltsc2022-amd64

Can take a look at correcting this in the list for the next release.