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
So I realized with the current docker image we couldn't give auth or authfile as inputs because in the entrypoint.sh we aren't looking for those environment variables (even if they are set).
We should have a feature where we allow passing extra(supported) environment variables to the docker image.
Will probably need to update the bash script to check if certain variables are set or not if they are to use them in the su-exec command.
The text was updated successfully, but these errors were encountered:
So I realized with the current docker image we couldn't give auth or authfile as inputs because in the entrypoint.sh we aren't looking for those environment variables (even if they are set).
We should have a feature where we allow passing extra(supported) environment variables to the docker image.
Will probably need to update the bash script to check if certain variables are set or not if they are to use them in the
su-exec
command.The text was updated successfully, but these errors were encountered: