stbischof commented on a change in pull request #27:
URL:
https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/27#discussion_r620945960
##########
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.
Review comment:
Could you be more explicit.
Will we do this only on creating a git tag?
This should be then tagged as:
-latest
-tagname
- git hash ?
No snapshot!
No stable?
--
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]