You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi there,
The image referenced here specifically the
e2e
tagis now deprecated and one can see the issue with
docker pull k8s.gcr.io/redis:e2e
as follows:Recommend replacing with
which works with this lab end to end.
The text was updated successfully, but these errors were encountered: