Tianon Gravi
Tianon Gravi
I plan to continue using Windows 7, but I'm content with the existing version for use there to be honest, so I'm all for making the code simpler to make...
This is probably also related to https://github.com/phillipberndt/fakexrandr/issues/16 (`libxcb` support missing).
This is likely due to https://github.com/phillipberndt/fakexrandr/issues/16 (lack of `libxcb` support). :wink:
That's intentional -- it caps out down at -50%.
Being still pretty green to Hy myself, I can say for sure that this is one of the first things that turned me off really, really hard -- macros can...
You might appreciate `regclient` or `crane` :eyes: (https://github.com/regclient/regclient, https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md)
I have an interesting bit of added information -- I'm _also_ not able to successfully create these via `docker manifest`: ```console $ docker manifest create public.ecr.aws/debian/debian:bullseye public.ecr.aws/debian/amd64:bullseye public.ecr.aws/debian/armel:bullseye public.ecr.aws/debian/armhf:bullseye public.ecr.aws/debian/arm64:bullseye...
For your sake, Phil, I want to report over here that the workaround I tested in https://github.com/aws/containers-roadmap/issues/1459#issuecomment-889979671 worked on both `manifest-tool` 1.0 and the 2.0+ build I have that includes...
I think https://github.com/docker/hub-tool is going to be our best hope for this one. :sweat_smile: **Edit:** specifically, that'd be https://github.com/docker/hub-tool/issues/172
I wonder if something like [crane](https://github.com/google/go-containerregistry/tree/main/cmd/crane) or [regclient](https://github.com/regclient/regclient) might meet your specific needs a little more closely? :innocent: