stbischof commented on a change in pull request #27:
URL:
https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/27#discussion_r621047247
##########
File path: readme.md
##########
@@ -48,4 +55,36 @@ String[] arguments = new String[] {
org.apache.sling.feature.launcher.impl.Main.main(arguments);
```
+# Container
+
+The container-image `apache/sling-org-apache-sling-feature-launcher:latest` is
avaiable on DockerHub.
+
+Available tags:
+- **latest** - latest build, could be a `snapshot` **or** `release` version.
+- **snapshot** - latest build of a `*-SNAPSHOT` version.
+- **stable** - latest build of a **release** version.
+- **(version)** - latest build of a fixed version, could be a `snapshot -
(1.1.9-SNAPSHOT)` **or** `release - (1.1.9)` version.
+- **(sha1)** - uses SHA1 hash of the git commit as tag
+
+
+If you are running sling-feature-launcher as an container please use env vars.
+```
+$docker run -it --rm --env FEATURE_FILES=https://path.to/feature-model.json
apache/sling-org-apache-sling-feature-launcher:latest
Review comment:
isn't that the new name? i am a bit confused. which name do you mean?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]