From 28fae11046932932b27e6a4963fbdae64854a5ad Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 6 Mar 2020 23:10:55 +0000 Subject: [PATCH] Run update.sh --- archlinux/README.md | 3 ++- couchbase/README.md | 2 +- elixir/README.md | 6 +++--- haskell/README.md | 5 +++-- photon/README.md | 4 ++-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/archlinux/README.md b/archlinux/README.md index fe9af1b6f..19d7f1f74 100644 --- a/archlinux/README.md +++ b/archlinux/README.md @@ -16,7 +16,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`latest`, `20200205`](https://github.com/archlinux/archlinux-docker/blob/38da0535b738f00ec3beeb18fef27758744b7f13/Dockerfile) +- [`latest`, `20200306`](https://github.com/archlinux/archlinux-docker/blob/7cc3899f3be9e2da0bc3c03f82f0f570df9ce908/Dockerfile) +- [`20200205`](https://github.com/archlinux/archlinux-docker/blob/38da0535b738f00ec3beeb18fef27758744b7f13/Dockerfile) - [`20200106`](https://github.com/archlinux/archlinux-docker/blob/5cda6709af009df0c1db0022629b45a2ddc9f717/Dockerfile) - [`20191205`](https://github.com/archlinux/archlinux-docker/blob/b285a662b4fb81b8614f8705d7ddd7681b8d530b/Dockerfile) - [`20191105`](https://github.com/archlinux/archlinux-docker/blob/15a9a3997aa8e571a8ce2a019b65b5eb698919ec/Dockerfile) diff --git a/couchbase/README.md b/couchbase/README.md index 6ceb941d5..15b69da27 100644 --- a/couchbase/README.md +++ b/couchbase/README.md @@ -17,7 +17,7 @@ WARNING: # Supported tags and respective `Dockerfile` links - [`latest`, `enterprise`, `6.5.0`, `enterprise-6.5.0`](https://github.com/couchbase/docker/blob/3775225f6eb1e6e9b92bb51ac3c0b86e6989fe9e/enterprise/couchbase-server/6.5.0/Dockerfile) -- [`community`, `community-6.0.0`](https://github.com/couchbase/docker/blob/201af2d1fd4988d23d980cef5b91763ee5fdc9b7/community/couchbase-server/6.0.0/Dockerfile) +- [`community`, `community-6.5.0`](https://github.com/couchbase/docker/blob/1f0db4001167a2d2e2a6a53483e50d9375df1ce4/community/couchbase-server/6.5.0/Dockerfile) # Quick reference diff --git a/elixir/README.md b/elixir/README.md index 37b977cda..b1afa7671 100644 --- a/elixir/README.md +++ b/elixir/README.md @@ -16,9 +16,9 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`1.10.1`, `1.10`, `latest`](https://github.com/c0b/docker-elixir/blob/3c7f7d55bf28a4f4689aac3d2e01bfa41173076d/1.10/Dockerfile) -- [`1.10.1-slim`, `1.10-slim`, `slim`](https://github.com/c0b/docker-elixir/blob/3c7f7d55bf28a4f4689aac3d2e01bfa41173076d/1.10/slim/Dockerfile) -- [`1.10.1-alpine`, `1.10-alpine`, `alpine`](https://github.com/c0b/docker-elixir/blob/3c7f7d55bf28a4f4689aac3d2e01bfa41173076d/1.10/alpine/Dockerfile) +- [`1.10.2`, `1.10`, `latest`](https://github.com/c0b/docker-elixir/blob/e99af9bdc18249ba09bf4f28717fce64e0cb9a7f/1.10/Dockerfile) +- [`1.10.2-slim`, `1.10-slim`, `slim`](https://github.com/c0b/docker-elixir/blob/e99af9bdc18249ba09bf4f28717fce64e0cb9a7f/1.10/slim/Dockerfile) +- [`1.10.2-alpine`, `1.10-alpine`, `alpine`](https://github.com/c0b/docker-elixir/blob/e99af9bdc18249ba09bf4f28717fce64e0cb9a7f/1.10/alpine/Dockerfile) - [`1.9.4`, `1.9`](https://github.com/c0b/docker-elixir/blob/0d9f47458468a8bf1407374731cbec077ab6f895/1.9/Dockerfile) - [`1.9.4-slim`, `1.9-slim`](https://github.com/c0b/docker-elixir/blob/0d9f47458468a8bf1407374731cbec077ab6f895/1.9/slim/Dockerfile) - [`1.9.4-alpine`, `1.9-alpine`](https://github.com/c0b/docker-elixir/blob/0d9f47458468a8bf1407374731cbec077ab6f895/1.9/alpine/Dockerfile) diff --git a/haskell/README.md b/haskell/README.md index 3271d2484..a9ac5477b 100644 --- a/haskell/README.md +++ b/haskell/README.md @@ -16,8 +16,9 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`8.8.1`, `8.8`, `8`, `latest`](https://github.com/haskell/docker-haskell/blob/aa517c24c51bbd54da5805517acd12120a9340ab/8.8/Dockerfile) -- [`8.6.5`, `8.6`](https://github.com/haskell/docker-haskell/blob/aa517c24c51bbd54da5805517acd12120a9340ab/8.6/Dockerfile) +- [`8.8.3`, `8.8`, `8`, `latest`](https://github.com/haskell/docker-haskell/blob/c7675920a33d47aa30ff5456ee622cd61a2d62be/8.8/Dockerfile) +- [`8.8.2`](https://github.com/haskell/docker-haskell/blob/1eaf476bf1a9933898f8e96bb366308485d9353f/8.8/Dockerfile) +- [`8.6.5`, `8.6`](https://github.com/haskell/docker-haskell/blob/c7675920a33d47aa30ff5456ee622cd61a2d62be/8.6/Dockerfile) # Quick reference diff --git a/photon/README.md b/photon/README.md index a57e412c3..6655df8cc 100644 --- a/photon/README.md +++ b/photon/README.md @@ -16,8 +16,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`3.0`, `3.0-20200221`, `latest`](https://github.com/vmware/photon-docker-image/blob/da1d3b54f5cb2a64eff4623e77f8d0ff52214291/docker/Dockerfile) -- [`1.0`, `1.0-20200228`](https://github.com/vmware/photon-docker-image/blob/df3b73416af43e4c2c80d036891c96ec56ca20e5/docker/Dockerfile) +- [`3.0`, `3.0-20200306`, `latest`](https://github.com/vmware/photon-docker-image/blob/d623921e0e1cc513e0969b179393cffa6934e756/docker/Dockerfile) +- [`1.0`, `1.0-20200306`](https://github.com/vmware/photon-docker-image/blob/70c58e6e0ac147d80e6591f9d801234da3972b64/docker/Dockerfile) - [`2.0`, `2.0-20200214`](https://github.com/vmware/photon-docker-image/blob/5d64836fa7ab3062cec8bd2843285dd2be025f88/docker/Dockerfile) # Quick reference