Actions
Backport #8348
closedBackport to 2.1: 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 almost 4 years ago
- Copied to Backport #8349: Backport to 2.2: schema conversion fails with 500 added
Updated by pulpbot almost 4 years ago
- Status changed from NEW to POST
Added by Lubos Mjachky almost 4 years ago
Added by Lubos Mjachky almost 4 years ago
Revision 749d4d07 | 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 #8348 https://pulp.plan.io/issues/8348
backports #8299 https://pulp.plan.io/issues/8299
(cherry picked from commit c9bca5911004145c8406f373232a536858888bb4)
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 749d4d07d4c9c6fcb81449dfdf290e0ba5d4af27.
Updated by ipanova@redhat.com almost 4 years ago
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 92
Updated by pulpbot almost 4 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 #8348 https://pulp.plan.io/issues/8348
backports #8299 https://pulp.plan.io/issues/8299
(cherry picked from commit c9bca5911004145c8406f373232a536858888bb4)