MqDockerUp icon indicating copy to clipboard operation
MqDockerUp copied to clipboard

Ignore certain containers?

Open jamcalli opened this issue 2 years ago • 2 comments

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.

jamcalli avatar Nov 21 '23 22:11 jamcalli

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.

jamcalli avatar Nov 26 '23 07:11 jamcalli

I agree with ignoring certain containter feature - can it be added?

orzechszek avatar May 07 '24 18:05 orzechszek