Skip to content

Conversation

@j-schmied
Copy link

@j-schmied j-schmied commented Jun 11, 2024

Hello,

the current version of the docker image does not allow to include custom artifacts at startup. This pull request adds the capability to do so. For example, in docker-compose.yaml, you could now add

volumes:
  [...]
  - ${VELOX_CUSTOM_ARTIFACTS_DIR}:/velociraptor/artifacts

Referencing

VELOX_CUSTOM_ARTIFACTS_DIR=/path/to/custom/artifacts

in .env.

Best regards,
Jannik

@weslambert
Copy link
Owner

weslambert commented Jun 27, 2024

Thanks! I still need to test it. Does it work if a directory is not created that matches the bind mount?

@j-schmied
Copy link
Author

To my knowledge, docker creates the directory if it does not exist. However, permissions might be messed up in this case as default permission will be applied

@j-schmied
Copy link
Author

Hey @weslambert, it's been a while - are there any updates?

I appreciate your time and work!

Best regards,
Jannik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants