When pulling Splunk docker image after release, context build error
Issue:
/entrypoint.sh: cd: line 4: can't cd to /opt/opencti-connector-qradar: No such file or directory
python3: can't open file '//qradar.py': [Errno 2] No such file or directory
When checking the image:
╰─ docker run -it --rm --entrypoint=sh opencti/connector-splunk:6.3.12
/ # cat entrypoint.sh
#!/bin/sh
# Go to the right directory
cd /opt/opencti-connector-qradar
# Launch the worker
python3 qradar.py
/ #
Environment
OS (where OpenCTI server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
OpenCTI version: { e.g. OpenCTI 1.0.2 }
OpenCTI client: { e.g. frontend or python }
Other environment details:
Reproducible Steps
Steps to create the smallest reproducible scenario:
Description
When pulling Splunk docker image after release, context build error
Issue:
When checking the image:
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Actual Output
Additional information
Screenshots (optional)