From 633b2f02a379d63a164f9a38c1e30eb43c0539ee Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 27 Jan 2017 13:32:41 -0800 Subject: [PATCH] Run update.sh --- adminer/README.md | 83 +++++++++++++++++++++++++++++++++++++++++ gazebo/README.md | 18 +++++---- lightstreamer/README.md | 2 +- nuxeo/README.md | 10 ++--- orientdb/README.md | 4 +- 5 files changed, 101 insertions(+), 16 deletions(-) create mode 100644 adminer/README.md diff --git a/adminer/README.md b/adminer/README.md new file mode 100644 index 000000000..3db78d466 --- /dev/null +++ b/adminer/README.md @@ -0,0 +1,83 @@ +# Supported tags and respective `Dockerfile` links + +- [`4.2.5-standalone`, `4.2-standalone`, `4-standalone`, `standalone`, `4.2.5`, `4.2`, `4`, `latest` (*4.2/Dockerfile*)](https://github.com/TimWolla/docker-adminer/blob/a06cb9d6b40f2a8023c72a059aa4ca723af31d0e/4.2/Dockerfile) +- [`4.2.5-fastcgi`, `4.2-fastcgi`, `4-fastcgi`, `fastcgi` (*4.2/fastcgi/Dockerfile*)](https://github.com/TimWolla/docker-adminer/blob/a06cb9d6b40f2a8023c72a059aa4ca723af31d0e/4.2/fastcgi/Dockerfile) + +For more information about this image and its history, please see [the relevant manifest file (`library/adminer`)](https://github.com/docker-library/official-images/blob/master/library/adminer). 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%2Fadminer). + +For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `repos/adminer/tag-details.md` file](https://github.com/docker-library/repo-info/blob/master/repos/adminer/tag-details.md) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info). + +# Adminer + +## What is Adminer? + +Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. + +> [adminer.org](https://www.adminer.org) + +![logo](https://raw.githubusercontent.com/docker-library/docs/95569c9119afe7b11a233105d398f99d93d2fcce/adminer/logo.png) + +## How to use this image + +### Standalone + + $ docker run --link some_database:db -p 8080:8080 adminer + +Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browser. + +### FastCGI + +If you are already running a FastCGI capable web server you might prefer running adminer via FastCGI: + + $ docker run --link some_database:db -p 9000:9000 adminer:fastcgi + +Then point your web server to port 9000 of the container. + +Note: This exposes the FastCGI socket to the Internet. Make sure to add proper firewall rules or use a private Docker network instead to prevent a direct access. + +## Supported Drivers + +While Adminer supports a wide range of database drivers this image only supports the following out of the box: + +- MySQL +- PostgreSQL +- SQLite +- SimpleDB +- Elasticsearch + +To add support for the other drivers you will need to install the following PHP extensions on top of this image: + +- sqlsrv (MS SQL) +- oci8 (Oracle) +- interbase (Firebird) +- mongo (MongoDB) + +# License + +View [license information](https://github.com/vrana/adminer/blob/master/readme.txt) for the software contained in this image. + +# Supported Docker versions + +This image is officially supported on Docker version 1.13.0. + +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. + +# User Feedback + +## Issues + +If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/TimWolla/docker-adminer/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](https://github.com/TimWolla/docker-adminer/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 [`adminer/` directory](https://github.com/docker-library/docs/tree/master/adminer) 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. diff --git a/gazebo/README.md b/gazebo/README.md index 031eac6ab..9caef8d2a 100644 --- a/gazebo/README.md +++ b/gazebo/README.md @@ -1,13 +1,15 @@ # Supported tags and respective `Dockerfile` links -- [`gzserver4` (*gazebo/gazebo4/gzserver4/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo4/gzserver4/Dockerfile) -- [`libgazebo4` (*gazebo/gazebo4/libgazebo4/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo4/libgazebo4/Dockerfile) -- [`gzserver5` (*gazebo/gazebo5/gzserver5/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo5/gzserver5/Dockerfile) -- [`libgazebo5` (*gazebo/gazebo5/libgazebo5/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo5/libgazebo5/Dockerfile) -- [`gzserver6` (*gazebo/gazebo6/gzserver6/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo6/gzserver6/Dockerfile) -- [`libgazebo6` (*gazebo/gazebo6/libgazebo6/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo6/libgazebo6/Dockerfile) -- [`gzserver7` (*gazebo/gazebo7/gzserver7/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo7/gzserver7/Dockerfile) -- [`libgazebo7`, `latest` (*gazebo/gazebo7/libgazebo7/Dockerfile*)](https://github.com/osrf/docker_images/blob/32010a4955ccbfb2427063e67a75d13617749963/gazebo/gazebo7/libgazebo7/Dockerfile) +- [`gzserver4` (*gazebo/gazebo4/gzserver4/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo4/gzserver4/Dockerfile) +- [`libgazebo4` (*gazebo/gazebo4/libgazebo4/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo4/libgazebo4/Dockerfile) +- [`gzserver5` (*gazebo/gazebo5/gzserver5/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo5/gzserver5/Dockerfile) +- [`libgazebo5` (*gazebo/gazebo5/libgazebo5/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo5/libgazebo5/Dockerfile) +- [`gzserver6` (*gazebo/gazebo6/gzserver6/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo6/gzserver6/Dockerfile) +- [`libgazebo6` (*gazebo/gazebo6/libgazebo6/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo6/libgazebo6/Dockerfile) +- [`gzserver7` (*gazebo/gazebo7/gzserver7/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo7/gzserver7/Dockerfile) +- [`libgazebo7` (*gazebo/gazebo7/libgazebo7/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo7/libgazebo7/Dockerfile) +- [`gzserver8` (*gazebo/gazebo8/gzserver8/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo8/gzserver8/Dockerfile) +- [`libgazebo8`, `latest` (*gazebo/gazebo8/libgazebo8/Dockerfile*)](https://github.com/osrf/docker_images/blob/4bef0d70d4855205d86528899a6686c098fb7fc0/gazebo/gazebo8/libgazebo8/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/gazebo`)](https://github.com/docker-library/official-images/blob/master/library/gazebo). 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%2Fgazebo). diff --git a/lightstreamer/README.md b/lightstreamer/README.md index 4b66e78ee..525d69cd1 100644 --- a/lightstreamer/README.md +++ b/lightstreamer/README.md @@ -1,6 +1,6 @@ # Supported tags and respective `Dockerfile` links -- [`6.0.3`, `6.0` (*6.0/Dockerfile*)](https://github.com/Lightstreamer/Docker/blob/784b417d4415e12f1bb1b15f7f697273de3a7ded/6.0/Dockerfile) +- [`6.0.3`, `6.0` (*6.0/Dockerfile*)](https://github.com/Lightstreamer/Docker/blob/5cb379d682574ad2170166d93306124c633a644f/6.0/Dockerfile) - [`6.1.0`, `6.1`, `6`, `latest` (*6.1/Dockerfile*)](https://github.com/Lightstreamer/Docker/blob/94415d471c10c4e64ca1bae2d753cbe94fd5fa61/6.1/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/lightstreamer`)](https://github.com/docker-library/official-images/blob/master/library/lightstreamer). 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%2Flightstreamer). diff --git a/nuxeo/README.md b/nuxeo/README.md index 23690c8a1..92370c975 100644 --- a/nuxeo/README.md +++ b/nuxeo/README.md @@ -1,10 +1,10 @@ # Supported tags and respective `Dockerfile` links -- [`latest`, `LTS`, `LTS-2016`, `8`, `8.10`, `FT` (*8.10/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/4c45ac6f74a5571dd23ee86a00fb85aadbece05c/8.10/Dockerfile) -- [`8.3` (*8.3/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/d7252d23d06e0ade25a0054a7ae940e8537a99b2/8.3/Dockerfile) -- [`8.2` (*8.2/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/a02183111045dadb357e68e11e93c5551c570c43/8.2/Dockerfile) -- [`LTS-2015`, `7`, `7.10` (*7.10/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/a02183111045dadb357e68e11e93c5551c570c43/7.10/Dockerfile) -- [`LTS-2014`, `6`, `6.0` (*6.0/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/8535464e476b39e10001242ad7c885519fadc2a6/6.0/Dockerfile) +- [`latest`, `LTS`, `LTS-2016`, `8`, `8.10`, `FT` (*8.10/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/537f17593e1c3348f3163ae6986b603168e59fc5/8.10/Dockerfile) +- [`8.3` (*8.3/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/537f17593e1c3348f3163ae6986b603168e59fc5/8.3/Dockerfile) +- [`8.2` (*8.2/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/537f17593e1c3348f3163ae6986b603168e59fc5/8.2/Dockerfile) +- [`LTS-2015`, `7`, `7.10` (*7.10/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/537f17593e1c3348f3163ae6986b603168e59fc5/7.10/Dockerfile) +- [`LTS-2014`, `6`, `6.0` (*6.0/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/537f17593e1c3348f3163ae6986b603168e59fc5/6.0/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/nuxeo`)](https://github.com/docker-library/official-images/blob/master/library/nuxeo). 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%2Fnuxeo). diff --git a/orientdb/README.md b/orientdb/README.md index 7fa756294..fa518a72b 100644 --- a/orientdb/README.md +++ b/orientdb/README.md @@ -1,7 +1,7 @@ # Supported tags and respective `Dockerfile` links -- [`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/a43637b03a105ceb1104cbf5e42e93e1ffed0944/2.0/Dockerfile) -- [`2.1.25` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/eb9c688528d4ce7d50eec34391a3cbb4fea88868/2.1/Dockerfile) +- [`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.0/Dockerfile) +- [`2.1.25` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.1/Dockerfile) - [`2.2.15`, `latest` (*2.2/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.2/x86_64/alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/orientdb`)](https://github.com/docker-library/official-images/blob/master/library/orientdb). 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%2Forientdb).