This repository has been archived by the owner on May 3, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the specifications, platform is marked as OPTIONAL, and the JSON s…
…erialization is well tagged as omitempty. However a struct by copy is never empty, so the serialization always prints an empty map: "images": { "api": { "imageType": "docker", "image": "python:3.6", "platform": {}, "description": "python:3.6" }, ... To fix it I added a pointer to platform. Signed-off-by: Silvin Lubecki <[email protected]>
- Loading branch information