erfreut habe ich gerade festgestellt, dass der SVWS und Schild 3.0 nun über Github auch öffentlich verfügbar sind.
Aber kriege ich die Doku und die Installationsanleitung nicht übereinander.
Ich möchte den SVWS als Docker-Image betreiben. Das Image ist ja über den Dockerhub verfügbar.
Also habe ich mir das komplette Github-Repro geclont und docker-compose ausgeführt.
Der legt sich aber leider mit einem
Code: Alles auswählen
=> ERROR [ 6/11] COPY app /opt/app/svws 0.0s
------
> [ 6/11] COPY app /opt/app/svws:
------
Dockerfile:9
--------------------
7 | RUN mkdir /opt/app/svws/conf
8 |
9 | >>> COPY app /opt/app/svws
10 | COPY conf /etc/app/svws/conf
11 | COPY startup.sh /opt/app/svws/startup.sh
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 9688d970-462c-49da-b06c-6b1e593b17a4::41moepfayhqwpmg7ruhmo3bdg: "/app": not found
ERROR: Service 'svws' failed to build : Build failed
Da sind wohl ein paar Pfade falsch.