Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

deprecated Bitnami PostgreSQL#20014

Unanswered
alexveecle asked this question inGeneral
Sep 18, 2025· 5 comments· 1 reply
Discussion options

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Seehttps://hub.docker.com/r/bitnami/postgresql; I didn't remember about this and while provisioning a local Coder environment, I faced image pull issues.

The instructions athttps://coder.com/docs/install/kubernetes will start failing for everyone. I would suggest the instructions are updated.

Relevant Log Output

Failed to pull image"docker.io/bitnami/postgresql:17.6.0-debian-12-r4": rpc error: code = NotFound desc = failed to pull and unpack image"docker.io/bitnami/postgresql:17.6.0-debian-12-r4": failed to resolve reference"docker.io/bitnami/postgresql:17.6.0-debian-12-r4": docker.io/bitnami/postgresql:17.6.0-debian-12-r4: not found

Expected Behavior

Following the Kubernetes instructions works.

Steps to Reproduce

  1. Follow the instructions athttps://coder.com/docs/install/kubernetes
  2. Receive:
Failed to pull image "docker.io/bitnami/postgresql:17.6.0-debian-12-r4": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/postgresql:17.6.0-debian-12-r4": failed to resolve reference "docker.io/bitnami/postgresql:17.6.0-debian-12-r4": docker.io/bitnami/postgresql:17.6.0-debian-12-r4: not found

Environment

  • Host OS: Kubernetes
  • Coder version: current

Additional Context

The issue is new (previously worked fine)

You must be logged in to vote

Replies: 5 comments 1 reply

Comment options

For people affected, temporarily I have verified that the following values resulting in a working Coder, but I do not endorse them:

image.repository: bitnamisecure/postgresqlimage.tag: latestglobal.security.allowInsecureImages: true
You must be logged in to vote
1 reply
@wachtell
Comment options

Thank you - this worked for me!

Comment options

I faced that too.
i just used this postgres chart.

helm repo add postgres https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgreshelm upgrade -i postgres  postgres/postgres -n coder --set environmentVariables.POSTGRES_DB=coder --set environmentVariables.POSTGRES_USER=coder --set environmentVariables.POSTGRES_PASSWORD=coder --set volume.size=10Gi
You must be logged in to vote
0 replies
Comment options

@david-fraley, can you help here?

You must be logged in to vote
0 replies
Comment options

Hey everyone! Thanks for calling this out.

Yes, Bitnami isarchiving the image we had originally called for using. For now, we recommend using their legacy image. See the updatedinstructions here.

You must be logged in to vote
0 replies
Comment options

I have this issue as well, and it also includes redis!

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
5 participants
@alexveecle@matifali@wachtell@david-fraley@super-kishik
Converted from issue

This discussion was converted from issue #19869 on September 29, 2025 13:52.


[8]ページ先頭

©2009-2025 Movatter.jp