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
The Dockerfile ENTRYPOINT for the latest tag (also 1.2.3) does not have the current ENTRYPOINT defined in this repo. Instead, the ENTRYPOINT is defined as:
The Dockerfile
ENTRYPOINT
for thelatest
tag (also1.2.3
) does not have the currentENTRYPOINT
defined in this repo. Instead, theENTRYPOINT
is defined as:(see here)
This results in the official image being unable to process arguments if the
ENTRYPOINT
is not overwritten.Step to reproduce:
Running the below command will not show the help message, but rather a message that connection string was not provided.
Running the command below, with the entrypoint overwritten, will correctly show the help message.
The text was updated successfully, but these errors were encountered: