Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds bun image #1002

Merged
merged 3 commits into from
Apr 22, 2024
Merged

Adds bun image #1002

merged 3 commits into from
Apr 22, 2024

Conversation

prabhu
Copy link
Collaborator

@prabhu prabhu commented Apr 21, 2024

git clone https://github.com/CycloneDX/cdxgen
git checkout feature/bun-docker
cd cdxgen
docker build -t cdxgen-bun -f ci/Dockerfile-bun .
docker run --rm -v /tmp:/tmp -e CDXGEN_DEBUG_MODE=debug -v $HOME:$HOME -v $(pwd):/app:rw -it cdxgen-bun /app -o /app/bom.json -t js --deep

Known bugs

oven-sh/bun#8739 leads to crashes if an external tool is not available.

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu prabhu marked this pull request as draft April 21, 2024 17:05
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu prabhu marked this pull request as ready for review April 21, 2024 18:03
@prabhu prabhu requested a review from setchy April 21, 2024 18:03
@prabhu prabhu merged commit 068063a into master Apr 22, 2024
16 checks passed
@prabhu prabhu deleted the feature/bun-docker branch April 22, 2024 15:02
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.

1 participant