You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is already possible to configure a custom Docker Image for a project by using a .gitpod file.
To create a custom Docker Image, however, it is currently necessary to host the image in a public docker registry.
It would be more convenient if one could specify a Dockerfile via .gitpod file and Gitpod would on-the-fly create the Docker Image from it when needed.