Error: build failed: cannot check base image exists #2049
Labels
feature: documentation
meta: stale
This issue/PR is stale and will be closed soon
self-hosted
type: feature request
New feature or request
Describe the bug
When using a Dockerfile in your .gitpod.yml configuration while Gitpod is configured for an external Docker registry the following error appears:
This issue occurs if the custom Docker registry does not have the repositories
workspace-images
andbase-images
created prior. This was tested against Docker Trusted Registry specifically.Steps to reproduce
Expected behavior
Workspace is expected to build the image and launch the workspace.
Additional information
Red Hat Enterprise Linux 7.8
Docker CE 19.03.13
Gitpod 0.5.0
Fix
Create the
workspace-images
andbase-images
repositories in Docker Trusted RegistryRecommendation
Add this to the documentation as a dependency for external registries.
The text was updated successfully, but these errors were encountered: