Run update.sh

This commit is contained in:
Docker Library Bot 2015-07-23 16:03:48 -07:00
parent 3e94ed763c
commit 37becf79f3
9 changed files with 110 additions and 33 deletions

View File

@ -1,7 +1,8 @@
# Supported tags and respective `Dockerfile` links
- [`2.0.16`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/711f62f57e181eb373910246e27036aaa14eb54f/2.0/Dockerfile)
- [`2.1.8`, `2.1`, `latest` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3a63378f4be40687816258e1cb9f96e2dd76104f/2.1/Dockerfile)
- [`2.0.16`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/b9b173c523af2da70fdd898565a556af12d6b23a/2.0/Dockerfile)
- [`2.1.8`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/1a2fa7d60b9fca1135df05e3b0f7795d3485e2d6/2.1/Dockerfile)
- [`2.2.0`, `2.2`, `2`, `latest` (*2.2/Dockerfile*)](https://github.com/docker-library/cassandra/blob/081e3c47f144279ac5fe16a024581f3fd9b62521/2.2/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/cassandra`)](https://github.com/docker-library/official-images/blob/master/library/cassandra) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

58
owncloud/README.md Normal file
View File

@ -0,0 +1,58 @@
# Supported tags and respective `Dockerfile` links
- [`6.0.6`, `6.0`, `6` (*6.0/Dockerfile*)](https://github.com/docker-library/owncloud/blob/f89dd58b776970f9b3ed22ab8672e757813f0979/6.0/Dockerfile)
- [`7.0.4`, `7.0`, `7` (*7.0/Dockerfile*)](https://github.com/docker-library/owncloud/blob/f89dd58b776970f9b3ed22ab8672e757813f0979/7.0/Dockerfile)
- [`8.0.5`, `8.0` (*8.0/Dockerfile*)](https://github.com/docker-library/owncloud/blob/f89dd58b776970f9b3ed22ab8672e757813f0979/8.0/Dockerfile)
- [`8.1.0`, `8.1`, `8`, `latest` (*8.1/Dockerfile*)](https://github.com/docker-library/owncloud/blob/f89dd58b776970f9b3ed22ab8672e757813f0979/8.1/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/owncloud`)](https://github.com/docker-library/official-images/blob/master/library/owncloud) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
# What is ownCloud?
ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily—all under your control. ownClouds open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage.
> [owncloud.org](https://owncloud.org/)
![logo](https://raw.githubusercontent.com/docker-library/docs/master/owncloud/logo.png)
# How to use this image
## Start ownCloud
Starting the ownCloud 8.1 instance listening on port 80 is as easy as the following:
docker run -d -p 80:80 owncloud:8.1
Then go to http://localhost/ and go through the wizard. By default this container uses SQLite for data storage, but the wizard should allow for connecting to an existing database. Additionally, tags for 6.0, 7.0, or 8.0 are available.
### Caveat
When using the 6.0 image, you need to map the host port to the container port that apache listens on when going through the installation wizard. By default, this is port 80.
# License
View [license information](https://owncloud.org/contribute/agreement/) for the software contained in this image.
# Supported Docker versions
This image is officially supported on Docker version 1.7.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
# User Feedback
## Documentation
Documentation for this image is stored in the [`owncloud/` directory](https://github.com/docker-library/docs/tree/master/owncloud) 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.
## Issues
If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/docker-library/owncloud/issues).
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/docker-library/owncloud/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.

View File

@ -9,9 +9,9 @@
- [`5.6.11-cli`, `5.6-cli`, `5-cli`, `cli`, `5.6.11`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/php/blob/32887c1de338d0ad582393b5f1dafd292334423f/5.6/Dockerfile)
- [`5.6.11-apache`, `5.6-apache`, `5-apache`, `apache` (*5.6/apache/Dockerfile*)](https://github.com/docker-library/php/blob/32887c1de338d0ad582393b5f1dafd292334423f/5.6/apache/Dockerfile)
- [`5.6.11-fpm`, `5.6-fpm`, `5-fpm`, `fpm` (*5.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/32887c1de338d0ad582393b5f1dafd292334423f/5.6/fpm/Dockerfile)
- [`7.0.0beta1-cli`, `7.0-cli`, `7-cli`, `7.0.0beta1`, `7.0`, `7` (*7.0/Dockerfile*)](https://github.com/docker-library/php/blob/0e983d18f2f306d48ac973f0d144c2a969b1f536/7.0/Dockerfile)
- [`7.0.0beta1-apache`, `7.0-apache`, `7-apache` (*7.0/apache/Dockerfile*)](https://github.com/docker-library/php/blob/0e983d18f2f306d48ac973f0d144c2a969b1f536/7.0/apache/Dockerfile)
- [`7.0.0beta1-fpm`, `7.0-fpm`, `7-fpm` (*7.0/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/0e983d18f2f306d48ac973f0d144c2a969b1f536/7.0/fpm/Dockerfile)
- [`7.0.0beta2-cli`, `7.0-cli`, `7-cli`, `7.0.0beta2`, `7.0`, `7` (*7.0/Dockerfile*)](https://github.com/docker-library/php/blob/7e116d79061e57bed779e1f2512fbc80b43bf43d/7.0/Dockerfile)
- [`7.0.0beta2-apache`, `7.0-apache`, `7-apache` (*7.0/apache/Dockerfile*)](https://github.com/docker-library/php/blob/7e116d79061e57bed779e1f2512fbc80b43bf43d/7.0/apache/Dockerfile)
- [`7.0.0beta2-fpm`, `7.0-fpm`, `7-fpm` (*7.0/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/7e116d79061e57bed779e1f2512fbc80b43bf43d/7.0/fpm/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/php`)](https://github.com/docker-library/official-images/blob/master/library/php) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links
- [`3.5.3`, `3.5`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/aae4d2b9773419a7421e413337068b32feb4995a/Dockerfile)
- [`3.5.3-management`, `3.5-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/aae4d2b9773419a7421e413337068b32feb4995a/management/Dockerfile)
- [`3.5.4`, `3.5`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/9374efb2bf4c75ce3011517cf6c292e85b0949ac/Dockerfile)
- [`3.5.4-management`, `3.5-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/9374efb2bf4c75ce3011517cf6c292e85b0949ac/management/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/rabbitmq`)](https://github.com/docker-library/official-images/blob/master/library/rabbitmq) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,17 +1,17 @@
# Supported tags and respective `Dockerfile` links
- [`2.0.0-p645`, `2.0.0`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.0/Dockerfile)
- [`2.0.0-p645`, `2.0.0`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.0/Dockerfile)
- [`2.0.0-p645-onbuild`, `2.0.0-onbuild`, `2.0-onbuild` (*2.0/onbuild/Dockerfile*)](https://github.com/docker-library/ruby/blob/4ccabb5557ce2001aa1ae2a5f719340eb33c0383/2.0/onbuild/Dockerfile)
- [`2.0.0-p645-slim`, `2.0.0-slim`, `2.0-slim` (*2.0/slim/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.0/slim/Dockerfile)
- [`2.0.0-p645-wheezy`, `2.0.0-wheezy`, `2.0-wheezy` (*2.0/wheezy/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.0/wheezy/Dockerfile)
- [`2.1.6`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.1/Dockerfile)
- [`2.0.0-p645-slim`, `2.0.0-slim`, `2.0-slim` (*2.0/slim/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.0/slim/Dockerfile)
- [`2.0.0-p645-wheezy`, `2.0.0-wheezy`, `2.0-wheezy` (*2.0/wheezy/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.0/wheezy/Dockerfile)
- [`2.1.6`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.1/Dockerfile)
- [`2.1.6-onbuild`, `2.1-onbuild` (*2.1/onbuild/Dockerfile*)](https://github.com/docker-library/ruby/blob/4ccabb5557ce2001aa1ae2a5f719340eb33c0383/2.1/onbuild/Dockerfile)
- [`2.1.6-slim`, `2.1-slim` (*2.1/slim/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.1/slim/Dockerfile)
- [`2.1.6-wheezy`, `2.1-wheezy` (*2.1/wheezy/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.1/wheezy/Dockerfile)
- [`2.2.2`, `2.2`, `2`, `latest` (*2.2/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.2/Dockerfile)
- [`2.1.6-slim`, `2.1-slim` (*2.1/slim/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.1/slim/Dockerfile)
- [`2.1.6-wheezy`, `2.1-wheezy` (*2.1/wheezy/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.1/wheezy/Dockerfile)
- [`2.2.2`, `2.2`, `2`, `latest` (*2.2/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.2/Dockerfile)
- [`2.2.2-onbuild`, `2.2-onbuild`, `2-onbuild`, `onbuild` (*2.2/onbuild/Dockerfile*)](https://github.com/docker-library/ruby/blob/4ccabb5557ce2001aa1ae2a5f719340eb33c0383/2.2/onbuild/Dockerfile)
- [`2.2.2-slim`, `2.2-slim`, `2-slim`, `slim` (*2.2/slim/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.2/slim/Dockerfile)
- [`2.2.2-wheezy`, `2.2-wheezy`, `2-wheezy`, `wheezy` (*2.2/wheezy/Dockerfile*)](https://github.com/docker-library/ruby/blob/5b80d07084f0fb590126cdea49e6b0036f44cd9a/2.2/wheezy/Dockerfile)
- [`2.2.2-slim`, `2.2-slim`, `2-slim`, `slim` (*2.2/slim/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.2/slim/Dockerfile)
- [`2.2.2-wheezy`, `2.2-wheezy`, `2-wheezy`, `wheezy` (*2.2/wheezy/Dockerfile*)](https://github.com/docker-library/ruby/blob/3c8701dbc263001651f8a0ac44bfb1c6113b69fa/2.2/wheezy/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/ruby`)](https://github.com/docker-library/official-images/blob/master/library/ruby) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,6 +1,6 @@
# Supported tags and respective `Dockerfile` links
- [`7.6.2`, `7.6`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/f91422340daafd427feacf91994520ade4e10127/Dockerfile)
- [`7.6.2`, `7.6`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/60493984a039cdde4e55e85fc7aa8003b2a574f9/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/sentry`)](https://github.com/docker-library/official-images/blob/master/library/sentry) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
@ -14,19 +14,43 @@ Sentry is a realtime event logging and aggregation platform. It specializes in m
# How to use this image
## start a sentry instance
## how to setup a full sentry instance
### PostgreSQL database (as recommended by upstream)
1. start a redis container
docker run --name some-sentry --link some-postgres:postgres -d sentry
docker run -d --name some-redis redis
### MySQL database
2. start a database container:
docker run --name some-sentry --link some-mysql:mysql -d sentry
- Postgres (recommended by upstream):
### Redis buffering (recommended by upstream for any real workloads)
docker run -d --name some-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
To enable Update Buffers using Redis, just add `--link some-redis:redis` to the `docker run` arguments of your service.
- MySQL (later steps assume PostgreSQL, replace the `--link some-postgres:postres` with `--link some-mysql:mysql`):
docker run -d --name some-mysql -e MYSQL_ROOT_PASSWORD=secret -e MYSQL_DATABASE=sentry mysql
3. now start up sentry server
docker run -d --name some-sentry --link some-redis:redis --link some-postgres:postgres sentry
4. if this is a new database, you'll need to run `sentry upgrade`
docker run -it --rm --link some-postgres:postgres --link some-redis:redis sentry sentry upgrade
**Note: the `-it` is important as the initial upgrade will prompt to create an initial user and will fail without it**
5. the default config needs a celery beat and celery workers, start as many workers as you need (each with a unique name)
- using the celery image:
docker run -d --name celery-beat --link some-redis:redis -e CELERY_BROKER_URL=redis://redis celery celery beat
docker run -d --name celery-worker1 --link some-redis:redis -e CELERY_BROKER_URL=redis://redis celery
- using the celery bundled with sentry
docker run -d --name sentry-celery-beat --link some-redis:redis sentry sentry celery beat
docker run -d --name sentry-celery1 --link some-redis:redis sentry sentry celery worker
### port mapping
@ -34,14 +58,10 @@ If you'd like to be able to access the instance from the host without the contai
## configuring the initial user
The following assumes you chose PostgreSQL. If you did not, just replace the `--link` entries appropriately:
If you did not create a superuser during `sentry upgrade`, use the following to create one:
docker run -it --rm --link some-postgres:postgres sentry sentry createsuperuser
Once the user is created, you must run the following to give them the proper teams/access within the database: (replace `<username>` here with whatever was entered as the "Username" when prompted by `createsuperuser` above)
docker run -it --rm --link some-postgres:postgres sentry sentry repair --owner=<username>
# License
View [license information](https://github.com/getsentry/sentry/blob/master/LICENSE) for the software contained in this image.

View File

@ -2,7 +2,6 @@
- [`12.04.5`, `12.04`, `precise` (*12.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/93120c3d8c90fdcf5e08e984558fcc4a67d78072/12.04/Dockerfile)
- [`14.04.2`, `14.04`, `trusty`, `latest` (*14.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/93120c3d8c90fdcf5e08e984558fcc4a67d78072/14.04/Dockerfile)
- [`14.10`, `utopic` (*14.10/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/93120c3d8c90fdcf5e08e984558fcc4a67d78072/14.10/Dockerfile)
- [`15.04`, `vivid` (*15.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/93120c3d8c90fdcf5e08e984558fcc4a67d78072/15.04/Dockerfile)
- [`15.10`, `wily` (*15.10/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/93120c3d8c90fdcf5e08e984558fcc4a67d78072/15.10/Dockerfile)
- [`devel` (*devel/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/93120c3d8c90fdcf5e08e984558fcc4a67d78072/devel/Dockerfile)

View File

@ -2,7 +2,6 @@
- [`12.04.5`, `12.04`, `precise-20150626`, `precise` (*precise/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/4f7764b8eb70271b6a736341e090699fe058a198/precise/Dockerfile)
- [`14.04.2`, `14.04`, `trusty-20150630`, `trusty`, `latest` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/4f7764b8eb70271b6a736341e090699fe058a198/trusty/Dockerfile)
- [`14.10`, `utopic-20150625`, `utopic` (*utopic/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/4f7764b8eb70271b6a736341e090699fe058a198/utopic/Dockerfile)
- [`15.04`, `vivid-20150611`, `vivid` (*vivid/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/4f7764b8eb70271b6a736341e090699fe058a198/vivid/Dockerfile)
- [`15.10`, `wily-20150708`, `wily` (*wily/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/4f7764b8eb70271b6a736341e090699fe058a198/wily/Dockerfile)

View File

@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links
- [`4.2.2-apache`, `4.2.2`, `4.2-apache`, `4.2`, `4-apache`, `apache`, `4`, `latest` (*apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f/apache/Dockerfile)
- [`4.2.2-fpm`, `4.2-fpm`, `4-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f/fpm/Dockerfile)
- [`4.2.3-apache`, `4.2.3`, `4.2-apache`, `4.2`, `4-apache`, `apache`, `4`, `latest` (*apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/62313377280ec6a44525910dcb8ed78bf6313092/apache/Dockerfile)
- [`4.2.3-fpm`, `4.2-fpm`, `4-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/62313377280ec6a44525910dcb8ed78bf6313092/fpm/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/wordpress`)](https://github.com/docker-library/official-images/blob/master/library/wordpress) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).