docker-library / mysql

Docker Official Image packaging for MySQL Community Server
https://dev.mysql.com/
GNU General Public License v2.0
2.42k stars 2.18k forks source link

Not found docker image version 5.6.30 #1050

Closed kento-machida closed 1 month ago

kento-machida commented 2 months ago

An error has occurred that "Error pulling image mysql:5.6.30" And we do not find digest in docker hub site. https://hub.docker.com/_/mysql/tags?page=&page_size=&ordering=&name=5.6.30

LaurentGoderre commented 2 months ago

That tag is 8 years old. Is there a reason to be using such an old version?

kento-machida commented 2 months ago

Upgrade is not available on our system, so we need to use this version. It is difficult to update immediately because verification etc. are required, so this version that is currently running is required.

LaurentGoderre commented 2 months ago

The tag exists but it's an image format that is deprecated and disabled by default in version 26. You can either use version 25 of the Docker or configure an override (which will stop working on version 27)

https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1

kento-machida commented 1 month ago

Thank you for your support. I overlooked that error.