# Development Report for June 12, 2017 ### Buildkit [Proposal](https://github.com/moby/moby/issues/32925) More updates to the [POC repo](https://github.com/tonistiigi/buildkit_poc). It now contains binaries for the daemon and client. Examples directory shows a way for invoking a build job by generating the internal low-level build graph definition with a helper binary(as there is not support for frontends yet). The grpc control server binary can be built in two versions, one that connects to containerD socket and other that doesn't have any external dependencies. If you have questions or want to help, stop by the issues section of that repo or the proposal in moby/moby. ### Typed Dockerfile parsing [PR](https://github.com/moby/moby/pull/33492) New PR that enables parsing Dockerfiles into typed structures so they can be preprocessed to eliminate unnecessary build stages and reused with different kinds of dispatchers. ### Long running session & incremental file sending [PR ](https://github.com/moby/moby/pull/32677) Same status as last week. The PR went through one pass of review from @dnephin and has been rebased again. Maintainers are encouraged to give this one a review so it can be included in `v17.07` release. ### Quality: Dependency interface switch [Move file copying from the daemon to the builder](https://github.com/moby/moby/pull/33454) PR is waiting for a second review. ### Proposals for new Dockerfile features that need design feedback: [Add IMPORT/EXPORT commands to Dockerfile](https://github.com/moby/moby/issues/32100) [Add `DOCKEROS/DOCKERARCH` default ARG to Dockerfile](https://github.com/moby/moby/issues/32487) [Add support for `RUN --mount`](https://github.com/moby/moby/issues/32507) [DAG image builder](https://github.com/moby/moby/issues/32550) [Option to export the hash of the build context](https://github.com/moby/moby/issues/32963) (new) [Allow --cache-from=*](https://github.com/moby/moby/issues/33002#issuecomment-299041162) (new) [Provide advanced .dockeringore use-cases](https://github.com/moby/moby/issues/12886) [2](https://github.com/moby/moby/issues/12886#issuecomment-306247989) If you are interested in implementing any of them, leave a comment on the specific issues. ### Other builder PRs merged last week ### Builder features currently in code-review: [Warn/deprecate continuing on empty lines in `Dockerfile`](https://github.com/moby/moby/pull/29161) [Fix behavior of absolute paths in .dockerignore](https://github.com/moby/moby/pull/32088) ### Backlog [Build secrets](https://github.com/moby/moby/issues/33343) has not got much traction. If you want this feature to become a reality, please make yourself heard.