diff options
author | Matthew Heon <mheon@redhat.com> | 2020-12-07 11:50:47 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-12-07 14:27:36 -0500 |
commit | 95566d04f81aaf0246d8d2f42e5c550a1c7f7904 (patch) | |
tree | 12b009f0ef39fbe263c66a24d47b0484cc2b6570 /docs | |
parent | 4c424e845239aef6e8cdab93dc19f55f4314513c (diff) | |
download | podman-95566d04f81aaf0246d8d2f42e5c550a1c7f7904.tar.gz podman-95566d04f81aaf0246d8d2f42e5c550a1c7f7904.tar.bz2 podman-95566d04f81aaf0246d8d2f42e5c550a1c7f7904.zip |
Change name of imageVolumes in container config JSON
Podman pre-1.8 also included a field with this name, which was a
String. Podman 2.2.0 added a new field reusing the name but as a
Struct. This completely broke JSON decode for pre-1.8 containers
in Podman 2.2, resulting in completely broken behavior.
Re-name the JSON field and add a note that the old name should
not be re-used to prevent this problem from re-occurring. This
will still result in containers from 2.2.0 being broken
(specifically, containers with image volumes will have them
disappear) but this is the lesser of two evils.
Fixes #8613
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions