From a99185456712b0f80218fb63e9690480e51fe3e6 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 29 Jul 2016 10:01:36 -0700 Subject: [PATCH] Run update.sh --- orientdb/README.md | 4 ++-- postgres/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/orientdb/README.md b/orientdb/README.md index f8ba9c1b7..77debd5f4 100644 --- a/orientdb/README.md +++ b/orientdb/README.md @@ -2,9 +2,9 @@ - [`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/a43637b03a105ceb1104cbf5e42e93e1ffed0944/2.0/Dockerfile) - [`2.1.19` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/a4d5ab55f745eaf008fb3a1f6092a853e2183b1a/2.1/Dockerfile) -- [`2.2.5`, `latest` (*2.2/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/38ece971ae756250ef0b127e253f55cd802c9a00/2.2/Dockerfile) +- [`2.2.6`, `latest` (*2.2/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/00c2eeb02e9d583d606a8909c7e25637d0c2879f/2.2/Dockerfile) -[![](https://badge.imagelayers.io/orientdb:latest.svg)](https://imagelayers.io/?images=orientdb:2.0.18,orientdb:2.1.19,orientdb:2.2.5) +[![](https://badge.imagelayers.io/orientdb:latest.svg)](https://imagelayers.io/?images=orientdb:2.0.18,orientdb:2.1.19,orientdb:2.2.6) 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). diff --git a/postgres/README.md b/postgres/README.md index 339346348..a596643b9 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -34,7 +34,7 @@ $ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postg This image includes `EXPOSE 5432` (the postgres port), so standard container linking will make it automatically available to the linked containers. The default `postgres` user and database are created in the entrypoint with `initdb`. > The postgres database is a default database meant for use by users, utilities and third party applications. -> [postgresql.org/docs](http://www.postgresql.org/docs/9.3/interactive/app-initdb.html) +> [postgresql.org/docs](http://www.postgresql.org/docs/9.5/interactive/app-initdb.html) ## connect to it from an application