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

Deprecated k8s.gcr.io/redis:e2e #5

Open
fdeswardt opened this issue Nov 15, 2024 · 0 comments
Open

Deprecated k8s.gcr.io/redis:e2e #5

fdeswardt opened this issue Nov 15, 2024 · 0 comments

Comments

@fdeswardt
Copy link

Hi there,

The image referenced here specifically the e2e tag

k8s.gcr.io/redis:e2e

is now deprecated and one can see the issue with docker pull k8s.gcr.io/redis:e2e as follows:

docker pull k8s.gcr.io/redis:e2e

e2e: Pulling from redis
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of k8s.gcr.io/redis:e2e to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/

Recommend replacing with

k8s.gcr.io/redis:latest

which works with this lab end to end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant