Results 16 comments of Jakob

+1 also need Azurite on a Windows image

+1 we are also seeing this issue

I found that you need to specify ssh default equals the agent socket: ```yaml - name: Build and push uses: docker/build-push-action@v5 with: ssh: | default=${{ env.SSH_AUTH_SOCK }} context: . push:...

Steps to create an empty branch: ``` git checkout --orphan gh-pages rm -rf . git commit -m "gh-pages initial commit" --allow-empty git push ```

Thanks @hiddeco for your work on this. It would be nice to get ssh signing added to the library.

https://mcr.microsoft.com/en-us/product/cbl-mariner/distroless/prometheus/tags

Plus one here, any update ETA? @hross

This would be nice to have in RenovateBot 👍 But in the current version of RenovateBot you can enable `pinDigests: true` in the helm-values manager: `renovate.json`: ```yaml { "$schema": "https://docs.renovatebot.com/renovate-schema.json",...

@ira-gordin-sap You can update the helm template to populate your `digest` value when you run `helm template`. If you run RenovateBot with: ``` "helm-values": { "enabled": true, "pinDigests": true }...

It would still be nice to see this in RenovateBot, being able to configure if the digest should be placed with the tag, in a separate key or both @rarkins