diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-04 06:23:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 06:23:16 -0500 |
commit | d1193b1b8ca6da720b5d4eafff5733e367c07578 (patch) | |
tree | b8700e7e7bfa210052390242a3242af72998fb84 /pkg/api/handlers/compat | |
parent | a3cb37a04fdcfc6634fd63d746fc7e6fa7850a18 (diff) | |
parent | 468947d5c85cdd72d604c95789d91075553f0a92 (diff) | |
download | podman-d1193b1b8ca6da720b5d4eafff5733e367c07578.tar.gz podman-d1193b1b8ca6da720b5d4eafff5733e367c07578.tar.bz2 podman-d1193b1b8ca6da720b5d4eafff5733e367c07578.zip |
Merge pull request #8587 from jwhonce/jira/RUN-1106-images
Jira RUN-1106 Image handlers updates
Diffstat (limited to 'pkg/api/handlers/compat')
-rw-r--r-- | pkg/api/handlers/compat/images_push.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/api/handlers/compat/images_push.go b/pkg/api/handlers/compat/images_push.go index 12593a68c..0f3da53e8 100644 --- a/pkg/api/handlers/compat/images_push.go +++ b/pkg/api/handlers/compat/images_push.go @@ -81,5 +81,4 @@ func PushImage(w http.ResponseWriter, r *http.Request) { } utils.WriteResponse(w, http.StatusOK, "") - } |