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
Are your images in docker-compose.yml also prefixed with that registry? I don't know if WUD has a way to find out about the default registry. As far as I can see when inspecting images, the information from what registry an image is, is not present , if it's from the default registry.
We have blocked in the Docker Hub and only one Proxy Registry.
WUD try to check or download from the public Hub and failed
`
wud | 10:12:30.524 WARN whats-up-docker/watcher.docker.private: Error when processing (AggregateError) (container=private_wud)
wud | 10:12:30.524 DEBUG whats-up-docker/watcher.docker.private: AggregateError (container=private_wud)
wud | RequestError: AggregateError
wud | at new RequestError (/home/node/app/node_modules/request-promise-native/node_modules/request-promise-core/lib/errors.js:14:15)
wud | at plumbing.callback (/home/node/app/node_modules/request-promise-native/node_modules/request-promise-core/lib/plumbing.js:87:29)
wud | at Request.RP$callback [as _callback] (/home/node/app/node_modules/request-promise-native/node_modules/request-promise-core/lib/plumbing.js:46:31)
wud | at self.callback (/home/node/app/node_modules/request/request.js:185:22)
wud | at Request.emit (node:events:507:28)
wud | at Request.emit (node:domain:489:12)
wud | at Request.onRequestError (/home/node/app/node_modules/request/request.js:877:8)
wud | at ClientRequest.emit (node:events:507:28)
wud | at ClientRequest.emit (node:domain:489:12)
wud | at emitErrorEvent (node:_http_client:104:11)
wud | at TLSSocket.socketErrorListener (node:_http_client:518:5)
wud | at TLSSocket.emit (node:events:507:28)
wud | at TLSSocket.emit (node:domain:489:12)
wud | at emitErrorNT (node:internal/streams/destroy:170:8)
wud | at emitErrorCloseNT (node:internal/streams/destroy:129:3)
wud | at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
`
Yes I have added the registry to the env but its not help.
- WUD_REGISTRY_CUSTOM_PRIVATE_URL=http://docker:5000
How i can block the public registry for check or download?
The text was updated successfully, but these errors were encountered: