ail-framework icon indicating copy to clipboard operation
ail-framework copied to clipboard

Docker fails on MacOS & docker v28.2.2

Open SteveClement opened this issue 6 months ago • 1 comments

908.6 Requirement already satisfied: idna<4,>=2.5 in /opt/AIL/AILENV/lib/python3.10/site-packages (from requests>=2.32.3->pymisp) (3.10)
908.6 Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/AIL/AILENV/lib/python3.10/site-packages (from requests>=2.32.3->pymisp) (2.5.0)
908.6 Requirement already satisfied: certifi>=2017.4.17 in /opt/AIL/AILENV/lib/python3.10/site-packages (from requests>=2.32.3->pymisp) (2025.6.15)
908.8 /opt/AIL
908.8 /opt/AIL/tools/gen_cert /opt/AIL
910.6 Certificate request self-signature ok
910.6 subject=C = LU, L = Luxembourg, O = AIL-Default, CN = localhost
910.7 /opt/AIL
910.7 /opt/AIL /opt/AIL
911.0 Host key verification failed.
911.0 fatal: Could not read from remote repository.
911.0
911.0 Please make sure you have the correct access rights
911.0 and the repository exists.
------

 8 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 34)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 26)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 27)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 28)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 29)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 30)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 31)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 32)
Dockerfile:22
--------------------
  20 |     ADD . /opt/AIL
  21 |     WORKDIR /opt/AIL
  22 | >>> RUN ./installing_deps.sh
  23 |     WORKDIR /opt/AIL
  24 |
--------------------
ERROR: failed to solve: process "/bin/sh -c ./installing_deps.sh" did not complete successfully: exit code: 128

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/qwmwrblvgc2lbbigv1477mnye

SteveClement avatar Jul 03 '25 10:07 SteveClement

This might be docker unrelated as the instaling_deps.sh script fails. TBI

SteveClement avatar Jul 03 '25 10:07 SteveClement