Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/postgresql] Tag 14 is broken in docker hub #2689

Closed
jmueller42 opened this issue Aug 10, 2022 · 6 comments
Closed

[bitnami/postgresql] Tag 14 is broken in docker hub #2689

jmueller42 opened this issue Aug 10, 2022 · 6 comments
Assignees
Labels
postgresql solved tech-issues The user has a technical issue about an application

Comments

@jmueller42
Copy link

Name and Version

bitnami/postgresql:14

What steps will reproduce the bug?

  1. Create Dockerfile:
FROM bitnami/postgresql:14
RUN ls
  1. 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 google/go-containerregistry#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.

@jmueller42 jmueller42 added the tech-issues The user has a technical issue about an application label Aug 10, 2022
@bitnami-bot bitnami-bot added the triage Triage is needed label Aug 10, 2022
@BernhardGruen
Copy link

I am affected by this issue too.

@bitnami-bot bitnami-bot added in-progress and removed triage Triage is needed labels Aug 11, 2022
@bitnami-bot bitnami-bot assigned gongomgra and unassigned rafariossaa Aug 11, 2022
@gongomgra
Copy link
Contributor

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.

@BernhardGruen
Copy link

Hey @gongomgra,

Thank you for your answer. It seems the problem is not present anymore with the newly released container version.

@gongomgra
Copy link
Contributor

Hi @BernhardGruen ,

Good to know it solved your issue! Please @jmueller42 confirm if it worked for you as well

@jmueller42
Copy link
Author

I can confirm it's fixed for me too.
Thank you very much @gongomgra

@gongomgra
Copy link
Contributor

Hi @jmueller42, good to know. We are closing this ticket now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postgresql solved tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

5 participants