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
Step 8/15 : RUN wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.20.tar.gz && gzip -dc Image-ExifTool-10.20.tar.gz | tar -xf - && cd Image-ExifTool-10.20 && perl Makefile.PL && make install && cd ../ && rm -r Image-ExifTool-10.20
---> Running in 54e6d31e430a
--2023-04-14 02:32:49-- http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.20.tar.gz
Resolving www.sno.phy.queensu.ca (www.sno.phy.queensu.ca)... 130.15.24.27
Connecting to www.sno.phy.queensu.ca (www.sno.phy.queensu.ca)|130.15.24.27|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.20.tar.gz [following]
--2023-04-14 02:32:49-- https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.20.tar.gz
Connecting to www.sno.phy.queensu.ca (www.sno.phy.queensu.ca)|130.15.24.27|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://exiftool.org/Image-ExifTool-10.20.tar.gz [following]
--2023-04-14 02:32:50-- http://exiftool.org/Image-ExifTool-10.20.tar.gz
Resolving exiftool.org (exiftool.org)... 173.236.184.68
Connecting to exiftool.org (exiftool.org)|173.236.184.68|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://exiftool.org/Image-ExifTool-10.20.tar.gz [following]
--2023-04-14 02:32:50-- https://exiftool.org/Image-ExifTool-10.20.tar.gz
Connecting to exiftool.org (exiftool.org)|173.236.184.68|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-04-14 02:32:50 ERROR 404: Not Found.
The command '/bin/sh -c wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.20.tar.gz && gzip -dc Image-ExifTool-10.20.tar.gz | tar -xf - && cd Image-ExifTool-10.20 && perl Makefile.PL && make install && cd ../ && rm -r Image-ExifTool-10.20' returned a non-zero code: 8
Attempts to manually go to that URL, in the browser, results in a forward over to https://exiftool.org/.
However, I don't see a place to download old versions of exiftool. i.e. v 10.20. Looks like they only offer v.12.60. Will that work with Elodie?
What URL should be put into the dockerfile, since this old URL no longer resolves?
The text was updated successfully, but these errors were encountered:
this step results in :
Attempts to manually go to that URL, in the browser, results in a forward over to https://exiftool.org/.
However, I don't see a place to download old versions of exiftool. i.e. v 10.20. Looks like they only offer v.12.60. Will that work with Elodie?
What URL should be put into the dockerfile, since this old URL no longer resolves?
The text was updated successfully, but these errors were encountered: