Skip to content
New issue

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

Context builder cannot be removed - cleanup warning #188

Closed
ravwojdyla opened this issue Jan 21, 2023 · 1 comment
Closed

Context builder cannot be removed - cleanup warning #188

ravwojdyla opened this issue Jan 21, 2023 · 1 comment

Comments

@ravwojdyla
Copy link

Behaviour

Warning from Removing builder stage:

image

Steps to reproduce this issue

Usage:

- uses: docker/setup-buildx-action@v2
  id: buildx
  with:
    driver: docker
    install: true

Logs

Post job cleanup.
Removing builder
  /usr/bin/docker buildx rm default
  ERROR: context builder cannot be removed, run `docker context rm default` to remove this context
  Warning: ERROR: context builder cannot be removed, run `docker context rm default` to remove this context
Cleaning up credentials
@jedevc
Copy link
Contributor

jedevc commented Jan 25, 2023

We've merged a fix for this upstream in buildx - docker/buildx#1547.

This fix will be added into buildx v0.10.1 when it is released (hopefully soon 🎉)

@jedevc jedevc closed this as completed Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants