containous / traefik-library-image

ARCHIVED
https://github.com/traefik/traefik-library-image
Apache License 2.0
218 stars 60 forks source link

Add tmp dir for alpine too #79

Open ncsibra opened 4 years ago

ncsibra commented 4 years ago

Hi,

I'm getting errors like these:

time="2020-05-11T05:43:37Z" level=error msg="open /tmp/temp-multibuf-419673259: read-only file system"                                                                                         
time="2020-05-11T05:48:25Z" level=error msg="vulcand/oxy/buffer: error when reading request body, err: open /tmp/temp-multibuf-063517198: read-only file system"                               

Based on this issue: https://github.com/containous/traefik-library-image/issues/45, the problem is that the image does not have a writeable /tmp directory. For scratch, it was fixed here: https://github.com/containous/traefik-library-image/pull/40

Pls fix this in the alpine image too.