Vitalii Grygoruk
Vitalii Grygoruk
It is very disappointing to see that [the official documentation says](https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html#registry_auth_http): > Amazon ECR Public supports the [Docker Registry HTTP API](https://docs.docker.com/registry/spec/api/). However, you must provide an authorization token with every...
I guess this will require changes in pact-ruby & pact-provider-verifier
it looks like `docker-compose build` supports Buikdkit (https://github.com/moby/buildkit/issues/685#issuecomment-550993592). However, it doesn't seem like setting those 2 env vars (`DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1`) enable Buildkit for docker-compose invoked from this plugin. Any ideas...
AFAIK there is no support for passing additional to `docker build` from docker-compose CLI at the moment, @mubeta06 Check these tickets for more context: - https://github.com/docker/compose/pull/7296 - https://github.com/docker/compose/issues/7025
it is gonna be possible to specify `applicationset-controller` loglevel and log format via [argocd-cmd-params-cm.yaml](https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-cmd-params-cm.yaml)?
Hi @crenshaw-dev. Is there an issue already for moving applications webhook handler to ArgoCD API server? I am not well familiar with ArgoCD codebase, but I will be willing to...
I'm using talkback to test a frontend SPA in isolation from API backend with selenium tests and I'm facing the same situation. SPA sends the same http request twice during...
Hey @jannfis . Thank you for looking into this. As far as I can see, the code which adds necessary flags to `git commit` CLI command is already there (but...
We ended up changing our setup to use `argocd` writeback method (in order to support manual rollback scenarios in ArgoCD, which turned to be problematic in case of using `git`...