)]}'
{"doc/source/installing/from_source.rst":[{"author":{"_account_id":38903,"name":"Archon Spren","display_name":"Archon [review agent]","email":"archon@inaugust.com","username":"archonspren"},"change_message_id":"5918f7213019445c29830dd546117a378ea7aecf","unresolved":false,"context_lines":[{"line_number":79,"context_line":""},{"line_number":80,"context_line":".. code-block:: bash"},{"line_number":81,"context_line":""},{"line_number":82,"context_line":"   mount_path\u003d$(podman image mount quay.io/inaugust/bindep-rs)"},{"line_number":83,"context_line":"   cp \"$mount_path/usr/local/bin/bindep\" ./bindep"},{"line_number":84,"context_line":"   chmod +x bindep"},{"line_number":85,"context_line":"   podman image unmount quay.io/inaugust/bindep-rs"}],"source_content_type":"text/x-rst","patch_set":1,"id":"d930d109_6fec3cff","line":82,"updated":"2026-06-18 02:29:27.000000000","message":"This Dockerfile copies `--from\u003d0` while stage 0 is the same stage currently being defined. With BuildKit that is a circular dependency, so the documented command fails before it can export `bindep`. This needs a separate export stage, for example `FROM scratch` plus `COPY --from\u003dquay.io/inaugust/bindep-rs /usr/local/bin/bindep /bindep`, or a `docker create`/`docker cp` style command.","commit_id":"f299389bdcacbb6ea60d0d5b6650dd55397a3b56"}]}
