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

Request: arm64 image(s) #12

Closed
danielluke opened this issue Jun 16, 2022 · 2 comments · Fixed by #13
Closed

Request: arm64 image(s) #12

danielluke opened this issue Jun 16, 2022 · 2 comments · Fixed by #13
Assignees

Comments

@danielluke
Copy link

Would love to have linux/arm64 versions (for local testing on rpi cluster).

@sxd sxd self-assigned this Jun 19, 2022
sxd added a commit that referenced this issue Jun 19, 2022
Closes #12

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
sxd added a commit that referenced this issue Jun 20, 2022
Build PgBouncer images for arm64 and armv7

Closes #12

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
@sxd
Copy link
Member

sxd commented Jun 20, 2022

@danielluke the images are in the pgbouncer-testing, if you can test it will be great!

sxd added a commit that referenced this issue Jun 20, 2022
Build PgBouncer images for arm64 and armv7

Closes #12

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
sxd added a commit that referenced this issue Jun 21, 2022
Build PgBouncer images for arm64 and armv7

Closes #12

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
mnencia pushed a commit that referenced this issue Jun 21, 2022
Build PgBouncer images for arm64 and armv7

Closes #12

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
@danielluke
Copy link
Author

Tried with:

apiVersion: postgresql.cnpg.io/v1
kind: Pooler
metadata:
  name: example-rw
  namespace: example
spec:
  cluster:
    name: exampledb

  instances: 2
  type: rw

  pgbouncer:
    poolMode: transaction

  template:
    spec:
      containers:
      - name: pooler
        image: ghcr.io/cloudnative-pg/pgbouncer-testing:main

... images crash loop with:

2022-06-21 21:43:04.499 UTC [8] ERROR load_init_file: main section missing from config file
2022-06-21 21:43:04.500 UTC [8] FATAL cannot load config file

I haven't had a chance to do any debugging (yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants