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

Image "quay.io/k8scsi/csi-node-driver-registrar:v1.2.0" should be updated #115

Open
yrudtlr opened this issue May 13, 2024 · 0 comments
Open

Comments

@yrudtlr
Copy link

yrudtlr commented May 13, 2024

Image "quay.io/k8scsi/csi-node-driver-registrar:v1.2.0" should be updated

I tried to mount the dynamically provisioned AWS S3 bucket to the pod with CSI Driver version v0.40.8, but failed.

DaemonSet was not distributed properly because the image pull failed.

Docker Version

[root@yrudtlr deploy]# docker version
Client: Docker Engine - Community
 Version:           26.0.0
 API version:       1.45
 Go version:        go1.21.8
 Git commit:        2ae903e
 Built:             Wed Mar 20 15:19:04 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          26.0.0
  API version:      1.45 (minimum version 1.24)
  Go version:       go1.21.8
  Git commit:       8b79278
  Built:            Wed Mar 20 15:17:57 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Expectation

quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 image should be pulled successfully

Actual Result

[root@yrudtlr deploy]# docker pull quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
v1.2.0: Pulling from k8scsi/csi-node-driver-registrar
[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 quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 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/

Probable Cause

Disable pulling of deprecated image formats by default. These image formats are deprecated, and support will be removed in a future version.
https://docs.docker.com/engine/release-notes/26.0/#removed

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