Skip to content

[Bug]: Keycloak package is broken due 3rd party registry changes #69

@davivcgarcia

Description

@davivcgarcia

What is your environment, configuration, and command?

Bitnami has deprecated their public registry, and Keycloak package relied on their container images. This change broke the ArgoCD application, and other packages that depends on Keycloak.

[1] - bitnami/containers#83267

What did you do and What did you see instead?

From the Keycloak pods, I see the following events:

│ Events:                                                                                                                                                                                                                                        │
│   Type     Reason                  Age                  From                     Message                                                                                                                                                       │
│   ----     ------                  ----                 ----                     -------                                                                                                                                                       │
│   Normal   Scheduled               12m                  default-scheduler        Successfully assigned keycloak/keycloak-postgresql-0 to i-0bda4ff1999a088af                                                                                   │
│   Normal   SuccessfulAttachVolume  12m                  attachdetach-controller  AttachVolume.Attach succeeded for volume "pvc-c935651e-485b-4943-a268-7a0ddfa6c958"                                                                           │
│   Normal   Pulling                 9m21s (x5 over 12m)  kubelet                  Pulling image "docker.io/bitnami/postgresql:17.4.0-debian-12-r17"                                                                                             │
│   Warning  Failed                  9m20s (x5 over 12m)  kubelet                  Failed to pull image "docker.io/bitnami/postgresql:17.4.0-debian-12-r17": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnam │
│ i/postgresql:17.4.0-debian-12-r17": failed to resolve reference "docker.io/bitnami/postgresql:17.4.0-debian-12-r17": docker.io/bitnami/postgresql:17.4.0-debian-12-r17: not found                                                              │
│   Warning  Failed                  9m20s (x5 over 12m)  kubelet                  Error: ErrImagePull                                                                                                                                           │
│   Normal   BackOff                 2m4s (x43 over 12m)  kubelet                  Back-off pulling image "docker.io/bitnami/postgresql:17.4.0-debian-12-r17"                                                                                    │
│   Warning  Failed                  2m4s (x43 over 12m)  kubelet                  Error: ImagePullBackOff
│ Events:                                                                                                                                                                                                                                        │
│   Type     Reason     Age                  From               Message                                                                                                                                                                          │
│   ----     ------     ----                 ----               -------                                                                                                                                                                          │
│   Normal   Scheduled  17m                  default-scheduler  Successfully assigned keycloak/keycloak-0 to i-0bda4ff1999a088af                                                                                                                 │
│   Normal   Pulling    14m (x5 over 17m)    kubelet            Pulling image "docker.io/bitnami/keycloak:26.2.5-debian-12-r1"                                                                                                                   │
│   Warning  Failed     14m (x5 over 17m)    kubelet            Failed to pull image "docker.io/bitnami/keycloak:26.2.5-debian-12-r1": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/keycloak:26.2.5-debi │
│ an-12-r1": failed to resolve reference "docker.io/bitnami/keycloak:26.2.5-debian-12-r1": docker.io/bitnami/keycloak:26.2.5-debian-12-r1: not found                                                                                             │
│   Warning  Failed     14m (x5 over 17m)    kubelet            Error: ErrImagePull                                                                                                                                                              │
│   Normal   BackOff    2m9s (x64 over 17m)  kubelet            Back-off pulling image "docker.io/bitnami/keycloak:26.2.5-debian-12-r1"                                                                                                          │
│   Warning  Failed     2m9s (x64 over 17m)  kubelet            Error: ImagePullBackOff

Additional Information. Logs.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions