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

Update image version for sfs.yaml #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yongjunkim42
Copy link

@yongjunkim42 yongjunkim42 commented Sep 15, 2024

The image used in sfs.yaml("k8s.gcr.io/nginx-slim:0.8") leads to the following error for Kubernetes version 1.24 and beyond:

"Failed to pull image "k8s.gcr.io/nginx-slim:0.8": [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/nginx-slim:0.9 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/". 

Using the latest version "k8s.gcr.io/nginx-slim:0.27" fixes this problem, so I updated the yaml file as such.

The image used in sfs.yaml leads the following error: "Failed to pull image "k8s.gcr.io/nginx-slim:0.8": [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/nginx-slim:0.9 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/".  Using the latest version "k8s.gcr.io/nginx-slim:0.27" fixes this problem.
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

Successfully merging this pull request may close these issues.

1 participant