We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8742d commit ee4a42eCopy full SHA for ee4a42e
components/supervisor/pkg/supervisor/docker.go
@@ -325,7 +325,7 @@ func insertCredentialsIntoConfig(imageAuth string) (int, error) {
325
registryIdentifier = parts[0] + ":" + parts[1]
326
token = parts[2]
327
default:
328
- log.Warnf("authentication: skipping malformed credential entry (parts count %d not 2 or 3): '%s'", len(parts), hostCredentialsEntry)
+ log.Warnf("authentication: skipping credential (parts count %d not 2 or 3): '%s'", len(parts), hostCredentialsEntry)
329
continue
330
}
331
registryKey := registryIdentifier
0 commit comments