<#17543 Deprecation warning about InteractiveProce...
# github-notifications
q
#17543 Deprecation warning about InteractiveProcessRequest while using publish for Docker images Issue created by Gaasmann Describe the bug When using the publish target for pushing Docker images, I see the following warning in the logs:
Copy code
13:08:28.42 [WARN] DEPRECATED: InteractiveProcessRequest is scheduled to be removed in version 2.15.0.dev1.

 

Instead, use `InteractiveProcess.from_process`.
Pants version Which version of Pants are you using? 2.14.0+gitfae1f69f (the pex file on the GH release page) OS Are you encountering the bug on MacOS, Linux, or both? Linux, I can't test other OSs. pantsbuild/pants