Yohan Courbe
Yohan Courbe
From my understanding of Docker - I'm not a guru - each time you use a RUN command, it creates a temporary cached image. In this case, I think there...
I don't think it makes sense to force the use of symfony.dev. It's quite restrictive for example if you want to run multiple of this build on a server, you...
The `sed` command sent to the instance by SSM will leave an empty line on the authorized keys of the instance. I changed the approach a little bit by adding...
The API returns an error if it returns more than 1000 elements. The API supports an input `_max_results` which can take negative and positive integer: * A negative number will...
**Is your feature request related to a problem? Please describe.** ILM policy is attached to an index template by setting the `index.lifecycle.name` on the resource `elasticstack_elasticsearch_index_template` which works as expected....
**What happened**: When creating an alias record for a NLB, the TXT record created for registry is prefixed with `cname_` while alias is a A record. The bug seems to...
**Describe the bug** The bundle manifest doesn't take the `IMAGE` and `VERSION` variable into account. Its value is statically set to `containerImage: quay.io/redhat-developer/gitops-backend-operator:v0.0.3` in `config/manifests/bases/gitops-operator.clusterserviceversion.yaml` and `bundle/manifests/gitops-operator.clusterserviceversion.yaml`. The catalog will...