Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Bill
Total activity
16
Last activity
March 01, 2023 00:04
Member since
February 12, 2021 17:32
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
2
Activity overview
Posts (2)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
March 18, 2021 19:16
Yea, I think the best thing to do is create a custom Dockerfile for it. And thanks for the info on running docker wrapper. I might have to use that soon even if not for python. My next goal is to ...
Community
TeamCity General Topics
How to build python packages with twine and wheel
0 votes
Edited
March 18, 2021 15:52
I just installed python on the docker container, thank you for the information! Will I have to do this every time I update to the latest team city docker version? For those who read this in the fut...
Community
TeamCity General Topics
How to build python packages with twine and wheel
0 votes
Created
March 18, 2021 03:59
I edited my earlier comment. I wrote that terribly, sorry. Yes, my build agents are in docker containers. I'm running the TeamCity Server and build agents within a docker swarm.
Community
TeamCity General Topics
How to build python packages with twine and wheel
0 votes
Edited
March 18, 2021 03:58
Python is installed on the host machine but I have TeamCity running inside docker containers. I can try to figure out how to get TeamCity able to access python on the host machine.
Community
TeamCity General Topics
How to build python packages with twine and wheel
0 votes
Created
March 13, 2021 20:07
When I run python --version via the command line runner type I get an error of python not found. So I don't see how this solution works.
Community
TeamCity General Topics
How to build python packages with twine and wheel
0 votes
Edited
March 01, 2023 00:04
On my ec2 server I put the dns equal to the VPC dns server (same for everyone) and it work!! I set two settings in my docker compose file: dns:169.254.169.253 network_mode: host Here's some info on...
Community
TeamCity General Topics
Running in Docker Swarm can not connect to Remote Database
0 votes
Created
February 19, 2021 18:23
I tried this all on my local machine and on my ec2 server. Locally: it will resolve the IP correctly but can't connect because RDS blocks access if not on a vpn. When I connect to the vpn and ping ...
Community
TeamCity General Topics
Running in Docker Swarm can not connect to Remote Database
0 votes
Edited
February 19, 2021 01:50
The command was a little off but I fixed it. docker exec -it -u root id_of_container /bin/bash I was able to install everything and could not ping the database. The network in swarm is slightly di...
Community
TeamCity General Topics
Running in Docker Swarm can not connect to Remote Database
0 votes
Created
February 18, 2021 21:01
I did not ping it. I tried to install that capability into the container but I was having trouble. There is some lock on the apt files to install new packages and there is no suder in the containe...
Community
TeamCity General Topics
Running in Docker Swarm can not connect to Remote Database
0 votes