jina-ai / executor-normalizer

Jina executor package normalizer
5 stars 0 forks source link

secret/environ not loaded when user specifing custom Dockerfile #57

Closed nomagick closed 1 year ago

nomagick commented 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.