Podman/Docker API mismatch: cannot get the image ID #12063
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Using the Docker SDK to target podman server, the reply from podman to an image build does not match the one from docker daemon.
Steps to reproduce the issue:
Describe the results you received:
If I compare the HTTP reply, here in podman:
Here is the output by docker:
Describe the results you expected:
In the docker reply, the image ID I just built is in:
While in podman:
This can be a problem when using the docker SDK to retrieve the image ID.
Moreover, the ID provided by podman is not prefixed by "sha256:".
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Freshly built
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Also occurs with the system podman
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: