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
Actions
100%
Related issues
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)