Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kingsd041 opened this issue Jun 18, 2024 · 1 comment
Labels
kind/documentation Improvements or additions to documentation

Comments

@kingsd041
Copy link

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
  1. 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
Copy link
Member

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.

@caroline-suse-rancher caroline-suse-rancher added the kind/documentation Improvements or additions to documentation label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants