-
-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve docker pull behaviour #703
Comments
any update on this issue @apocas |
+1, would love to see an update on this. Ideally, callbacks wouldn't be required at all. |
+1.
is supported, but it actually doesn't work properly. Function completes, but the image is still not there, and after some time it appears. |
I had an issue when |
Hey! Thank you so much for this library. I really enjoyed working with it and will keep doing so! 🙏
I had some issues about docker pull and async/await race conditions
Following #357, I had to implement that
Unfortunately, I think we could largely improve from the current behaviour.
The code I would like to see would be the following:
Could you explain the reasoning behind this implementation @apocas ? :)
Error details
```js Error: (HTTP code 404) no such container - No such image: ghcr.io/nextcloud/continuous-integration-shallow-server:latest at /home/runner/work/viewer/viewer/node_modules/docker-modem/lib/modem.js:336:17 at getCause (/home/runner/work/viewer/viewer/node_modules/docker-modem/lib/modem.js:366:7) at Modem.buildPayload (/home/runner/work/viewer/viewer/node_modules/docker-modem/lib/modem.js:335:5) at IncomingMessage. (/home/runner/work/viewer/viewer/node_modules/docker-modem/lib/modem.js:303:16) at IncomingMessage.emit (node:events:402:35) at IncomingMessage.emit (node:domain:475:12) at endReadableNT (node:internal/streams/readable:1343:12) at processTicksAndRejections (node:internal/process/task_queues:83:21) { reason: 'no such container', statusCode: 404, json: { message: 'No such image: ghcr.io/nextcloud/continuous-integration-shallow-server:latest' } ```The text was updated successfully, but these errors were encountered: