Ignore certain containers?
I have one container that no longer has a public image available and it crashes when parsing that container.
Is there a way to tell the script to skip a specific container?
Thanks.
I had thought that image was causing the crash, but after replacing said image and trying again, I am receiving a new error:
Failed to check for new Dockerhub image digest: TypeError: Cannot read properties of undefined (reading 'split') 26.11.2023 07:33:24 [error] Cannot read properties of undefined (reading 'split')
Then a few lines later:
26.11.2023 07:33:25 [error] MqDockerUp stopped due to an error 26.11.2023 07:33:25 [error] object 26.11.2023 07:33:25 [error] Error: (HTTP code 400) unexpected - invalid reference format at /app/node_modules/docker-modem/lib/modem.js:382:17 at getCause (/app/node_modules/docker-modem/lib/modem.js:417:7) at Modem.buildPayload (/app/node_modules/docker-modem/lib/modem.js:378:5) at IncomingMessage.<anonymous> (/app/node_modules/docker-modem/lib/modem.js:346:16) at IncomingMessage.emit (node:events:529:35) at IncomingMessage.emit (node:domain:489:12) at endReadableNT (node:internal/streams/readable:1368:12) at processTicksAndRejections (node:internal/process/task_queues:82:21)
Cheers.
I agree with ignoring certain containter feature - can it be added?