Coder powers secure, scalable development across key industries — automotive, finance, government, and technology — enabling faster builds, tighter compliance, and seamless AI adoption in enterprise-grade cloud environments.
Ensure Envbuilder can only pull pre-approved images and artifacts by configuring
it with your existing HTTP proxies, firewalls, and artifact managers.
Configure registry authentication
You may need to authenticate to your container registry, such as Artifactory, or
Git provider such as GitLab, to use Envbuilder. See the
Envbuilder documentation
for more information.
Layer and image caching
To improve build times, dev containers can be cached. There are two main forms
of caching:
Layer caching
Caches individual layers and pushes them to a remote registry. When building
the image, Envbuilder will check the remote registry for pre-existing layers
These will be fetched and extracted to disk instead of building the layers
from scratch.
Image caching
Caches the entire image, skipping the build process completely (except for
post-build
lifecycle scripts).
Note that caching requires push access to a registry, and may require approval
from relevant infrastructure team(s).