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

Docker fix #1252

Closed
wants to merge 3 commits into from
Closed

Docker fix #1252

wants to merge 3 commits into from

Conversation

afsalthaj
Copy link
Contributor

@afsalthaj afsalthaj commented Jan 21, 2025

(Debian 10.2.1-6) 10.2.1 20210110, 64-bit
postgres-1                             | 2025-01-21 13:22:53.444 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres-1                             | 2025-01-21 13:22:53.444 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres-1                             | 2025-01-21 13:22:53.460 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1                             | 2025-01-21 13:22:53.471 UTC [29] LOG:  database system was shut down at 2025-01-21 13:22:48 UTC
postgres-1                             | 2025-01-21 13:22:53.482 UTC [1] LOG:  database system is ready to accept connections
golem-shard-manager-1                  | ./golem-shard-manager: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./golem-shard-manager)
golem-shard-manager-1                  | ./golem-shard-manager: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./golem-shard-manager)
golem-shard-manager-1                  | ./golem-shard-manager: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ./golem-shard-manager)
golem-worker-executor-1                | ./worker-executor: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./worker-executor)
golem-worker-executor-1                | ./worker-executor: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./worker-executor)
golem-worker-executor-1                | ./worker-executor: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ./worker-executor)
golem-shard-manager-1 exited with code 1
golem-worker-executor-1 exited with code 1
golem-worker-service-1                 | ./golem-worker-service: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./golem-worker-service)
golem-worker-service-1                 | ./golem-worker-service: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./golem-worker-service)
golem-worker-service-1                 | ./golem-worker-service: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ./golem-worker-service)
golem-component-service-1              | ./golem-component-service: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./golem-component-service)
golem-component-service-1              | ./golem-component-service: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./golem-component-service)
golem-component-service-1              | ./golem-component-service: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ./golem-component-service)
golem-component-service-1 exited with code 1
golem-worker-service-1 exited with code 1
golem-component-compilation-service-1  | ./golem-component-compilation-service: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./golem-component-compilation-service)
golem-component-compilation-service-1  | ./golem-component-compilation-service: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./golem-component-compilation-service)
golem-component-compilation-service-1  | ./golem-component-compilation-service: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ./golem-component-compilation-service)
golem-component-compilation-service-1 exited with code 1
router-1                               | 2025/01/21 13:23:00 [emerg] 1#1: host not found in upstream "golem-worker-service" in /etc/nginx/nginx.conf:16
router-1                               | nginx: [emerg] host not found in upstream "golem-worker-service" in /etc/nginx/nginx.conf:16

I think we can also use specific 24.10 version if needed: https://hub.docker.com/_/ubuntu, and that's 2.40

https://packages.debian.org/bookworm/libc6 (I guess that's 2.36)

@afsalthaj afsalthaj closed this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant