Manuel Fuchs
Manuel Fuchs
Currently marked as experimental, but should be out of that state soon. See [RFC 105](https://github.com/buildpacks/rfcs/blob/main/text/0105-dockerfiles.md) and [Spec PR](https://github.com/buildpacks/spec/pull/353).
It currently supports fallible `DependencyNode` implementations which were necessary previously, but after the refactor in #657, that requirement has been lifted. Removing this feature should simplify the code.
When forwarding ports to the container, Docker will make the port available immediately even when the service inside the container hasn't bound to its local port yet. This requires integration...