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
A docker login helps, but we should handle such cases more gracefully:
Caused by: groovy.lang.MissingPropertyException: No such property: auth for class: java.lang.String
at de.gesellix.docker.client.authentication.FileStore$_getAuthConfigs_closure1.doCall(FileStore.groovy:23)
at de.gesellix.docker.client.authentication.FileStore.getAuthConfigs(FileStore.groovy:23)
at de.gesellix.docker.client.authentication.FileStore.getAuthConfig(FileStore.groovy:17)
at de.gesellix.docker.client.authentication.CredsStore$getAuthConfig.call(Unknown Source)
at de.gesellix.docker.client.authentication.ManageAuthenticationClient.readAuthConfig(ManageAuthenticationClient.groovy:66)
at de.gesellix.docker.client.authentication.ManageAuthentication$readAuthConfig$0.callCurrent(Unknown Source)
at de.gesellix.docker.client.authentication.ManageAuthenticationClient.readDefaultAuthConfig(ManageAuthenticationClient.groovy:49)
at de.gesellix.docker.client.authentication.ManageAuthentication$readDefaultAuthConfig.call(Unknown Source)
at de.gesellix.docker.client.DockerClientImpl.readDefaultAuthConfig(DockerClientImpl.groovy:56)
at de.gesellix.docker.client.authentication.ManageAuthentication$readDefaultAuthConfig.call(Unknown Source)
The text was updated successfully, but these errors were encountered:
A
docker login
helps, but we should handle such cases more gracefully:The text was updated successfully, but these errors were encountered: