computerquip-work

Results 26 comments of computerquip-work

As an alternative, something like this would also work: ``` img_file=$(mktemp) docker buildx build . --iidfile "$img_file" img_id=$(cat "$img_file") ``` Just remember to cleanup the temp file.

Sorry for being verbose on the thread (I swear I'm not usually this chatty), but another thing that could be done is just keep `--iidfile` the way it is but...

> I'm not OK with removing the deletion logic as that is clearly the expected behavior of `--iidfile` on regular files, but we could detect the `/dev/stdout` is not a...

What problem is being solved by doing that? I'd also argue that's not a long-standing convention, I've seen more projects output to stderr for progress than I have to stdout....

* buildah, podman, and kaniko don't do that * Just about every compiler and linking tool doesn't do that * Most Unix-style utilities obviously don't do that otherwise piping wouldn't...

Am I mistaken that this is a common case for basically any deployment that uses a database? How is everyone else using this to where they aren't running into constant...

I suppose another issue is that if I set `data` to anything that isn't a string, `message` gets set to "unknown error" seemingly unconditionally.

> > I ran into this problem when I was in an elevated PowerShell prompt for an admin user who may not have ever logged in directly. This meant that...

The documentation is so poor that it's almost unusable. Using RainerScript is hands down the most painful thing I've ever used in software.

This is a bit unorganized of a take so I'm going to apologize ahead of time. These are the things I could think of off the top of my head....