Tamir Daniely
Tamir Daniely
Also an issue for us. I believe this is because the usual scm usage doesn't create commits at all. So the scm plugin doesn't intend to leave any configuration for...
Oh wow I didn't see that I was posting for the sync plugin, sorry. :) I was talking about the general git plugin.
How about instead of trying to support 100 different scenario just add a git based integration point. Something like a git config `ide.launch` or a file `.git/launch`. This will allow...
Tests are green on my end, doesn't seem related.
Rebased upstream master, all green now.
Encountering similar issue due to gzipped tar layer 243B sized in `python:3.10` Basing the condition on size seems like an unwell idea, and an assumption was taken that layers are...
FFU install docker-credential-ecr-login create an excutable script in your path i.e ~/.local/bin/docker-credential-ecr-auto ```bash #!/usr/bin/env bash if [ "get" == "$1" ]; then read REGISTRY echo $REGISTRY | AWS_PROFILE=$REGISTRY docker-credential-ecr-login get...