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
It appears setting some of the environment variables in this docker file is not working. My suspect is that it can not overwrite a environment from base image(I have not yet find a reference to confirm this). So we should remove these because they are misleading and have no effect. We could pass the environment variable via the helm chart instead of passing them at image build time.
Examples:
ARG WORKER_IMAGE="${HUB}/${PROJECT}/cc-analysis-ubuntu"
ENV WORKER_IMAGE=$WORKER_IMAGE
The text was updated successfully, but these errors were encountered:
It appears setting some of the environment variables in this docker file is not working. My suspect is that it can not overwrite a environment from base image(I have not yet find a reference to confirm this). So we should remove these because they are misleading and have no effect. We could pass the environment variable via the helm chart instead of passing them at image build time.
Examples:
ARG WORKER_IMAGE="${HUB}/${PROJECT}/cc-analysis-ubuntu"
ENV WORKER_IMAGE=$WORKER_IMAGE
The text was updated successfully, but these errors were encountered: