mirror of
https://github.com/containers/podman.git
synced 2025-11-02 14:55:28 +08:00
Merge pull request #14484 from marshall-lee/test/manifest-push
Add missing tests for manifests API
This commit is contained in:
@ -163,7 +163,6 @@ func ManifestAddV3(w http.ResponseWriter, r *http.Request) {
|
||||
// Wrapper to support 3.x with 4.x libpod
|
||||
query := struct {
|
||||
entities.ManifestAddOptions
|
||||
Images []string
|
||||
TLSVerify bool `schema:"tlsVerify"`
|
||||
}{}
|
||||
if err := json.NewDecoder(r.Body).Decode(&query); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user