Stefan Bischof created SLING-10187:
--------------------------------------

             Summary: Provide a Dockerfile that delegates all env vars to sling 
launcher
                 Key: SLING-10187
                 URL: https://issues.apache.org/jira/browse/SLING-10187
             Project: Sling
          Issue Type: New Feature
            Reporter: Stefan Bischof


Provide an image that is able to delegates all launcher cli-options using env

example (podman way): 

{{build:}}
{{}}
{code:java}
buildah bud -t sling-launcher:1.1.17-snapshot{code}
{{run:}}
{{}}
{code:java}
podman run -it --rm --env FEATURE_FILES=https://path.to/feature.json  
sling-launcher:1.1.17-snapshot
{code}
{{}}

{{}}
{code:java}
 {code}
{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to