Skip to content

Commit

Permalink
Merge branch 'main' into edouard/fix-devenv-stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd authored Jul 24, 2024
2 parents ece335c + c1d71c8 commit 4d60115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/kubehound/kubegraph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ COPY --chown=janusgraph:janusgraph scripts/health-check.groovy ${JANUS_HOME}/scr
# DSL support
COPY --chown=janusgraph:janusgraph scripts/kubehound-dsl-init.groovy ${JANUS_HOME}/scripts/

# grpcurl to rehydrate dumps on startup
COPY --from=fullstorydev/grpcurl:v1.9.1 --chown=janusgraph:janusgraph /bin/grpcurl /usr/local/bin/grpcurl

# Set JVM configuration
ENV JAVA_OPTIONS_FILE ${JANUS_HOME}/conf/jvm.options

Expand Down

0 comments on commit 4d60115

Please sign in to comment.