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
Also, IMO there should be a provision to pass the remote host while building the image. Let's say, the user keeps multiple GitHub accounts, and there is a different private key associated with the account. The SSH config in the user's machine might look something like this:
Host github-personal.com
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_personal
Host github-work.com
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_work
The db-docker will look for only the selected ones, and it will fail. Therefore, user should have the ability to pass the host name, and therefore controlling which GitHub account is being referred.
The text was updated successfully, but these errors were encountered: