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 1jkYum-0002wT-Nl for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 14 Jun 2020 20:07:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jkYuE-0006EJ-HP for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 14 Jun 2020 20:07:02 +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 1jkYuE-0006EC-0B for pgsql-pkg-debian@lists.postgresql.org; Sun, 14 Jun 2020 20:07:02 +0000 Received: from [173.228.157.52] (helo=pb-smtp20.pobox.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jkYu4-00089v-TF for pgsql-pkg-debian@postgresql.org; Sun, 14 Jun 2020 20:07:00 +0000 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 2707BC03F3; Sun, 14 Jun 2020 16:06:39 -0400 (EDT) (envelope-from david@justatheory.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from :message-id:content-type:mime-version:subject:date:in-reply-to :cc:to:references; s=sasl; bh=W+4nOuwJpmp6xx/cVL/RFE63ypk=; b=pd fOhvzwmgEin8rx41hgtL/OJjO1pMQ7QD6K91QAE4rCyd6UJHB2pVuBOobiSaqGUq ckSkehxgczkahecgvranPQcsZbyg5AsgFkynBoHe54576vBp0IO8r4XTfAf9pK8a FgNHGnkEtkjr65v343Cou1jetHQeLauNiHl77sT+w= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 1E88BC03F2; Sun, 14 Jun 2020 16:06:39 -0400 (EDT) (envelope-from david@justatheory.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=justatheory.com; h=from:message-id:content-type:mime-version:subject:date:in-reply-to:cc:to:references; s=mesmtp; bh=ShaQkmIZ+wt+jqu47l/FT6Kx/ly+IocjihOgfpoAdSg=; b=R3svtSJ1soluNnWcr+WTZKzhwP7hu03OKA7omwyA8ICd/mQFEUd4s0JfhA9E7pU0FtIHP5MNlnadYGifpcSHuMTOa85995ZjatadxRQKSkOtyu3gkjDnFCyj/Ml/uLwv/vHCWpA5UO8xBfSJoFpL9Eq3FznSOM8eKi01yO39zfU= Received: from [10.0.11.106] (unknown [158.222.197.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id E8371C03ED; Sun, 14 Jun 2020 16:06:35 -0400 (EDT) (envelope-from david@justatheory.com) From: "David E. Wheeler" Message-Id: <3FBE4444-B0C3-4EA9-8403-2F0DAE94D2BB@justatheory.com> Content-Type: multipart/signed; boundary="Apple-Mail=_01744356-5670-4513-82E9-346D6E6859ED"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: Update Old Version Public Keys? Date: Sun, 14 Jun 2020 16:06:33 -0400 In-Reply-To: <20200614152851.GA4144@msg.df7cb.de> Cc: pgsql-pkg-debian@postgresql.org To: Christoph Berg References: <522ED40C-C3D6-4BA8-B88D-45C7EB74F9C7@justatheory.com> <20200608142813.GG2654726@msg.df7cb.de> <20200614152851.GA4144@msg.df7cb.de> X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Pobox-Relay-ID: 8CF1C376-AE7A-11EA-B37E-B0405B776F7B-76319746!pb-smtp20.pobox.com X-Host-Lookup-Failed: Reverse DNS lookup failed for 173.228.157.52 (deferred) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --Apple-Mail=_01744356-5670-4513-82E9-346D6E6859ED Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > There's a shell script to automate these bits in postgresql-common 204 > or newer: >=20 > /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v 13 >=20 > = https://salsa.debian.org/postgresql/postgresql-common/-/blob/master/pgdg/a= pt.postgresql.org.sh Okay. I=E2=80=99m doing this: ADD https://www.postgresql.org/media/keys/ACCC4CF8.asc . RUN apt-key add ACCC4CF8.asc \ && rm ACCC4CF8.asc \ && echo deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main = > /etc/apt/sources.list.d/pgdg.list This is so that the container can install any supported version (except = 13). Is it possible to have both? Should I grab apt.postgresql.org.sh = and use it to set up both the normal repo *and* for 13? Something like: ADD = https://salsa.debian.org/postgresql/postgresql-common/-/blob/master/pgdg/a= pt.postgresql.org.sh \ && apt.postgresql.org.sh \ && /apt.postgresql.org.sh -v 13 And then would it support `apt-get install postgresql-13`? Thanks, David --Apple-Mail=_01744356-5670-4513-82E9-346D6E6859ED Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEd+KfmbOQis6ZycGGkt9idPjIgfEFAl7mg0kACgkQkt9idPjI gfH/FQ//R1Z6kQD+PruNWbyGXPGycT0wM4s4UzmZh1AJqj/qXBLGxiIBDONYb6/a yV6hEinQ8BUoXmBRHbH0LqQPyI8SWck6gRttxW1pGaeWJA22xiz6gCO6PNUKfXkd IUk2rA7KlEzcjCKAU5AZMDX6+HfzsOinENrP1Eu59PKLZ381W4y4xvDY1w2RyAaJ euqG93wa1lS5hfzdvfREpiP4fuzzNw1Abn6wcuhNrUxvNyHMEONKSYeJDCbybHZQ mZ1Q59f4VsJO7Wp2N3uw37oV++aEL/IPlZr61es3QRVGAB9ioX5dNUOrVtPvkls0 ZbR9AWTLjeytM705guB2qeoTluAeq2oRRoK2hATQTkT30rWLfQT5e0PLEc5NgPnN 457SlHFuJ9mSJ2e3rfZ4A8/H6PGB4fCn3ttzd2nfCaVPH46I9POTK4eV9/E2m0AD llyuqeZC/pFvnBAxSBKP6VIDHqYXLVQW8MdODWIFbIFC/skHSyq/dxBKqPRhD1RD lRTe8N9lvoZhx6e3ua6qM7mVTxkhk9KEsv3Sbk4VKIcoajhBEtta4MXIlRxs3Ki1 ScQaeYm0aLX2KdYC8RQTk5RBxW2I2nvg6f+6GwKSfTkNjDojgG+neCJTVr3QI7Zm Kl912wyT1uJovx5HQQS594brm0aSnKsd3ERKHJ1HLqIuUpRXYFI= =t77g -----END PGP SIGNATURE----- --Apple-Mail=_01744356-5670-4513-82E9-346D6E6859ED--