-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept multiple Content-Types for building an image
Currently we accept only the 'application/x-tar' header when sending the tar file for building an image. However, this header has the aliases 'application/tar' and 'application/x-gtar' so we should accept those as well. Furthermore, docker-compose uses 'application/tar' so accepting this content-type will take us one step further in supporting docker-compose with the Podman API. Signed-off-by: orenbm <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters