jasonish / docker-suricata

A Suricata Docker image.
https://hub.docker.com/r/jasonish/suricata/
MIT License
250 stars 76 forks source link

Makefile / ../build.sh: not found #38

Closed JMarianoIFSTTAR closed 2 months ago

JMarianoIFSTTAR commented 11 months ago

Just after git clone, invoking make :

for d in master 6.0 5.0 4.1; do \
    (cd $d && ../build.sh); \
done
/bin/sh: 2: ../build.sh: not found
/bin/sh: 2: ../build.sh: not found
/bin/sh: 2: cd: can't cd to 5.0
/bin/sh: 2: cd: can't cd to 4.1
make: *** [Makefile:9 : build] Erreur 2

Of course, DIRS should be corrected. Anyway, there is no build.sh

jasonish commented 11 months ago

Ah, yeah.. The build scripts are a mess right now as their main goal is to build 3 archs and create a multi-architecture manifest for pushing to a registry.

I assume you just want to build a container you can run on the host you are building it on?

jasonish commented 2 months ago

Closing. The Makefile's are gone.