Technosoft2000 / docker-calibre-web

Docker image for Calibre Web https://github.com/janeczku/calibre-web/, based on docker image of Alpine
273 stars 58 forks source link

Build failure in v1.4.1 #87

Closed greenaar closed 4 years ago

greenaar commented 4 years ago

Connecting to www.archlinux.org (138.201.81.199:443) wget: server returned error: HTTP/1.1 404 Not Found The command '/bin/sh -c wget "https://www.archlinux.org/packages/core/x86_64/libutil-linux/download/" -O /tmp/libutil-linux.tar.zst && mkdir -p /tmp/libutil-linux && tar -xf /tmp/libutil-linux.tar.zst -C /tmp/libutil-linux && cp -rP /tmp/libutil-linux/usr/lib/* /usr/glibc-compat/lib && /usr/glibc-compat/sbin/ldconfig && rm -rf /tmp/libutil-linux /tmp/libutil-linux.tar.zst' returned a non-zero code: 1

This package does not exist at the location specified, it looks like they've renamed it. As such, a docker build fails.

Technosoft2000 commented 4 years ago

Hi @greenaar

thanks for the hint - I'll try to fix it in the next days and I've also to update the image to a newer Alpine Version. The new URL is https://www.archlinux.org/packages/core/x86_64/util-linux-libs/download with the file util-linux-libs-2.36-4-x86_64.pkg.tar.zst which replaces the old libutil-linux package.

Technosoft2000 commented 4 years ago

Planned to be fixed with v1.5.0 and updated for this upcoming release the Alpine-Base image to Alpine 3.12.0 https://github.com/Technosoft2000/docker-alpine-base/releases/tag/3.12-1

Technosoft2000 commented 4 years ago

Fixed it with v1.5.0 - thanks for the patience.