phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
655 stars 451 forks source link

failed to calculate checksum #409

Closed patcheen closed 1 year ago

patcheen commented 1 year ago

I get the following error when I try to build the dockerfile in my env.

10 ERROR: failed to calculate checksum of ref 7a9be817-6313-4f17-a671-9c047f8d1c16::dh4pq78gjp8h47r1yizef3cl3: "/docker-entrypoint.sh": not found

I've attached the full build output. I would be very grateful for any help on resolving this. Thanks

phpmyadmin-dockerfile-buildoutput.txt

williamdes commented 1 year ago

Hi @patcheen You are most probably missing some files locally, did you clone this repository ?

patcheen commented 1 year ago

Hi William,

Yes, I believe you are correct in that I was missing some local files.

However I have since realised I should have used the docker-compose method to pull the image rather then building a dockerfile.

Many thanks for your kind assistance.