Merge pull request #888 from infosiftr/quick-reference

Refactor the way information (especially links) are presented
This commit is contained in:
yosifkit 2017-04-21 20:24:10 -05:00 committed by GitHub
commit 152b46790e
184 changed files with 220 additions and 255 deletions

View File

@ -0,0 +1 @@
[the Docker Community](%%GITHUB-REPO%%)

View File

@ -0,0 +1 @@
[Docker, Inc.](%%GITHUB-REPO%%)

View File

@ -0,0 +1 @@
[HashiCorp](%%GITHUB-REPO%%)

View File

@ -0,0 +1 @@
[InfluxData](%%GITHUB-REPO%%)

View File

@ -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.

View File

@ -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)

View File

@ -0,0 +1 @@
[%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues)

View File

@ -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%%

View File

@ -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.

View File

@ -7,6 +7,7 @@ exitCode=0
for requiredFile in \
content.md \
github-repo \
maintainer.md \
; do
failed=''
for repo in */; do

1
adminer/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
aerospike/issues.md Normal file
View File

@ -0,0 +1 @@
[the Aerospike Forums](https://discuss.aerospike.com) or [GitHub](%%GITHUB-REPO%%/issues)

1
aerospike/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Aerospike, Inc.](%%GITHUB-REPO%%)

View File

@ -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.

1
alpine/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Glider Labs](%%GITHUB-REPO%%) (an Alpine community contributor)

1
amazonlinux/issues.md Normal file
View File

@ -0,0 +1 @@
[the Amazon Linux forums](https://forums.aws.amazon.com/forum.jspa?forumID=228)

View File

@ -0,0 +1 @@
[the Amazon Linux Team](%%GITHUB-REPO%%)

View File

@ -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.

1
arangodb/maintainer.md Normal file
View File

@ -0,0 +1 @@
[ArangoDB](%%GITHUB-REPO%%)

1
backdrop/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Backdrop Ops](%%GITHUB-REPO%%)

1
bash/maintainer.md Normal file
View File

@ -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)

1
bonita/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Bonitasoft Community](%%GITHUB-REPO%%)

View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
busybox/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
cassandra/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
celery/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
centos/issues.md Normal file
View File

@ -0,0 +1 @@
[https://bugs.centos.org](https://bugs.centos.org) or [GitHub](%%GITHUB-REPO%%/issues)

1
centos/maintainer.md Normal file
View File

@ -0,0 +1 @@
[The CentOS Project](%%GITHUB-REPO%%)

View File

@ -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.

1
chronograf/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-influxdata.md

1
cirros/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
clearlinux/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Intel Corporation](%%GITHUB-REPO%%)

1
clojure/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
composer/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Composer](%%GITHUB-REPO%%)

View File

@ -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.

1
consul/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-hashicorp.md

1
convertigo/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Convertigo](%%GITHUB-REPO%%)

1
couchbase/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Couchbase Docker Team](%%GITHUB-REPO%%)

1
couchdb/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Apache CouchDB](%%GITHUB-REPO%%)

1
crate/get-help.md Normal file
View File

@ -0,0 +1 @@
[the public Crate community on Slack](https://crate.io/docs/support/slackin/)

1
crate/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Crate.io](%%GITHUB-REPO%%)

View File

@ -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.

1
crux/maintainer.md Normal file
View File

@ -0,0 +1 @@
currently unmainainted (see deprecation notice)

1
debian/maintainer.md vendored Normal file
View File

@ -0,0 +1 @@
Debian Developers [tianon](https://qa.debian.org/developer.php?login=tianon) and [paultag](https://qa.debian.org/developer.php?login=paultag)

1
django/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
docker/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Tianon (of the Docker Project)](%%GITHUB-REPO%%)

View File

@ -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:

1
drupal/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Docker Community](%%GITHUB-REPO%%) (*not* the Drupal Community or the Drupal Security Team)

View File

@ -0,0 +1 @@
[the Eclipse Foundation](%%GITHUB-REPO%%)

1
eggdrop/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Eggheads (the Eggdrop community)](%%GITHUB-REPO%%)

1
elasticsearch/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
elixir/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Docker Community](%%GITHUB-REPO%%), [with Elixir's support](https://github.com/docker-library/official-images/pull/1398#issuecomment-180484549)

1
erlang/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

View File

@ -1 +1 @@
https://github.com/lsm5/docker-brew-fedora
https://github.com/fedora-cloud/docker-brew-fedora

1
fedora/issues.md Normal file
View File

@ -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)

1
fedora/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Fedora Release Engineering](%%GITHUB-REPO%%)

View File

@ -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.

1
fsharp/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the F# Community](%%GITHUB-REPO%%)

1
gazebo/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../ros/maintainer.md

1
gcc/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
geonetwork/maintainer.md Normal file
View File

@ -0,0 +1 @@
[GeoNetwork opensource](%%GITHUB-REPO%%)

1
ghost/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
golang/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
gradle/maintainer.md Normal file
View File

@ -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)

1
groovy/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Apache Groovy project](%%GITHUB-REPO%%)

1
haproxy/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
haskell/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
haxe/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Haxe Foundation](%%GITHUB-REPO%%)

1
hello-seattle/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
hello-world/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
hola-mundo/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
httpd/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
hylang/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Paul Tagliamonte, Hy BDFL](%%GITHUB-REPO%%)

1
ibmjava/get-help.md Normal file
View File

@ -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)

1
ibmjava/issues.md Normal file
View File

@ -0,0 +1 @@
[GitHub](%%GITHUB-REPO%%/issues); for troubleshooting, see our [How Do I ...?](http://www.ibm.com/developerworks/java/jdk/howdoi/) page

1
ibmjava/maintainer.md Normal file
View File

@ -0,0 +1 @@
[IBM Runtime Technologies](%%GITHUB-REPO%%)

View File

@ -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.

1
influxdb/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-influxdata.md

1
irssi/maintainer.md Normal file
View File

@ -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)

1
java/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
jenkins/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Jenkins Project](%%GITHUB-REPO%%)

1
jetty/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
joomla/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Joomla!](%%GITHUB-REPO%%)

1
jruby/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
julia/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

View File

@ -0,0 +1 @@
[the Kaazing Docker Maintainers](%%GITHUB-REPO%%)

1
kapacitor/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-influxdata.md

1
kibana/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
known/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Known](%%GITHUB-REPO%%)

1
kong/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Mashape Docker Maintainers](%%GITHUB-REPO%%)

View File

@ -0,0 +1 @@
[the Lightstreamer Server Development Team](%%GITHUB-REPO%%)

1
logstash/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
mageia/maintainer.md Normal file
View File

@ -0,0 +1 @@
[Mageia Developers](%%GITHUB-REPO%%)

1
mariadb/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
maven/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Maven Project](%%GITHUB-REPO%%)

1
memcached/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

View File

@ -0,0 +1 @@
[mongo-express](%%GITHUB-REPO%%)

1
mongo/maintainer.md Symbolic link
View File

@ -0,0 +1 @@
../.common-templates/maintainer-community.md

1
mono/maintainer.md Normal file
View File

@ -0,0 +1 @@
[the Mono Project](%%GITHUB-REPO%%)

View File

@ -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