mirror of
https://github.com/containers/podman.git
synced 2025-06-30 15:49:03 +08:00
Support --http-proxy for remote builds
* Fix misspelled parameter * add http-proxy support for builds http_proxy must be set in the podman.service unit file, for example Environment=http_proxy=<value> Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -1423,6 +1423,13 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
||||
// description: |
|
||||
// output configuration TBD
|
||||
// (As of version 1.xx)
|
||||
// - in: query
|
||||
// name: httpproxy
|
||||
// type: boolean
|
||||
// default:
|
||||
// description: |
|
||||
// Inject http proxy environment variables into container
|
||||
// (As of version 2.0.0)
|
||||
// produces:
|
||||
// - application/json
|
||||
// responses:
|
||||
|
Reference in New Issue
Block a user