-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorno-issue-activityNeeds AttentionNeeds Attention
Description
Describe the bug
The docker image (ghcr.io/mitre/caldera:5.0.0) does not contain the Magma plugin (dist) build files. Starting the container will fail with the following error:
ValueError: No directory exists at '/usr/src/app/plugins/magma/dist/assets'
This could be caused by an older Dockerfile being used which does not build Magma plugin's Vue project as part of the docker build process. If I build the container myself using the latest Dockerfile found in the repo, the container will start successfully.
To Reproduce
Steps to reproduce the behavior:
- Start a caldera container with docker using
docker run ghcr.io/mitre/caldera:5.0.0
or - Start a caldera container with Podman using
podman run ghcr.io/mitre/caldera:5.0.0
Expected behavior
The container to start successfully
Desktop (please complete the following information):
- OS: Rocky Linux
vishwaspai
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorno-issue-activityNeeds AttentionNeeds Attention