Closed nomagick closed 1 year ago
The custom dockerfile is done by https://github.com/jina-ai/buildkit/pull/1
Rebased to the latest dockerfile release 1.4.3 branch: https://github.com/jina-ai/buildkit/tree/dockerfile/1.4.3-magic-shell
Published to https://hub.docker.com/r/jinahub/dockerfile
Currently, the secret/environ is loaded using bare statements:
This is very ugly. Especially when there are multiple target environs, this statement is going on forever. This hurts the user experience because they will receive the log about the statement which has been changed from their original input.
Goals:
RUN
statements the same as their input.