SCADA-LTS / Scada-LTS

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.
GNU General Public License v2.0
721 stars 289 forks source link

SOLVED Install error: ERROR: manifest for scadalts/scadalts:master not found: manifest unknown: manifest unknown #1926

Closed rodrigoms2004 closed 2 years ago

rodrigoms2004 commented 2 years ago

Hi When I try to install latest version of Scada BR (2.6.10-rc1 (https://github.com/SCADA-LTS/Scada-LTS/releases/tag/v2.6.10-rc1) I got this error

docker-compose up Pulling scadalts (scadalts/scadalts:master)... ERROR: manifest for scadalts/scadalts:master not found: manifest unknown: manifest unknown

The database worked fine using command docker-compose up database in another shell window.

But when I run scadalts, got same error docker-compose up scadalts Pulling scadalts (scadalts/scadalts:master)... ERROR: manifest for scadalts/scadalts:master not found: manifest unknown: manifest unknown

I've used this tutorial https://github.com/SCADA-LTS/Scada-LTS/wiki

However if I change docker-compose.yml file in the line 21 from image: scadalts/scadalts:master to image: scadalts/scadalts it works installing version 2.6.10

Screenshot from 2021-10-19 15-56-34

Despite display version 2.5 in the main menu...

Screenshot from 2021-10-19 15-58-53

Another minor issue is that it does not accept a new Instance description, looks like Scada-LTS 2.5 string was hard coded.

rodrigoms2004 commented 2 years ago

I guess it was solved

https://www.youtube.com/watch?v=JBP_YgAZRLI