Run update.sh

This commit is contained in:
Tianon Gravi 2014-12-16 14:10:48 -07:00
parent 7025abbce5
commit 6994ee7c61
46 changed files with 277 additions and 1 deletions

View File

@ -33,6 +33,12 @@ This stack is designed to be the foundation of a language-stack image.
View [license information](https://www.debian.org/social_contract#guidelines) View [license information](https://www.debian.org/social_contract#guidelines)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -66,6 +66,12 @@ testing of `docker` itself.
View [license information](http://www.busybox.net/license.html) View [license information](http://www.busybox.net/license.html)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -29,6 +29,12 @@ available, and `centos:centos6` will point to the latest version of the CentOS 6
![logo](https://raw.githubusercontent.com/docker-library/docs/master/centos/logo.png) ![logo](https://raw.githubusercontent.com/docker-library/docs/master/centos/logo.png)
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -16,6 +16,12 @@ CirrOS is a Tiny OS that specializes in running on a cloud.
![logo](https://raw.githubusercontent.com/docker-library/docs/master/cirros/logo.png) ![logo](https://raw.githubusercontent.com/docker-library/docs/master/cirros/logo.png)
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -77,6 +77,12 @@ This will build your project into a jar file located in your project's
View [license information](http://clojure.org/license) View [license information](http://clojure.org/license)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -1,6 +1,6 @@
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`latest`, `0.45`, `0.45.5` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.45.5/Dockerfile) - [`latest`, `0.45`, `0.45.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.45.6/Dockerfile)
- [`0.44`, `0.44.8` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.44.8/Dockerfile) - [`0.44`, `0.44.8` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.44.8/Dockerfile)
For more information about this image and its history, please see the [relevant For more information about this image and its history, please see the [relevant
@ -98,6 +98,12 @@ View [license
information](https://github.com/crate/crate/blob/master/LICENSE.txt) for the information](https://github.com/crate/crate/blob/master/LICENSE.txt) for the
software contained in this image. software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -46,6 +46,12 @@ very well if you are:
* Someone who does not hesitate to download and compile programs from the * Someone who does not hesitate to download and compile programs from the
source. source.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

6
debian/README.md vendored
View File

@ -51,6 +51,12 @@ everyone as possible, regardless of location.
deb http://http.debian.net/debian wheezy-updates main deb http://http.debian.net/debian wheezy-updates main
deb http://security.debian.org/ wheezy/updates main deb http://security.debian.org/ wheezy/updates main
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -26,6 +26,12 @@ instance, avoiding the overhead of starting virtual machines.
This image contains the building and testing environment of the Docker project This image contains the building and testing environment of the Docker project
itself, from which the official releases are made. itself, from which the official releases are made.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -33,6 +33,12 @@ container image).
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -63,6 +63,12 @@ command inside your container:
View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?view=markup) View [license information](https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/COPYING3?view=markup)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -87,6 +87,12 @@ Alternatively, you can build for multiple platforms at once:
View [license information](http://golang.org/LICENSE) View [license information](http://golang.org/LICENSE)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -112,6 +112,12 @@ and includes software licensed under the
[Glasgow Haskell Compiler License](https://www.haskell.org/ghc/license) [Glasgow Haskell Compiler License](https://www.haskell.org/ghc/license)
(BSD-style). (BSD-style).
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -35,6 +35,12 @@ repo](https://github.com/docker-library/official-images).
![logo](https://raw.githubusercontent.com/docker-library/docs/master/hello-world/logo.png) ![logo](https://raw.githubusercontent.com/docker-library/docs/master/hello-world/logo.png)
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -23,6 +23,12 @@ based on a heavily instrumented nginx deployment. It currently serves production
traffic for tens of thousands of applications hosted on dotCloud. Hipache is traffic for tens of thousands of applications hosted on dotCloud. Hipache is
based on the node-http-proxy library. based on the node-http-proxy library.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -61,6 +61,12 @@ configuration in as `/usr/local/apache2/conf/httpd.conf`.
View [license information](https://www.apache.org/licenses/) for the software View [license information](https://www.apache.org/licenses/) for the software
contained in this image. contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -49,6 +49,12 @@ Docker image directly:
View [license information](https://github.com/hylang/hy/blob/master/LICENSE) View [license information](https://github.com/hylang/hy/blob/master/LICENSE)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -63,6 +63,12 @@ to `Main.class`.
View [license information](http://openjdk.java.net/legal/gplv2+ce.html) View [license information](http://openjdk.java.net/legal/gplv2+ce.html)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -83,6 +83,12 @@ and then "docker pull" the image again - and you will have the latest LTS - you
can then start up with -v pointing to that data (/var/jenkins_home) and can then start up with -v pointing to that data (/var/jenkins_home) and
everything will be as you left it. everything will be as you left it.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -68,6 +68,12 @@ Ruby Docker image directly:
View [license information](https://github.com/jruby/jruby/blob/master/COPYING) View [license information](https://github.com/jruby/jruby/blob/master/COPYING)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -56,6 +56,12 @@ All images install the following packages:
* locales * locales
* locales-en * locales-en
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -87,6 +87,12 @@ create the default database for you. While this is the expected behavior of
time. This may cause issues when using automation tools, such as `fig`, that time. This may cause issues when using automation tools, such as `fig`, that
start several containers simultaneously. start several containers simultaneously.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -56,6 +56,12 @@ directly, passing a Maven command to `docker run`:
View [license information](https://www.apache.org/licenses/) for the software View [license information](https://www.apache.org/licenses/) for the software
contained in this image. contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -62,6 +62,12 @@ View [license
information](https://github.com/mongodb/mongo/blob/7c3cfac300cfcca4f73f1c3b18457f0f8fae3f69/README#L71) information](https://github.com/mongodb/mongo/blob/7c3cfac300cfcca4f73f1c3b18457f0f8fae3f69/README#L71)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -62,6 +62,12 @@ This Docker Image is licensed with the Expat License. See the [Mono Project
licensing FAQ](http://www.mono-project.com/docs/faq/licensing/) for details on licensing FAQ](http://www.mono-project.com/docs/faq/licensing/) for details on
how Mono and associated libraries are licensed. how Mono and associated libraries are licensed.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
Please report issues on the [GitHub project](https://github.com/mono/docker). Please report issues on the [GitHub project](https://github.com/mono/docker).

View File

@ -87,6 +87,12 @@ create the default database for you. While this is the expected behavior of
time. This may cause issues when using automation tools, such as `fig`, that time. This may cause issues when using automation tools, such as `fig`, that
start several containers simultaneously. start several containers simultaneously.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -51,6 +51,12 @@ NeuroDebian APT file is installed under
deb http://neuro.debian.net/debian data main deb http://neuro.debian.net/debian data main
#deb-src http://neuro.debian.net/debian-devel wheezy main #deb-src http://neuro.debian.net/debian-devel wheezy main
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -75,6 +75,12 @@ Then, build with `docker build -t some-custom-nginx .` and run:
docker run --name some-nginx -d some-custom-nginx docker run --name some-nginx -d some-custom-nginx
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -71,6 +71,12 @@ Node.js Docker image directly:
View [license information](https://github.com/joyent/node/blob/master/LICENSE) View [license information](https://github.com/joyent/node/blob/master/LICENSE)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -36,6 +36,12 @@ However the following repositories are already part of the image:
* Non-OSS * Non-OSS
* Non-OSS Updates * Non-OSS Updates
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -48,6 +48,12 @@ Perl Docker image directly:
View [license information](http://dev.perl.org/licenses/) View [license information](http://dev.perl.org/licenses/)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -103,6 +103,12 @@ To specify a pre-purchased license use the following env vars:
[Zend Technologies Ltd.](https://www.zend.com/topics/License-EULA-2010-09-2.pdf) [Zend Technologies Ltd.](https://www.zend.com/topics/License-EULA-2010-09-2.pdf)
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
Think weve missed something? Let us know at: http://www.zend.com/en/support-center Think weve missed something? Let us know at: http://www.zend.com/en/support-center

View File

@ -95,6 +95,12 @@ do the following:
View [license information](http://php.net/license/) View [license information](http://php.net/license/)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -105,6 +105,12 @@ create the default database for you. While this is the expected behavior of
time. This may cause issues when using automation tools, such as `fig`, that time. This may cause issues when using automation tools, such as `fig`, that
start several containers simultaneously. start several containers simultaneously.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -72,6 +72,12 @@ or (again, if you need to use Python 2):
View license information for [Python 2](https://docs.python.org/2/license.html#)and [Python 3](https://docs.python.org/3/license.html#) software contained in this image. View license information for [Python 2](https://docs.python.org/2/license.html#)and [Python 3](https://docs.python.org/3/license.html#) software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -90,6 +90,12 @@ Further documentation and example use cases can be found at the
View [R-project license information](http://www.r-project.org/Licenses/) for the View [R-project license information](http://www.r-project.org/Licenses/) for the
software contained in this image. software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -60,6 +60,12 @@ run` will help you generate one. Run it in the root of your app, next to the
View [license information](https://github.com/rails/rails#license) View [license information](https://github.com/rails/rails#license)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -73,6 +73,12 @@ your redis container.
View [license information](http://redis.io/topics/license) for the software View [license information](http://redis.io/topics/license) for the software
contained in this image. contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -39,6 +39,12 @@ docker run \
NOTE: The container will try to allocate the port 5000. If the port is already NOTE: The container will try to allocate the port 5000. If the port is already
taken, find out which container is already using it by running `docker ps`. taken, find out which container is already using it by running `docker ps`.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -64,6 +64,12 @@ Ruby Docker image directly:
View [license information](https://www.ruby-lang.org/en/about/license.txt) View [license information](https://www.ruby-lang.org/en/about/license.txt)
for the software contained in this image. for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -61,6 +61,12 @@ View [license
information](https://github.com/getsentry/sentry/blob/master/LICENSE) for the information](https://github.com/getsentry/sentry/blob/master/LICENSE) for the
software contained in this image. software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -68,6 +68,12 @@ such a user in `tomcat-users.xml`.
View [license information](https://www.apache.org/licenses/LICENSE-2.0) for the View [license information](https://www.apache.org/licenses/LICENSE-2.0) for the
software contained in this image. software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -21,6 +21,12 @@ supported by Canonical in any way. For an official Ubuntu image that is
supported by Canonical, see supported by Canonical, see
[`ubuntu`](https://registry.hub.docker.com/_/ubuntu/). [`ubuntu`](https://registry.hub.docker.com/_/ubuntu/).
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -21,6 +21,12 @@ employee of Canonical Ltd.
![logo](https://raw.githubusercontent.com/docker-library/docs/master/ubuntu-upstart/logo.png) ![logo](https://raw.githubusercontent.com/docker-library/docs/master/ubuntu-upstart/logo.png)
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -55,6 +55,12 @@ repo](https://github.com/docker-library/official-images).
deb http://archive.ubuntu.com/ubuntu/ precise-security universe deb http://archive.ubuntu.com/ubuntu/ precise-security universe
deb-src http://archive.ubuntu.com/ubuntu/ precise-security universe deb-src http://archive.ubuntu.com/ubuntu/ precise-security universe
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues

View File

@ -47,6 +47,12 @@ container's IP, standard port mappings can be used:
Then, access it via `http://localhost:8080` or `http://host-ip:8080` in a Then, access it via `http://localhost:8080` or `http://host-ip:8080` in a
browser. browser.
# Supported Docker versions
This image is officially supported on Docker version 1.4.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback # User Feedback
## Issues ## Issues