coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
130 stars 25 forks source link

fix: always add COPY directives in DoCacheProbe #293

Closed johnstcn closed 1 month ago

johnstcn commented 1 month ago

Required in order to correctly handle RunCacheProbe. Without it, we will be unable to correctly detect the final layer of the built image.