| # Docker image packaging for Apache Storm |
| |
| This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [`storm`](https://hub.docker.com/_/storm/), which is now maintained by the Apache Storm PMC. |
| |
| See [the Docker Hub page](https://hub.docker.com/_/storm/) for the full README on how to use this Docker image and for information regarding contributing and issues. |
| |
| The [full image description on Docker Hub](https://hub.docker.com/_/storm/) is generated/maintained over in [the docker-library/docs repository](https://github.com/docker-library/docs), specifically in [the `storm` directory](https://github.com/docker-library/docs/tree/master/storm). |
| |
| ## See a change merged here that doesn't show up on Docker Hub yet? |
| |
| For more information about the full official images change lifecycle, see [the "An image's source changed in Git, now what?" FAQ entry](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what). |
| |
| For outstanding `storm` image PRs, check [PRs with the "library/storm" label on the official-images repository](https://github.com/docker-library/official-images/labels/library%2Fstorm). For the current "source of truth" for [`storm`](https://hub.docker.com/_/storm/), see [the `library/storm` file in the official-images repository](https://github.com/docker-library/official-images/blob/master/library/storm). |
| |
| ## Getting help |
| |
| ### Storm Users |
| Storm users should send messages and subscribe to [user@storm.apache.org](mailto:user@storm.apache.org). |
| |
| You can subscribe to this list by sending an email to [user-subscribe@storm.apache.org](mailto:user-subscribe@storm.apache.org). Likewise, you can cancel a subscription by sending an email to [user-unsubscribe@storm.apache.org](mailto:user-unsubscribe@storm.apache.org). |
| |
| You can also [browse the archives of the storm-user mailing list](https://mail-archives.apache.org/mod_mbox/storm-user/). |
| |
| ### Storm Developers |
| Storm developers should send messages and subscribe to [dev@storm.apache.org](mailto:dev@storm.apache.org). |
| |
| You can subscribe to this list by sending an email to [dev-subscribe@storm.apache.org](mailto:dev-subscribe@storm.apache.org). Likewise, you can cancel a subscription by sending an email to [dev-unsubscribe@storm.apache.org](mailto:dev-unsubscribe@storm.apache.org). |
| |
| You can also [browse the archives of the storm-dev mailing list](https://mail-archives.apache.org/mod_mbox/storm-dev/). |
| |
| Storm developers who would want to track the JIRA issues should subscribe to [issues@storm.apache.org](mailto:issues@storm.apache.org). |
| |
| You can subscribe to this list by sending an email to [issues-subscribe@storm.apache.org](mailto:issues-subscribe@storm.apache.org). Likewise, you can cancel a subscription by sending an email to [issues-unsubscribe@storm.apache.org](mailto:issues-unsubscribe@storm.apache.org). |
| |
| You can view the archives of the mailing list [here](https://mail-archives.apache.org/mod_mbox/storm-issues/). |
| |
| ### Issue tracker |
| In case you want to raise a bug/feature or propose an idea, please use [Apache Jira](https://issues.apache.org/jira/projects/STORM). |
| If you do not have an account, you need to create one. |
| |
| ### Which list should I send/subscribe to? |
| If you are using a pre-built binary distribution of Storm, then you should send questions, comments, storm-related announcements, etc. to [user@storm.apache.org](mailto:user@storm.apache.org). |
| |
| If you are building storm from source, developing new features, or otherwise hacking storm source code, then [dev@storm.apache.org](mailto:dev@storm.apache.org) is more appropriate. |
| |
| If you are committers and/or PMCs, or contributors looking for following up and participating development of Storm, then you would want to also subscribe [issues@storm.apache.org](issues@storm.apache.org) in addition to [dev@storm.apache.org](dev@storm.apache.org). |
| |
| ## License |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| https://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| Previous versions (until [ |
| 8e162f9](https://github.com/apache/storm-docker/commit/8e162f994d36bfae7f13a32ceb4193d185b9a89e)) are |
| license under the MIT license. |
| |
| ## Acknowledgements |
| |
| We would like to thank [Elisey Zanko](https://github.com/31z4) for donating the [original code](https://github.com/31z4/storm-docker) to Apache Storm and the Apache Software Foundation. |