kensanata / sitelen-mute

a static image gallery creator
https://alexschroeder.ch/software/Sitelen_Mute
GNU General Public License v3.0
75 stars 7 forks source link

Docker build fails #16

Closed kensanata closed 6 years ago

kensanata commented 6 years ago

We're getting an error:

Unable to locate package libjasper-dev
kensanata commented 6 years ago

@ruzickap, do you know what we need to do?

ruzickap commented 6 years ago

Yes...

libjasper-dev is only in old Ubuntu Xenial (https://packages.ubuntu.com/search?suite=xenial&section=all&arch=any&keywords=libjasper-dev&searchon=names)

I'll create a PR to fix this issue in a minute...

ruzickap commented 6 years ago

Should be fixed in this PR: https://github.com/kensanata/sitelen-mute/pull/17

kensanata commented 6 years ago

Hm, now we're running into a different problem:

error pulling image configuration: Get https://docker-images-prod.s3.amazonaws.com/registry-v2/docker/registry/v2/blobs/sha256/45/452a96d81c30a1e426bc250428263ac9ca3f47c9bf086f876d11cb39cf57aeec/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAIQF2R62EC73X2HOA%2F20180515%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180515T164302Z&X-Amz-Expires=1200&X-Amz-SignedHeaders=host&X-Amz-Signature=e44c836b3753864b2e7fae81772732cfc0df8f5e444a578ac0c66c4b1179f74e: net/http: TLS handshake timeout

I'm suspecting this is totally unrelated. Perhaps we can simply trigger another build in a bit.

kensanata commented 6 years ago

Success! Thank you very much, @ruzickap!