-
Notifications
You must be signed in to change notification settings - Fork 509
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
"Parsed entitlements" and "in: []string{}" debug prints after upgrading docker #3015
Comments
I'm seeing the same output:
|
it's a harmless accidental debug right? |
I rely on the quiet output to capture the SHA to reference later, rather than tag the image. This output does break those processes. There might be a better way of doing it, but this is an example of it breaking something. Not exactly what I do, but something like this used to work, but doesn't now
It's nice when you don't want to (or can't) make assumptions about what tags you can use for temporary builds and don't want to collide or overwrite other tags. |
Docker build output includes debug lines before SHA output. Changing to use the last line of the quite output as a workaround. GitHub issue: docker/buildx#3015
Contributing guidelines
I've found a bug and checked that ...
Description
Since upgrading the docker package today I'm getting this at the start of every docker build command, even with
-q
for quiet:Expected behaviour
Not have left over debug outputs
Actual behaviour
Unexepcted debug outputs
Buildx version
github.com/docker/buildx v0.21.0 34ed52e
Docker info
Builders list
Configuration
FROM alpine:latest
Run
docker buildx build -q .
Build logs
Additional info
Docker installed with Ubuntu packages from https://download.docker.com/linux/ubuntu
5:28.0.0-1~ubuntu.24.04~noble
0.21.0-1~ubuntu.24.04~noble
The text was updated successfully, but these errors were encountered: