We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Running the ./launch-all.sh script with podman version 4.9.4 (RHEL9) fails (see error details below).
./launch-all.sh
How can we reproduce the behavior
Simply follow the Taiga 30min Setup instructions:
git clone https://github.com/taigaio/taiga-docker.git cd taiga-docker/ ./launch-all.sh
Before running ./launch-all.sh, edit the .env file according to your settings !
Taiga environment
Self-hosted docker installation.
Error related to the "taiga-docker_taiga-gateway_1" container:
podman run --name=taiga-docker_taiga-gateway_1 -d --requires=taiga-docker_taiga-async-rabbitmq_1,taiga-docker_taiga-events_1,taiga-docker_taiga-front_1,taiga-docker_taiga-db_1,taiga-docker_taiga-events-rabbitmq_1,taiga-docker_taiga-back_1 --label io.podman.compose.config-hash=ee85bf129b0068854e935f081caf9415fd23c1f9e145e51e193017b4810fb490 --label io.podman.compose.project=taiga-docker --label io.podman.compose.version=1.0.6 --label [email protected] --label com.docker.compose.project=taiga-docker --label com.docker.compose.project.working_dir=/home/wichtco/taiga-docker --label com.docker.compose.project.config_files=docker-compose.yml,docker-compose.penpot.yml --label com.docker.compose.container-number=1 --label com.docker.compose.service=taiga-gateway -v /home/wichtco/taiga-docker/taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf -v taiga-docker_taiga-static-data:/taiga/static -v taiga-docker_taiga-media-data:/taiga/media --net taiga-docker_taiga --network-alias taiga-gateway -p 9000:80 nginx:1.19-alpine Resolved "nginx" as an alias (/home/wichtco/.cache/containers/short-name-aliases.conf) Trying to pull docker.io/library/nginx:1.19-alpine... Getting image source signatures Copying blob d590d87c9181 done | Copying blob 540db60ca938 done | Copying blob 39ea657007e5 done | Copying blob 197dc8475a23 done | Copying blob 37afbf7d4c3d done | Copying blob 0c01f42c3df7 done | Copying config a64a6e03b0 done | Writing manifest to image destination Error: generating dependency graph for container b133308deeac04c1ca9eeb032abca528ee1eec87da976a6c1384438a509617ca: container e17160e9f08b5bb482d6db9d9de269a9f34a38c7583aaccccf956cda615ffaa1 depends on container 00de1068651de5e54c1d05e2e4bc6f32923c00c151b4c3dfd1ed670194d1faf9 not found in input list: no such container exit code: 127 podman start taiga-docker_taiga-gateway_1 Error: unable to start container "b133308deeac04c1ca9eeb032abca528ee1eec87da976a6c1384438a509617ca": generating dependency graph for container b133308deeac04c1ca9eeb032abca528ee1eec87da976a6c1384438a509617ca: container e17160e9f08b5bb482d6db9d9de269a9f34a38c7583aaccccf956cda615ffaa1 depends on container 00de1068651de5e54c1d05e2e4bc6f32923c00c151b4c3dfd1ed670194d1faf9 not found in input list: no such container exit code: 125
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
My bad, this may actually originate from Podman Compose and not from Taiga: containers/podman-compose#683 containers/podman-compose#866
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Running the
./launch-all.sh
script with podman version 4.9.4 (RHEL9) fails (see error details below).How can we reproduce the behavior
Simply follow the Taiga 30min Setup instructions:
Before running
./launch-all.sh
, edit the .env file according to your settings !Taiga environment
Self-hosted docker installation.
Error related to the "taiga-docker_taiga-gateway_1" container:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: