You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using scratch as a docker container the framework can't extract file and gives a really weird error message.
This is a bug but also a question as i don't understand scratch very well, i thought that if i built my code statically linked and with musl, i will be able to run in scratch base image in docker as all i need is inside the binary
Bad request 400
"Parse http data failed"
To Reproduce
Steps to reproduce the behavior:
Create a handler that will parse formdata/multipart
In the handler, extract a file
Run the program in a dockerfile with scratch as runner
Expected behavior
Better error message or a way to run in scratch Screenshots
Desktop (please complete the following information):
OS: Linux
Browser chrome
Version [22
Additional context
Scratch is the base image of docker.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using scratch as a docker container the framework can't extract file and gives a really weird error message.
This is a bug but also a question as i don't understand scratch very well, i thought that if i built my code statically linked and with musl, i will be able to run in scratch base image in docker as all i need is inside the binary
Bad request 400
"Parse http data failed"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Better error message or a way to run in scratch
Screenshots
Desktop (please complete the following information):
Additional context
Scratch is the base image of docker.
The text was updated successfully, but these errors were encountered: