Merge pull request #888 from infosiftr/quick-reference
Refactor the way information (especially links) are presented
This commit is contained in:
commit
152b46790e
|
|
@ -0,0 +1 @@
|
|||
[the Docker Community](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Docker, Inc.](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[HashiCorp](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[InfluxData](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
This image is officially supported on Docker version %%DOCKER-LATEST%%.
|
||||
|
||||
Support for older versions (down to 1.6) is provided on a best-effort basis.
|
||||
|
||||
Please see [the Docker installation documentation](https://docs.docker.com/installation/) for details on how to upgrade your Docker daemon.
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://blog.docker.com/2016/11/introducing-docker-community-directory-docker-community-slack/), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues)
|
||||
|
|
@ -2,16 +2,29 @@
|
|||
|
||||
%%TAGS%%
|
||||
|
||||
For detailed information about the published artifacts of each of the above supported tags (image metadata, transfer size, etc), please see [the `repos/%%REPO%%` directory](https://github.com/docker-library/repo-info/blob/master/repos/%%REPO%%) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
|
||||
# Quick reference
|
||||
|
||||
For more information about this image and its history, please see [the relevant manifest file (`library/%%REPO%%`)](https://github.com/docker-library/official-images/blob/master/library/%%REPO%%). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2F%%REPO%%).
|
||||
- **Where to get help**:
|
||||
%%GET-HELP%%
|
||||
|
||||
- **Where to file issues**:
|
||||
%%ISSUES%%
|
||||
|
||||
- **Maintained by**:
|
||||
%%MAINTAINER%%
|
||||
|
||||
- **Published image artifact details**:
|
||||
[repo-info repo's `repos/%%REPO%%/` directory](https://github.com/docker-library/repo-info/blob/master/repos/%%REPO%%) ([history](https://github.com/docker-library/repo-info/commits/master/repos/%%REPO%%))
|
||||
(image metadata, transfer size, etc)
|
||||
|
||||
- **Image updates**:
|
||||
[official-images PRs with label `library/%%REPO%%`](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2F%%REPO%%)
|
||||
[official-images repo's `library/%%REPO%%` file](https://github.com/docker-library/official-images/blob/master/library/%%REPO%%) ([history](https://github.com/docker-library/official-images/commits/master/library/%%REPO%%))
|
||||
|
||||
- **Source of this description**:
|
||||
[docs repo's `%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) ([history](https://github.com/docker-library/docs/commits/master/%%REPO%%))
|
||||
|
||||
- **Supported Docker versions**:
|
||||
[the latest release](https://github.com/docker/docker/releases/latest) (down to 1.6 on a best-effort basis)
|
||||
|
||||
%%CONTENT%%%%VARIANT%%%%LICENSE%%
|
||||
|
||||
# Supported Docker versions
|
||||
|
||||
%%DOCKER-VERSIONS%%
|
||||
|
||||
# User Feedback
|
||||
|
||||
%%USER-FEEDBACK%%
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us through a [GitHub issue](%%GITHUB-REPO%%/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
|
||||
|
||||
You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
|
||||
|
||||
## Contributing
|
||||
|
||||
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
|
||||
|
||||
Before you start to code, we recommend discussing your plans through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
|
@ -7,6 +7,7 @@ exitCode=0
|
|||
for requiredFile in \
|
||||
content.md \
|
||||
github-repo \
|
||||
maintainer.md \
|
||||
; do
|
||||
failed=''
|
||||
for repo in */; do
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Aerospike Forums](https://discuss.aerospike.com) or [GitHub](%%GITHUB-REPO%%/issues)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Aerospike, Inc.](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us on the [Aerospike Forums](https://discuss.aerospike.com) or through a [GitHub issue](%%GITHUB-REPO%%/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
|
||||
|
||||
You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
|
||||
|
||||
## Contributing
|
||||
|
||||
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
|
||||
|
||||
Before you start to code, we recommend discussing your plans on the [Aerospike Forums](https://discuss.aerospike.com) or through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Glider Labs](%%GITHUB-REPO%%) (an Alpine community contributor)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Amazon Linux forums](https://forums.aws.amazon.com/forum.jspa?forumID=228)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Amazon Linux Team](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us through [the Amazon Linux forums](https://forums.aws.amazon.com/forum.jspa?forumID=228). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
|
||||
|
||||
You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
|
@ -0,0 +1 @@
|
|||
[ArangoDB](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Backdrop Ops](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Tianon (of the Docker Community)](%%GITHUB-REPO%%), [with Chet's support (from Bash upstream)](https://github.com/docker-library/official-images/pull/2217#issue-181031192)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Bonitasoft Community](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[https://bugs.centos.org](https://bugs.centos.org) or [GitHub](%%GITHUB-REPO%%/issues)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[The CentOS Project](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us by submitting a ticket at [https://bugs.centos.org](https://bugs.centos.org) or through a [GitHub issue](%%GITHUB-REPO%%/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
|
||||
|
||||
You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
|
||||
|
||||
## Contributing
|
||||
|
||||
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
|
||||
|
||||
Before you start to code, we recommend discussing your plans by submitting a ticket at [https://bugs.centos.org](https://bugs.centos.org) or through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-influxdata.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Intel Corporation](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Composer](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us through a [GitHub issue](%%GITHUB-REPO%%/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
|
||||
|
||||
You can also reach us through the `#composer` or `#docker-library` IRC channels on [Freenode](https://freenode.net).
|
||||
|
||||
## Contributing
|
||||
|
||||
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
|
||||
|
||||
Before you start to code, we recommend discussing your plans through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-hashicorp.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Convertigo](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Couchbase Docker Team](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Apache CouchDB](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the public Crate community on Slack](https://crate.io/docs/support/slackin/)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Crate.io](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/crate/docker-crate/issues).
|
||||
|
||||
If you have any questions or suggestions, we are happy to help! Feel free to join our [public Crate community on Slack](https://crate.io/docs/support/slackin/).
|
||||
|
||||
For further information and official contact visit [https://crate.io](https://crate.io).
|
||||
|
||||
## Contributing
|
||||
|
||||
You are very welcome to contribute features or fixes! Before we can accept any pull requests to Crate Data we need you to agree to our [CLA](https://crate.io/community/contribute/). For further information please refer to [CONTRIBUTING.rst](https://github.com/crate/crate/blob/master/CONTRIBUTING.rst).
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
||||
Visit [Crate on Docker](https://crate.io/docs/install/containers/docker/) and get further documentation about how to get started with Crate.
|
||||
|
|
@ -0,0 +1 @@
|
|||
currently unmainainted (see deprecation notice)
|
||||
|
|
@ -0,0 +1 @@
|
|||
Debian Developers [tianon](https://qa.debian.org/developer.php?login=tianon) and [paultag](https://qa.debian.org/developer.php?login=paultag)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Tianon (of the Docker Project)](%%GITHUB-REPO%%)
|
||||
|
|
@ -6,10 +6,6 @@ Drupal is a free and open-source content-management framework written in PHP and
|
|||
|
||||
%%LOGO%%
|
||||
|
||||
# Who maintains this
|
||||
|
||||
This image is not maintained by the Drupal community or the Drupal Security Team. This image is maintained by the docker community.
|
||||
|
||||
# How to use this image
|
||||
|
||||
The basic pattern for starting a `%%REPO%%` instance is:
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
[the Docker Community](%%GITHUB-REPO%%) (*not* the Drupal Community or the Drupal Security Team)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Eclipse Foundation](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Eggheads (the Eggdrop community)](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Docker Community](%%GITHUB-REPO%%), [with Elixir's support](https://github.com/docker-library/official-images/pull/1398#issuecomment-180484549)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -1 +1 @@
|
|||
https://github.com/lsm5/docker-brew-fedora
|
||||
https://github.com/fedora-cloud/docker-brew-fedora
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
[Fedora's bugzilla page](https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora) (choose `docker` as component and include details about image problems in the description) or [GitHub](%%GITHUB-REPO%%/issues)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Fedora Release Engineering](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
## Issues
|
||||
|
||||
If you have any problems with or questions about this image, please contact us by filing a bug on [Fedora's bugzilla page](https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora) (choose `docker` as component and include details about image problems in the description) or through a [GitHub issue](%%GITHUB-REPO%%/issues). If the issue is related to a CVE, please check for [a `cve-tracker` issue on the `official-images` repository first](https://github.com/docker-library/official-images/issues?q=label%3Acve-tracker).
|
||||
|
||||
You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net).
|
||||
|
||||
## Contributing
|
||||
|
||||
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
|
||||
|
||||
Before you start to code, we recommend discussing your plans by filing a bug on [Fedora's bugzilla page](https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora) (choose `docker` as component and include details about image problems in the description) or through a [GitHub issue](%%GITHUB-REPO%%/issues), especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation for this image is stored in the [`%%REPO%%/` directory](https://github.com/docker-library/docs/tree/master/%%REPO%%) of the [`docker-library/docs` GitHub repo](https://github.com/docker-library/docs). Be sure to familiarize yourself with the [repository's `README.md` file](https://github.com/docker-library/docs/blob/master/README.md) before attempting a pull request.
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the F# Community](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../ros/maintainer.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[GeoNetwork opensource](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Keegan Witt (of the Groovy Project)](%%GITHUB-REPO%%), [with the Gradle Project's approval](https://discuss.gradle.org/t/official-docker-images/21159/8)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Apache Groovy project](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Haxe Foundation](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Paul Tagliamonte, Hy BDFL](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the developerWorks forum for IBM Java Runtimes and SDKs](https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000000367)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[GitHub](%%GITHUB-REPO%%/issues); for troubleshooting, see our [How Do I ...?](http://www.ibm.com/developerworks/java/jdk/howdoi/) page
|
||||
|
|
@ -0,0 +1 @@
|
|||
[IBM Runtime Technologies](%%GITHUB-REPO%%)
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#### Issues
|
||||
|
||||
For issues relating specifically to this Docker image, please use the [GitHub issue tracker](https://github.com/ibmruntimes/ci.docker/issues).
|
||||
|
||||
For more general issues relating to IBM® SDK, Java™ Technology Edition you can ask questions in the developerWorks forum: [IBM Java Runtimes and SDKs](https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000000367).
|
||||
|
||||
For general information on Troubleshooting with the SDK, please do take a look at our [How Do I ...?](http://www.ibm.com/developerworks/java/jdk/howdoi/) page.
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-influxdata.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Jessie and Tianon (of the Docker Community)](%%GITHUB-REPO%%), [with the appreciation of the Irssi Project](https://twitter.com/GeertHauwaerts/status/559131523145035776)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Jenkins Project](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Joomla!](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Kaazing Docker Maintainers](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-influxdata.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Known](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Mashape Docker Maintainers](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Lightstreamer Server Development Team](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Mageia Developers](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Maven Project](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[mongo-express](%%GITHUB-REPO%%)
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[the Mono Project](%%GITHUB-REPO%%)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Please report issues on the [GitHub project](https://github.com/mono/docker).
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue