)]}'
{"openvswitch/Dockerfile.suse_15-dpdk":[{"author":{"_account_id":29668,"name":"cheng li","email":"cheng1.li@intel.com","username":"chengli3"},"change_message_id":"758f6c8e5442838d9eb3d81f302214316926e3d9","unresolved":false,"context_lines":[{"line_number":8,"context_line":"    zypper install -y bash ;\\"},{"line_number":9,"context_line":"    zypper install -y \\"},{"line_number":10,"context_line":"        openvswitch ;\\"},{"line_number":11,"context_line":"    zypper install -y dpdk"}],"source_content_type":"application/octet-stream","patch_set":1,"id":"7faddb67_8128f496","line":11,"range":{"start_line":11,"start_character":4,"end_line":11,"end_character":26},"updated":"2019-07-17 00:08:27.000000000","message":"Do we need to clean the cached packages to make the image smaller?","commit_id":"17f145d708ba747c14f01b9df47764c9d153a12f"},{"author":{"_account_id":21883,"name":"Manuel Buil","email":"mbuil@suse.com","username":"mbuil"},"change_message_id":"53f58c982da85f4edde5be9f5f44f895ff0404bf","unresolved":false,"context_lines":[{"line_number":8,"context_line":"    zypper install -y bash ;\\"},{"line_number":9,"context_line":"    zypper install -y \\"},{"line_number":10,"context_line":"        openvswitch ;\\"},{"line_number":11,"context_line":"    zypper install -y dpdk"}],"source_content_type":"application/octet-stream","patch_set":1,"id":"7faddb67_787fa9aa","line":11,"range":{"start_line":11,"start_character":4,"end_line":11,"end_character":26},"in_reply_to":"7faddb67_8128f496","updated":"2019-07-17 09:24:35.000000000","message":"Thanks for the suggestion. It reduces the size of the image by 45MB","commit_id":"17f145d708ba747c14f01b9df47764c9d153a12f"},{"author":{"_account_id":28618,"name":"Drew Walters","email":"drewwalters@microsoft.com","username":"drewwalters96"},"change_message_id":"81190bc36bd47e8256a765e5d69a26738020b6e8","unresolved":false,"context_lines":[{"line_number":5,"context_line":"RUN set -ex ;\\"},{"line_number":6,"context_line":"    zypper refresh ;\\"},{"line_number":7,"context_line":"    zypper up -y ;\\"},{"line_number":8,"context_line":"    zypper install -y bash ;\\"},{"line_number":9,"context_line":"    zypper install -y \\"},{"line_number":10,"context_line":"        openvswitch ;\\"},{"line_number":11,"context_line":"    zypper install -y dpdk;\\"},{"line_number":12,"context_line":"    zypper clean --all"}],"source_content_type":"application/octet-stream","patch_set":2,"id":"7faddb67_f5f2b46f","line":11,"range":{"start_line":8,"start_character":0,"end_line":11,"end_character":28},"updated":"2019-07-17 22:49:05.000000000","message":"Is there a reason all packages cannot be installed with the same install command?","commit_id":"138fe55fc1613c36a82fca97e046b62f82fd01e2"},{"author":{"_account_id":21883,"name":"Manuel Buil","email":"mbuil@suse.com","username":"mbuil"},"change_message_id":"ec0f9d2a1825acf7248abce78b0efb6063b23d6d","unresolved":false,"context_lines":[{"line_number":5,"context_line":"RUN set -ex ;\\"},{"line_number":6,"context_line":"    zypper refresh ;\\"},{"line_number":7,"context_line":"    zypper up -y ;\\"},{"line_number":8,"context_line":"    zypper install -y bash ;\\"},{"line_number":9,"context_line":"    zypper install -y \\"},{"line_number":10,"context_line":"        openvswitch ;\\"},{"line_number":11,"context_line":"    zypper install -y dpdk;\\"},{"line_number":12,"context_line":"    zypper clean --all"}],"source_content_type":"application/octet-stream","patch_set":2,"id":"7faddb67_b1cd1eb8","line":11,"range":{"start_line":8,"start_character":0,"end_line":11,"end_character":28},"in_reply_to":"7faddb67_f5f2b46f","updated":"2019-07-18 17:50:23.000000000","message":"good point, let me use just one install command","commit_id":"138fe55fc1613c36a82fca97e046b62f82fd01e2"},{"author":{"_account_id":17068,"name":"Jean-Philippe Evrard","email":"openstack@a.spamming.party","username":"evrardjp"},"change_message_id":"ab2f6a69d6cbaa8b2f9d8b369cd54c456420f482","unresolved":false,"context_lines":[{"line_number":1,"context_line":"ARG FROM\u003ddocker.io/opensuse/leap:15"},{"line_number":2,"context_line":"FROM ${FROM}"},{"line_number":3,"context_line":"LABEL maintainers\u003dmbuil@suse.com"},{"line_number":4,"context_line":""}],"source_content_type":"application/octet-stream","patch_set":4,"id":"7faddb67_3bcfabb1","line":1,"range":{"start_line":1,"start_character":0,"end_line":1,"end_character":35},"updated":"2019-07-22 10:07:37.000000000","message":"You probably want to have 15.0 currently, to be consistent with the images that are built for OpenStack.\n\nElse you can have far different versions of ovs and its consumption inside neutron.\n\nAlternatively, if you want 15.1 it might be worth being explicit about it, and change the version for the loci built containers in this repo.","commit_id":"4e486f2a4189ad29e8b518873b8806eb93396ecf"},{"author":{"_account_id":21883,"name":"Manuel Buil","email":"mbuil@suse.com","username":"mbuil"},"change_message_id":"15e901e203293d158981e9505b4f26f4f396792e","unresolved":false,"context_lines":[{"line_number":1,"context_line":"ARG FROM\u003ddocker.io/opensuse/leap:15"},{"line_number":2,"context_line":"FROM ${FROM}"},{"line_number":3,"context_line":"LABEL maintainers\u003dmbuil@suse.com"},{"line_number":4,"context_line":""}],"source_content_type":"application/octet-stream","patch_set":4,"id":"7faddb67_1caae2d1","line":1,"range":{"start_line":1,"start_character":0,"end_line":1,"end_character":35},"in_reply_to":"7faddb67_3bcfabb1","updated":"2019-07-22 15:26:50.000000000","message":"all right! 15.0 makes sense. I am now wondering what that tag 15 means at all :O","commit_id":"4e486f2a4189ad29e8b518873b8806eb93396ecf"}]}
