Closed Ahmad-Bin-Zahid closed 1 year ago
Thank you for the report!
Can you confirm that you are able to build the version in develop.yml?
That is, does docker-compose -f develop.yml build --no-cache loader
work?
I have met the same problem with @Ahmad-Bin-Zahid. So, tried what @birm said, and it works.
Is it okay that I use the command docker-compose -f develop.yml up
instead of docker-compose -f caMicroscope.yml up
?
@birm yes the command you shared ran successfully
I wanna deploy this somewhere for testing. How should I proceed considering the main command was not working?
The docker base container of docker we used (stretch) is no longer supported. We just need to do a release in the near future.
In the meantime, depending on what you're testing, you might be able to use develop.yml; the main differences are that we're using pre-release code and have disabled most security features there.
@birm also the docker-compose -f develop.yml up command is also failing to run with the folllowing error.
Well I kinda fixed the issue. I simply removed the existing container and again build the image. After that the command ran with no issues.
I think the move away from depreciated ubuntu base images fixed this, please reopen if this issue persists.
I simply ran the docker commad docker-compose -f caMicroscope.yml up which failed with the folllowing error message. Can someone please help me on this.