jnovack / autossh

Heavily customizable AutoSSH Docker container
https://hub.docker.com/r/jnovack/autossh/
MIT License
180 stars 80 forks source link

Latest image broken for Raspberry Pi #33

Open explorigin opened 3 years ago

explorigin commented 3 years ago

The latest image breaks on my RPi4 (image hash: sha256:51114f14d3f42a0142f5056d73ac92bb97a4a6ed5d2e9ad8221c15d190b4fce9):

autossh_web_1        | jnovack/autossh v2.0.0-4-g91ad8b5 revision 91ad8b5 built 2021-02-11T21:09:05Z
autossh_web_1        | Agent pid 9
autossh_web_1        | Identity added: (stdin) (autossh_user@router)
autossh_web_1        | [INFO ] Using STRICT_HOSTS_KEY_CHECKING
autossh_web_1        | sh: clock_gettime(MONOTONIC) failed
jnovack commented 3 years ago

@lucaszanella there is no fix on the image itself. The problem are missing / outdated library versions on the docker host, see here:

https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements

As long as you don't update your version of libseccomp or reconfigure your docker daemon this problem won't be fixed.

https://github.com/alpinelinux/docker-alpine/issues/135#issuecomment-810762748

lattice0 commented 3 years ago

Try to use alpine something.12 instead of .13