[bitnami/postgresql] Tag 14 is broken in docker hub
Name and Version
bitnami/postgresql:14
What steps will reproduce the bug?
- Create Dockerfile:
FROM bitnami/postgresql:14
RUN ls
- Execute image build
docker run -v $PWD:/workspace --entrypoint=/kaniko/executor gcr.io/kaniko-project/executor:v1.8.1-debug --verbosity=info --context . --dockerfile Dockerfile --no-push
What is the expected behavior?
to be able to use bitnami/postgresql:14 as base image
What do you see instead?
INFO[0000] Retrieving image manifest bitnami/postgresql:14 INFO[0000] Retrieving image bitnami/postgresql:14 from registry index.docker.io error building image: unsupported MediaType: "application/vnd.docker.distribution.manifest.v1+prettyjws", see https://github.com/google/go-containerregistry/issues/377
Additional information
The last successful build using bitnami/postgresql:14 as base image was on august 8. 11am utc+0.
bitnami/postgresql:13 and bitnami/postgresql:12 are still working.
I am affected by this issue too.
Hi @jmueller42, @BernhardGruen
I see in our GitHub repository for PostgreSQL that branch 14 is the only one without a recent update (like the rest of branches). We will work on releasing a new revision of the container. Let's see if the new version solves your issue somehow.
Hey @gongomgra,
Thank you for your answer. It seems the problem is not present anymore with the newly released container version.
Hi @BernhardGruen ,
Good to know it solved your issue! Please @jmueller42 confirm if it worked for you as well
I can confirm it's fixed for me too. Thank you very much @gongomgra
Hi @jmueller42, good to know. We are closing this ticket now!