Closed nomagick closed 1 year ago
When the user specifies a custom Dockerfile, it's not normalized.
It's not taken into consideration at all.
https://github.com/jina-ai/executor-normalizer/blob/d62b2df266a6fd894cb2feead776f37e78f90a4e/normalizer/core.py#L367-L374
Notice that there's no dockerfile parameter that may accept user specifications.
dockerfile
When the user specifies a custom Dockerfile, it's not normalized.
It's not taken into consideration at all.
https://github.com/jina-ai/executor-normalizer/blob/d62b2df266a6fd894cb2feead776f37e78f90a4e/normalizer/core.py#L367-L374
Notice that there's no
dockerfile
parameter that may accept user specifications.