Unable to --allow-privileged
when using artifact reference syntax with FROM DOCKERFILE
#3706
Labels
type:bug
Something isn't working
What went wrong?
When the build chain requires
RUN --privileged ...
,FROM DOCKERFILE
is not able to propagate the necessary flags to allow the artifacts to be properly copied.A minimal Earthfile to reproduce this is as follows:
It is also noted that there are no flags to specify
--allow-privileged
within aFROM DOCKERFILE
command.What should have happened?
By specifying
earthly --allow-privileged +build
I should be able to perform the build.Other Helpful Information
Output from the minimal reproduction
The text was updated successfully, but these errors were encountered: