Compat API: building a container with a custom Dockerfile started failing with #10550 #10663
Labels
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
Trying to find regressions by exercising the APIv2 through docker-py's test suite (see #5386) I came across a regression.
Building a container with a custom Dockerfile started failing with #10550.
Steps to reproduce the issue:
tar cf test.tar custom.dockerfile
curl -sS --unix-socket /run/user/1000/podman/podman.sock -XPOST 'http://localhost/v1.40/build?dockerfile=custom.dockerfile' -H "Content-Type: application/tar" --data-binary '@test.tar'
Describe the results you received:
Run against commit 2970e35 the result is:
Describe the results you expected:
Before #10550 (e.g. c75d62c) was merged the result was:
The text was updated successfully, but these errors were encountered: