https://github.com/siddhi-io/docker-siddhi
Docker resources for Siddhi cloud-native streaming
https://github.com/siddhi-io/docker-siddhi
build-automation cncf container distribution docker docker-file kubernetes packaging siddhi
Last synced: 3 months ago
JSON representation
Docker resources for Siddhi cloud-native streaming
- Host: GitHub
- URL: https://github.com/siddhi-io/docker-siddhi
- Owner: siddhi-io
- License: apache-2.0
- Created: 2019-04-10T09:49:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T07:35:17.000Z (over 4 years ago)
- Last Synced: 2025-04-24T03:07:51.622Z (about 1 year ago)
- Topics: build-automation, cncf, container, distribution, docker, docker-file, kubernetes, packaging, siddhi
- Language: Dockerfile
- Homepage:
- Size: 233 KB
- Stars: 10
- Watchers: 24
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Resources for Siddhi Cloud Native Streaming
====================================================
This repository contains the **Siddhi Runner**, **Siddhi Tooling** resources for Alpine and Ubuntu.
These Docker resources would help you building generic Docker images for deploying the
corresponding distributions in containerized environments. Each Docker image includes the JDK, the relevant product distribution
and a collection of utility libraries.
Configurations, custom JDBC drivers other than the default MySQL JDBC driver provided,
extensions and other deployable artifacts can be added to the image while building or via volume mounts to the containers spawned.
### Directory layout

These container images are published under **siddhiio** on the Docker hub, at:
1. [siddhiio/siddhi-runner-alpine](https://hub.docker.com/r/siddhiio/siddhi-runner-alpine)
2. [siddhiio/siddhi-runner-ubuntu](https://hub.docker.com/r/siddhiio/siddhi-runner-ubuntu)
3. [siddhiio/siddhi-tooling](https://hub.docker.com/r/siddhiio/siddhi-tooling)
4. [siddhiio/siddhi-parser](https://hub.docker.com/r/siddhiio/siddhi-parser)