Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hOU7b-0004tb-CS for pgsql-www@arkaria.postgresql.org; Wed, 08 May 2019 21:29:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hOU7a-0003tF-0H for pgsql-www@arkaria.postgresql.org; Wed, 08 May 2019 21:29:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hOU7Z-0003rm-Fm for pgsql-www@lists.postgresql.org; Wed, 08 May 2019 21:29:01 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hOU7W-0002Ja-T9 for pgsql-www@lists.postgresql.org; Wed, 08 May 2019 21:29:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:References:In-Reply-To:Subject:Cc: To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version:Sender: Reply-To:Content-ID:Content-Description; bh=MjyjS1pEyB7G6wQgfxZKECoEuUFyZowylFwKtG8aDY0=; b=lOD0X4bk6U0wMy6GANjQo77gCI aXKGThnjq5sDzbTrWTQchjet6eejnwK0zeX+WYRwlOSb5gY/N/dhT0sP4Hka4ANJ7ggDnh1BidBoo KiVQpoOvXGv5/SnFymKChyV4BCFbhX4oDIEVNUgIDvcdZCQQi6sIplbR52loiz4augSANPCGxEl5f 4fQliTOgp4+zTCvUh+XirbWFl1Gm5x3VdvvDKahy2H1cgGqYQe1J1wbmDpH8GDlbSI8qlP3p6hmP+ 4yAoCP6xDWIk4RHaNk/QBwONZPkgOb33IdY3SO2tWnYNZCl7cQBmMyieVjvPoQdwx7Hb67/Xyu8b8 qfuDFNtA==; Received: from meldrar.postgresql.org ([87.238.57.231] helo=webmail.postgresql.org) by meldrar.postgresql.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hOU7T-0003cJ-63; Wed, 08 May 2019 21:28:57 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 09 May 2019 07:28:54 +1000 From: Justin Clift To: Dave Page Cc: PostgreSQL WWW Subject: Re: Cleaning up the Download options In-Reply-To: References: Message-ID: X-Sender: justin@postgresql.org User-Agent: Roundcube Webmail/1.2.3 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2019-05-09 01:13, Dave Page wrote: > Comments etc? I'm out from EOD until Tuesday, but will review any > comments > somewhen after then, and make changes as appropriate (including > following > my own suggestions if noone disagrees with them :-p ). Should some kind of pointer to the Docker PostgreSQL images also be there? https://hub.docker.com/_/postgres From a quick glance, they seem to be kept reasonably up to date. :) + Justin