-
Notifications
You must be signed in to change notification settings - Fork 61
Description
While working on quarkusio/quarkus-quickstarts#81, I hit:
WARN ARTIFACT_COPY_ARGS is deprecated. Please use S2I_SOURCE_DEPLOYMENTS_FILTER to specify artifact types and MAVEN_S2I_ARTIFACT_DIRS to specify the build output directories to copy from.
When looking at this repo for doc (something like this doc over here) I could not find any list of supported environment variables with explanations.
The "product" documentation, which is based on this community project, does not seem to have such documentation either?
Googling let me find https://github.com/jboss-openshift/cct_module/blob/master/jboss/container/s2i/core/api/README.adoc and https://github.com/jboss-openshift/cct_module/tree/master/jboss/container/maven/s2i/api but, to an end-user, it is not clear how those module docs in separate repos relate to this project (and what other ones there are).
Perhaps we could improve the README? Either with appropriate links, or copy/paste.