docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Add support for platform parameter in image push

Open Khushiyant opened this issue 7 months ago • 1 comments

Closes #3324

Adds the following:

  • add platform parameter handling in images.api.push
  • add tests in tests/unit/api_image_test.py::ImageTest::test_push_image_with_platform

platform parameter was introduced in v1.46

Khushiyant avatar Mar 28 '25 13:03 Khushiyant