This is an automated email from the ASF dual-hosted git repository. cdutz pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git.
from 99a1353 Addition of single bit read from Integer files new 35f26a4 - Added the suppression of example deployments back new c7b93f5 - Made sure the *.RSA and *.SF files are excluded in the elasticsearch example new f2ab66d - Added a dockerfile to build PLC4X with ALL features enabled The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .dockerignore | 4 + Dockerfile | 87 ++++++++++++++++++++++ plc4j/examples/hello-storage-elasticsearch/pom.xml | 26 +++++++ plc4j/examples/pom.xml | 13 ++++ pom.xml | 3 + 5 files changed, 133 insertions(+) create mode 100644 .dockerignore create mode 100644 Dockerfile