Kirill Maximov

Results 12 comments of Kirill Maximov

Looks like not possible on FarGate. https://stackoverflow.com/questions/48390279/dind-and-aws-fargate-ci

Hi @jeandet, could you please explain a bit more? You're referring to the official docker-in-docker image, and at the same time referring to an article where docker-in-docker considered harmful (and...

OK, that's right. Back to the original issue, is it OK I close it, as there is not viable solution for dind and Fargate?

@imlight Have you tried passing environment variable TEAMCITY_AGENT_OPTS when starting the container, like ` -e 'TEAMCITY_AGENT_OPTS=-Djavax.net.ssl.keyStore=/data/teamcity_agent/conf/trustedCertificates/keystore.jks -Djavax.net.ssl.trustStore=/data/teamcity_agent/conf/trustedCertificates/keystore.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStorePassword=changeit'` ?

Hi, could you please make sure the problem is related to teamcity-agent image. For that, please start the teamcity-agent container, attach to it, and try connecting to the host machine....

Hi, I've filed this request to our main tracker: https://youtrack.jetbrains.com/issue/TW-67552

A similar problem exists for `http://www.site.com?_var_=value` A live example of such a link is produced by facebook, like ``` https://m.facebook.com/groups/528388990598817?view=permalink&id=722462694524778&refid=18&_ft_=qid.6280750150653635403%3Amf_story_key.722462694524778%3Atl_objid.722462694524778 ```

@tjschuck I'm using this event to update the list of items shown via selector, i.e. there is a delayed ajax request to the server which depends on the filter contents...

Guys, any follow-up on this? I've used this patch in https://chrome.google.com/webstore/detail/checkvist-web-clipper/pheahjlflgbnajeilgglgcdlbkdckamf extension and it works nicely. Unfortunately, I have troubles publishing the same extension in the Firefox add-on repository as...

As I can see in the current sources, TeamCity uses . ./findJava.sh in the agent.sh script. Probably the issue could be with a change of working directory after your modifications.