autossh icon indicating copy to clipboard operation
autossh copied to clipboard

Latest image broken for Raspberry Pi

Open explorigin opened this issue 3 years ago • 2 comments

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

explorigin avatar Mar 31 '21 16:03 explorigin

@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

jnovack avatar Mar 31 '21 16:03 jnovack

Try to use alpine something.12 instead of .13

lattice0 avatar Mar 31 '21 16:03 lattice0