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

Compose up got stuck on sending tarball with flask compose file on windows #3563

Closed
odockal opened this issue Aug 16, 2023 · 3 comments
Closed

Comments

@odockal
Copy link
Contributor

odockal commented Aug 16, 2023

Bug description

This is a issue related to a #3560. Right now, if you switch to a rootful podman machine you will got stuck docker-compose up with a #13 Sending tarball message from a log.

Operating system

Windows 10

Installation Method

Installer from website/GitHub releases

Version

next (development version)

Steps to reproduce

  1. Prepare everything as mentioned in Compose does not work with a rootless podman machine on windows #3560 except that you spin up a rootful machine.
  2. Try to call DOCKER_HOST=npipe:////.pipe/podman-machine-X docker-compose.exe up -d
  3. Assert: Containers are spin up correctly and marked in podman desktop
    Actual result: It gets stuck in sending tarball

Relevant log output

...
#19 [frontend stage-3 4/5] RUN rm -rf ./*
#19 DONE 0.3s

#20 [frontend stage-3 5/5] COPY --from=build /app/build .
#20 DONE 0.2s

#21 [frontend] exporting to docker image format
#21 exporting layers
#21 exporting layers 0.8s done
#21 exporting manifest sha256:74344854197fa66dfc520d79e8ef177c1ae6f33300afd6d15126af045560b7d1 0.1s done
#21 exporting config sha256:8e50c5588fcc60b7726f1615d9239d2e8fd9fd28f7cc1d0f2834ba58e7e501e6 0.0s done
#21 sending tarball

Additional context

No response

@benoitf
Copy link
Collaborator

benoitf commented Aug 17, 2023

@odockal I guess that if you reproduce without any stuff of Podman Desktop (no GUI, only CLI) probably this issue can be transferred to the podman repository

@odockal
Copy link
Contributor Author

odockal commented Aug 17, 2023

@benoitf Was reported upstream, I wanted to keep a track of issue here.
@cdrage Today I manage to make it run like a charm on different machine.

@cdrage
Copy link
Contributor

cdrage commented Aug 21, 2023

After a few back-and-forths troubleshooting with @odockal I'm going to close this for now as it was not re-produceable with PD only, and was only through podman CLI.

The issue was opened upstream and @odockal was able to manage to make it work on a different machine.

@cdrage cdrage closed this as completed Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants