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

[BUG] exec format error & exited with code 1 #123

Open
4n70w4 opened this issue Dec 23, 2023 · 0 comments
Open

[BUG] exec format error & exited with code 1 #123

4n70w4 opened this issue Dec 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@4n70w4
Copy link

4n70w4 commented Dec 23, 2023

Describe the bug

All containers exited with code 1

[+] Running 9/0
 ✔ Container taiga-taiga-async-rabbitmq-1   Running                                                                                                         0.0s
 ✔ Container taiga-taiga-front-1            Created                                                                                                         0.0s
 ✔ Container taiga-taiga-events-rabbitmq-1  Running                                                                                                         0.0s
 ✔ Container taiga-taiga-db-1               Running                                                                                                         0.0s
 ✔ Container taiga-taiga-protected-1        Created                                                                                                         0.0s
 ✔ Container taiga-taiga-events-1           Created                                                                                                         0.0s
 ✔ Container taiga-taiga-back-1             Created                                                                                                         0.0s
 ✔ Container taiga-taiga-async-1            Created                                                                                                         0.0s
 ✔ Container taiga-taiga-gateway-1          Created                                                                                                         0.0s
Attaching to taiga-taiga-async-1, taiga-taiga-async-rabbitmq-1, taiga-taiga-back-1, taiga-taiga-db-1, taiga-taiga-events-1, taiga-taiga-events-rabbitmq-1, taiga-taiga-front-1, taiga-taiga-gateway-1, taiga-taiga-protected-1
taiga-taiga-protected-1        | exec ./docker/entrypoint.sh: exec format error
taiga-taiga-events-1           | exec ./docker/entrypoint.sh: exec format error
taiga-taiga-front-1            | exec /docker-entrypoint.sh: exec format error
taiga-taiga-protected-1 exited with code 1
taiga-taiga-events-1 exited with code 1
taiga-taiga-front-1 exited with code 1
taiga-taiga-async-1            | exec /taiga-back/docker/async_entrypoint.sh: exec format error
taiga-taiga-back-1             | exec ./docker/entrypoint.sh: exec format error
taiga-taiga-async-1 exited with code 1
taiga-taiga-back-1 exited with code 1
taiga-taiga-gateway-1          | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
taiga-taiga-gateway-1          | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
taiga-taiga-gateway-1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
taiga-taiga-gateway-1          | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
taiga-taiga-gateway-1          | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
taiga-taiga-gateway-1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
taiga-taiga-gateway-1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
taiga-taiga-gateway-1          | /docker-entrypoint.sh: Configuration complete; ready for start up
taiga-taiga-gateway-1          | 2023/12/23 19:11:24 [emerg] 1#1: host not found in upstream "taiga-front" in /etc/nginx/conf.d/default.conf:9
taiga-taiga-gateway-1          | nginx: [emerg] host not found in upstream "taiga-front" in /etc/nginx/conf.d/default.conf:9
taiga-taiga-gateway-1 exited with code 1

How can we reproduce the behavior

docker compose -f docker-compose.yml up

Screenshots
image

@4n70w4 4n70w4 added the bug Something isn't working label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant