We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building/running a local image via Docker Desktop k8s cluster the image is not pushed to an external registry.
STEP 2/3 — Pushing [IMAGE_NAME] Skipping push: building on cluster's container runtime
The image is attempting to push to docker.io and failing due to authentication.
STEP 2/3 — Pushing [IMAGE_NAME] Pushing with Docker client Authenticating to image repo: docker.io Sending image data Build Failed: docker push: pushing image "docker.io/library/[IMAGE_NAME]": denied: requested access to the resource is denied
STEP 2/3 — Pushing [IMAGE_NAME] Pushing with Docker client Authenticating to image repo: docker.io Sending image data
Build Failed: docker push: pushing image "docker.io/library/[IMAGE_NAME]": denied: requested access to the resource is denied
tilt up
tilt doctor
$ tilt doctor Tilt: v0.33.16, built 2024-06-07 System: windows-amd64 --- Docker - Host: npipe:////./pipe/dockerDesktopLinuxEngine - Server Version: 26.1.4 - API Version: 1.45 - Builder: 2 - Compose Version: v2.18.1 --- Kubernetes - Env: docker-desktop - Context: docker-desktop - Cluster Name: docker-desktop - Namespace: default - Container Runtime: docker - Version: v1.29.2 - Cluster Local Registry: none ---
Unable to use tilt with the latest version of Docker Desktop (which fixed other issues wrt CoreDNS).
The text was updated successfully, but these errors were encountered:
thanks for the report!
Sorry, something went wrong.
docker: update docker-desktop socket check
416b627
fixes #6394 Signed-off-by: Nick Santos <nick.santos@docker.com>
0edf8bd
Successfully merging a pull request may close this issue.
Expected Behavior
When building/running a local image via Docker Desktop k8s cluster the image is not pushed to an external registry.
Current Behavior
The image is attempting to push to docker.io and failing due to authentication.
Steps to Reproduce
tilt up
with a local image built/deployedContext
tilt doctor
OutputAbout Your Use Case
Unable to use tilt with the latest version of Docker Desktop (which fixed other issues wrt CoreDNS).
The text was updated successfully, but these errors were encountered: