CrazyMax
CrazyMax
> In my tests it took much longer to hit this than 2 minutes Increased to 10m
Got a repro on ubuntu 24.04 but not 22.04 without `--disable-pie`: https://github.com/tonistiigi/binfmt/actions/runs/13008951929/job/36282137456?pr=221#step:6:316 ``` #6 375.8 10.9.2 #6 377.5 10.9.2 #6 379.1 10.9.2 #6 380.8 10.9.2 #6 382.5 10.9.2 #6 384.1...
Looks good on ubuntu 24.04 now.
* https://github.com/crazy-max/docker-fail2ban?tab=readme-ov-file#use-fail2ban-client * https://github.com/fail2ban/fail2ban/blob/master/man/fail2ban-client.1
Similar to https://github.com/docker/build-push-action/issues/1201#issuecomment-2269611346 You should put quotes to set the annotation because here spaces are not escaped: ```yaml outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,"annotation-index.org.opencontainers.image.description=Container image that contains unoserver and libreoffice...
> I just changed back to that [again](https://github.com/unoconv/unoserver-docker/actions/runs/10253836683/job/28367431409#step:8:42) but the pipeline failed with the same [error](https://github.com/unoconv/unoserver-docker/actions/runs/10253836683/job/28367431409#step:8:42) (unless I made a mistake there). Ok it looks good for build-push-action step: https://github.com/unoconv/unoserver-docker/actions/runs/10253836683/job/28367364042#step:8:233...
> Good. However, the `buildx build` has arguments like > > "--annotation manifest:org.opencontainers.image.description=Docker files for a dockerized unoserver " Quotes are not shown here because it displays list of args...
> `--annotation '"manifest:org.opencontainers.image.description="Container' image that contains unoserver and LibreOffice including large set of fonts for file format 'conversions""'` > > The quotation is way off here. > > 1. There...
I don't think that's an issue with the action or buildx but within your workflow with command in "Create manifest list and push" step. I think it needs some changes...
Sorry for the delay, I'm looking at it asap.