Régis Behmo

Results 233 comments of Régis Behmo

What's the full error message you got?

What's your Docker version?

That's strange. The `docker buildx use` command is not deprecated in Docker 25.0.3, as far as I know: https://github.com/docker/buildx/blob/master/docs/reference/buildx_use.md https://docs.docker.com/engine/release-notes/25.0/ https://docs.docker.com/build/release-notes/ I can't reproduce the issue on my machine. I'm...

@misilot do you run macOS? EDIT: given that the command [still exists](https://docs.docker.com/reference/cli/docker/buildx/use/) I don't understand why it would report to use `docker context use` instead.

What's the output of `docker buildx ls`?

Builders and contexts are different things, so don't think that we should be recommending to switch context by default. I just saw this part of the [docker buildx use](https://docs.docker.com/reference/cli/docker/buildx/use/) documentation:...

This confirms my assumption. Docker recommends that you run `docker context use` instead of `docker buildx use` when you have a custom context that you are currently using. As a...

> What about having it prefiex with open/x instead of release/x assuming that would resolve the raised conflict and also wouldn't be more meaningful? I think that "open/\*" is less...

No, postponed to Quince. We realized that there was indeed trouble to change the name, because there already exists a "release" branch in some of the Open edX repos.

No one was in charge of this issue, so I'm not sure whether we'll be able to make the change for Quince... Unless someone deletes the "release" branches in the...