aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
196 stars 31 forks source link

Corrected name of base image docker_indi.allsky.base #1226

Closed Mats-Code-Journey closed 2 months ago

Mats-Code-Journey commented 2 months ago

Name of base image adapted to make docker-compose build the images correctly

aaronwmorris commented 2 months ago

Is it possible that you used docker-compose instead of docker compose (no dash)? On Linux, docker-compose defaults to the docker compose v1, but docker compose uses the compose v2 functionality.

This will change the behavior and can account for the reason you had to make this change.

Mats-Code-Journey commented 2 months ago

That‘s correct. docker compose gives an error to me, compose is not a docker command, However docker-compose build did start correctly but had the problem to build the base image due to the - instead of _. All is run on a fresh install of Raspberry Pi 5 with default package repositories. It seems that docker compose can be added with a docker install from the docker repositories.

After some more research I am now aware of the differences of docker compose and docker-compose. I will try again without the change.

Mats-Code-Journey commented 2 months ago

With 'docker compose' installed from docker repositories it builds fine. After I have found the comments in the docker-compose.yml also libcamera works now.