generated from leanix/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
At the moment the PEM must be added within a volume (see PEM_FILE).
Describe the solution you'd like
It would be great if this could also be provided via environment variable.
Describe alternatives you've considered
Dockerfile
FROM ghcr.io/leanix/leanix-github-agent:v0.1.0
COPY entrypoint.sh /custom_entrypoint.sh
ENTRYPOINT ["/custom_entrypoint.sh"]
custom_entrypoint.sh
#!/usr/bin/env sh
set -e
echo "${PEM_CONTENT}" > "${PEM_FILE}"
java ${JAVA_OPTS} -jar /app.jar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request