Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkRrC-00020W-30 for pgsql-www@arkaria.postgresql.org; Tue, 09 Nov 2021 14:12:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mkRrB-0007CB-03 for pgsql-www@arkaria.postgresql.org; Tue, 09 Nov 2021 14:12:13 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkRrA-0007C1-PG for pgsql-www@lists.postgresql.org; Tue, 09 Nov 2021 14:12:12 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkRr8-0000MU-8a for pgsql-www@postgresql.org; Tue, 09 Nov 2021 14:12:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Subject:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version:Sender:Reply-To:Cc: Content-ID:Content-Description:In-Reply-To:References; bh=WK/cU1lcRJ2Y1WblpckdJPXe8GJFbnvY/idKuQzU+E0=; b=62qCxX6l4QM7p7sHcIXlWMjl9A N/wFEzrSbJbkVOvTO9yAnkvcqmlhFbESSQfOYlV6h58c0itcgd9yigz4lp8Q828pf44dzFWcVwX8p PQdbt4hSmRbQBKfnQ5JacCMVUDH9c4gVHepAkEYHSwl2N0j+l6EZXI3PwPjpATsotzwUIaTJVb3gU fLv74HLNzCCTQj+0oWtGv7TYh/g6F5c/9laUZ92GlOmViCiJ/Y8rbKUFhAZa1QFqL2jgLkpBrXVAT czmfnTUE2DnLlhlL/x11dYoxhpMvWzFkOc8ORp+MxtL1oSia9OVia+T5jPTgtJMTDl7WIpCNe3+F5 +gP17FOQ==; Received: from meldrar.postgresql.org ([87.238.57.231] helo=webmail.postgresql.org) by meldrar.postgresql.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mkRr0-0007QD-0i for pgsql-www@postgresql.org; Tue, 09 Nov 2021 14:12:08 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 10 Nov 2021 01:12:00 +1100 From: Justin Clift To: pgsql-www@postgresql.org Subject: Docker images on download page? Message-ID: <05d86238a6e46da637c415bd261451de@postgresql.org> X-Sender: justin@postgresql.org User-Agent: Roundcube Webmail/1.3.16 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi us ;), Looking through our Downloads page, there doesn't appear to be a super obvious "Docker" image to point people at. eg, the OS list has: * Linux * macOS * Windows * BSD * Solaris Should we add Docker there too (with useful info), as it's kind of OS agnostic? Or am I just not noticing something obvious? :) For reference, there are PG docker images which seem to be well regarded (AFAIK): https://hub.docker.com/_/postgres + Justin