Actions
Backport #8349
closedBackport to 2.2: schema conversion fails with 500
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 92
Quarter:
Related issues
Updated by ipanova@redhat.com over 3 years ago
- Copied from Backport #8348: Backport to 2.1: schema conversion fails with 500 added
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by ipanova@redhat.com over 3 years ago
- Copied to Backport #8356: Backport to 2.3: schema conversion fails with 500 added
Updated by ipanova@redhat.com over 3 years ago
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 92
Added by Lubos Mjachky over 3 years ago
Added by Lubos Mjachky over 3 years ago
Revision 1887e21e | View on GitHub
Return an empty string when the key does not exist
In this commit, there was also fixed the output format of the field Cmd
.
In the past, we had been returning: "container_config":{"Cmd":"/bin/sh -c #(nop) ADD file:ab8940a9b8a62d2f2c4634bf5e63a87ea73736bd0313412e41be2351c4fbdf53 in / "}.
As of now, the command is wrapped by a list: "container_config":{"Cmd":["/bin/sh -c #(nop) ADD file:ab8940a9b8a62d2f2c4634bf5e63a87ea73736bd0313412e41be2351c4fbdf53 in / "]}
closes #8349 https://pulp.plan.io/issues/8349
backports #8299
(cherry picked from commit c9bca5911004145c8406f373232a536858888bb4)
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 1887e21ebaca5b54c41675474af386de36b1553f.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Return an empty string when the key does not exist
In this commit, there was also fixed the output format of the field
Cmd
.In the past, we had been returning: "container_config":{"Cmd":"/bin/sh -c #(nop) ADD file:ab8940a9b8a62d2f2c4634bf5e63a87ea73736bd0313412e41be2351c4fbdf53 in / "}.
As of now, the command is wrapped by a list: "container_config":{"Cmd":["/bin/sh -c #(nop) ADD file:ab8940a9b8a62d2f2c4634bf5e63a87ea73736bd0313412e41be2351c4fbdf53 in / "]}
closes #8349 https://pulp.plan.io/issues/8349
backports #8299
(cherry picked from commit c9bca5911004145c8406f373232a536858888bb4)