Replies: 1 comment
-
|
@prabhu Could you maybe document the usage of this in a more detailed way? I gave it a try in Azure pipelines where the standard image works, but no matter the NODE_OPTIONS I tried, the container would not respond to api calls on localhost:9090 like it does on the base image |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The image comes with some sane secure defaults. Plus it uses
CMDinstead ofENTRYPOINT, so ideal for use as an image to run the build tools such as maven, npm, etc in CI environments.https://github.com/CycloneDX/cdxgen/blob/master/ci/Dockerfile-secure
Let us know how we can improve this image, so that we can secure all other base images as well over time.
Beta Was this translation helpful? Give feedback.
All reactions