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

Processes top api service incompatibility #23981

Closed
iongion opened this issue Sep 17, 2024 · 2 comments · Fixed by #23986
Closed

Processes top api service incompatibility #23981

iongion opened this issue Sep 17, 2024 · 2 comments · Fixed by #23986
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@iongion
Copy link

iongion commented Sep 17, 2024

Issue Description

Describe your issue

The compat endpoints do not behave the same

Steps to reproduce the issue

Steps to reproduce the issue

  1. Get processes list using libpod compat endpoint
  2. Get processes list using docker api engine endpoint
  3. Compare

Describe the results you received

Describe the results you received

Received a list of strings

Describe the results you expected

Describe the results you expected

Receive a list of lists of strings

podman info output

Podman is working fine on 5.2.2

Podman in a container

No

Privileged Or Rootless

None

Upstream Latest Release

Yes

Additional environment details

It happens on any environment

Additional information

No response

@iongion iongion added the kind/bug Categorizes issue or PR as related to a bug. label Sep 17, 2024
@mheon
Copy link
Member

mheon commented Sep 17, 2024

Can you be more specific about the incompatibilities you're seeing?

@iongion
Copy link
Author

iongion commented Sep 17, 2024

Sure Matt, look, this is response shape from docker api

notice how columns are separated in the array of Processes - each column, its own element

image

  • Now the libpod response

notice how there is only one element in the Processes list

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants