)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"65452aa4b6d0e85e81d2bee2f2fa29a1f671241c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"6aa3b111_eb8f4c9c","updated":"2021-11-03 03:46:32.000000000","message":"recheck","commit_id":"bf112d5522672fa21aeeadd5796919d2dd3966a6"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"320d4464fcce65622ea6761bdd7ef9311e450454","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"b6ea3844_a58468a3","updated":"2021-11-03 08:01:33.000000000","message":"recheck\n\nzookeeper involved","commit_id":"bf112d5522672fa21aeeadd5796919d2dd3966a6"}],"Dockerfile":[{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"08b0d3c9b7cf150d542d2a89ee37c899340e12e2","unresolved":false,"context_lines":[{"line_number":106,"context_line":"# For some reason, the unstable podman only suggests iptables (not"},{"line_number":107,"context_line":"# recommends) so we need to pull that explicitly too.  Unclear if"},{"line_number":108,"context_line":"# this is a feature or a bug; see:"},{"line_number":109,"context_line":"#  https://bugs.debian.org/997976"},{"line_number":110,"context_line":""},{"line_number":111,"context_line":"RUN echo \"deb http://deb.debian.org/debian unstable main\" \u003e\u003e /etc/apt/sources.list \\"},{"line_number":112,"context_line":"  \u0026\u0026 echo \"APT::Default-Release: \u0027stable\u0027;\" \u003e\u003e /etc/apt/apt.conf.d/default-release \\"}],"source_content_type":"text/x-dockerfile","patch_set":3,"id":"d80d3ae8_3a471a50","line":109,"updated":"2021-10-28 16:51:10.000000000","message":"I have a feeling it\u0027s expected to use nft instead, since Debian currently focuses on that as its default (though keeps iptables available as a legacy fallback for anything which still needs it). Probably just some issue with podman not correctly selecting nft or maybe we don\u0027t have nftables installed? (Though it also doesn\u0027t seem to declare any dependency or recommendation for the nftables package either.)","commit_id":"bf112d5522672fa21aeeadd5796919d2dd3966a6"},{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"08b0d3c9b7cf150d542d2a89ee37c899340e12e2","unresolved":false,"context_lines":[{"line_number":109,"context_line":"#  https://bugs.debian.org/997976"},{"line_number":110,"context_line":""},{"line_number":111,"context_line":"RUN echo \"deb http://deb.debian.org/debian unstable main\" \u003e\u003e /etc/apt/sources.list \\"},{"line_number":112,"context_line":"  \u0026\u0026 echo \"APT::Default-Release: \u0027stable\u0027;\" \u003e\u003e /etc/apt/apt.conf.d/default-release \\"},{"line_number":113,"context_line":"  \u0026\u0026 apt-get update \\"},{"line_number":114,"context_line":"  \u0026\u0026 apt-get install -y --install-recommends podman/unstable iptables \\"},{"line_number":115,"context_line":"  \u0026\u0026 printf \u0027[engine]\\ncgroup_manager\u003d\"cgroupfs\"\\nevents_logger\u003d\"file\"\\n\u0027 \u003e /etc/containers/containers.conf"}],"source_content_type":"text/x-dockerfile","patch_set":3,"id":"80b7bf79_94493bc6","line":112,"updated":"2021-10-28 16:51:10.000000000","message":"This technically shouldn\u0027t be required as stable already has a higher priority than testing or unstable by default, but it doesn\u0027t hurt.","commit_id":"bf112d5522672fa21aeeadd5796919d2dd3966a6"},{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"08b0d3c9b7cf150d542d2a89ee37c899340e12e2","unresolved":false,"context_lines":[{"line_number":111,"context_line":"RUN echo \"deb http://deb.debian.org/debian unstable main\" \u003e\u003e /etc/apt/sources.list \\"},{"line_number":112,"context_line":"  \u0026\u0026 echo \"APT::Default-Release: \u0027stable\u0027;\" \u003e\u003e /etc/apt/apt.conf.d/default-release \\"},{"line_number":113,"context_line":"  \u0026\u0026 apt-get update \\"},{"line_number":114,"context_line":"  \u0026\u0026 apt-get install -y --install-recommends podman/unstable iptables \\"},{"line_number":115,"context_line":"  \u0026\u0026 printf \u0027[engine]\\ncgroup_manager\u003d\"cgroupfs\"\\nevents_logger\u003d\"file\"\\n\u0027 \u003e /etc/containers/containers.conf"},{"line_number":116,"context_line":""},{"line_number":117,"context_line":"# There is a Debian package in the NEW queue currently for dnf-plugins-core"}],"source_content_type":"text/x-dockerfile","patch_set":3,"id":"485078f6_a177257f","line":114,"updated":"2021-10-28 16:51:10.000000000","message":"Note that this will correctly pull only the podman package from unstable, and will take iptables from stable as it has a higher apt-pinning priority.","commit_id":"bf112d5522672fa21aeeadd5796919d2dd3966a6"},{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"83f092c42a544608dd2546e3193c4a2b761f3ca4","unresolved":false,"context_lines":[{"line_number":111,"context_line":"RUN echo \"deb http://deb.debian.org/debian unstable main\" \u003e\u003e /etc/apt/sources.list \\"},{"line_number":112,"context_line":"  \u0026\u0026 echo \"APT::Default-Release: \u0027stable\u0027;\" \u003e\u003e /etc/apt/apt.conf.d/default-release \\"},{"line_number":113,"context_line":"  \u0026\u0026 apt-get update \\"},{"line_number":114,"context_line":"  \u0026\u0026 apt-get install -y --install-recommends podman/unstable iptables \\"},{"line_number":115,"context_line":"  \u0026\u0026 printf \u0027[engine]\\ncgroup_manager\u003d\"cgroupfs\"\\nevents_logger\u003d\"file\"\\n\u0027 \u003e /etc/containers/containers.conf"},{"line_number":116,"context_line":""},{"line_number":117,"context_line":"# There is a Debian package in the NEW queue currently for dnf-plugins-core"}],"source_content_type":"text/x-dockerfile","patch_set":3,"id":"d01d07cd_cd792060","line":114,"updated":"2021-10-28 21:37:33.000000000","message":"One other thing to consider, if podman 3.3.1 is new enough we could get podman from bookworm (testing) instead, which would be slightly more \"stable\" an option than using sid which might end up uninstallable at times due to in-progress library transitions and the like.","commit_id":"bf112d5522672fa21aeeadd5796919d2dd3966a6"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"0a6da4ba022d30a2ce17661abd1e78ce5620f5d0","unresolved":false,"context_lines":[{"line_number":111,"context_line":"RUN echo \"deb http://deb.debian.org/debian unstable main\" \u003e\u003e /etc/apt/sources.list \\"},{"line_number":112,"context_line":"  \u0026\u0026 echo \"APT::Default-Release: \u0027stable\u0027;\" \u003e\u003e /etc/apt/apt.conf.d/default-release \\"},{"line_number":113,"context_line":"  \u0026\u0026 apt-get update \\"},{"line_number":114,"context_line":"  \u0026\u0026 apt-get install -y --install-recommends podman/unstable iptables \\"},{"line_number":115,"context_line":"  \u0026\u0026 printf \u0027[engine]\\ncgroup_manager\u003d\"cgroupfs\"\\nevents_logger\u003d\"file\"\\n\u0027 \u003e /etc/containers/containers.conf"},{"line_number":116,"context_line":""},{"line_number":117,"context_line":"# There is a Debian package in the NEW queue currently for dnf-plugins-core"}],"source_content_type":"text/x-dockerfile","patch_set":3,"id":"faebd03d_b7b85172","line":114,"in_reply_to":"485078f6_a177257f","updated":"2021-10-28 21:27:51.000000000","message":"Yeah this was intended, I just wanted the minimum viable things-from-unstable we could get","commit_id":"bf112d5522672fa21aeeadd5796919d2dd3966a6"}]}
