traefik-library-image icon indicating copy to clipboard operation
traefik-library-image copied to clipboard

Add tmp dir for alpine too

Open ncsibra opened this issue 4 years ago • 0 comments

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.

ncsibra avatar May 11 '20 07:05 ncsibra