Closed
Description
Updated docker image with tag postgres:14
is broken
Steps to reproduce:
- Existing Dockerfile, worked fine until today, just need to add postgis
FROM postgres:14
RUN apt-get update -y && apt-get install postgresql-14-postgis-3 -y
- Starting from today got an errors running
docker build
command:
<Skipped>
apt-get update
Get:1 http://deb.debian.org/debian bookworm InRelease [147 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Err:1 http://deb.debian.org/debian bookworm InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY F8D2585B8783D481
Err:2 http://deb.debian.org/debian bookworm-updates InRelease
<skipped>
- Actual result: Build Failed
- Expected result: extension is installed
Workaround:
Replace FROM postgres:14
with FROM postgres:14-bullseye
(not possible to fix in my upstream repo, so I have to use sed
in the build pipeline to do the fix on-the-fly)
Metadata
Metadata
Assignees
Labels
No labels