{"id":19737983,"url":"https://github.com/devsu/docker-teamcity-server","last_synced_at":"2026-03-04T15:02:49.320Z","repository":{"id":92793936,"uuid":"53602298","full_name":"devsu/docker-teamcity-server","owner":"devsu","description":"Docker images for runnning Teamcity Server","archived":false,"fork":false,"pushed_at":"2016-09-21T16:23:23.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-23T21:09:36.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-10T17:05:26.000Z","updated_at":"2016-03-15T23:11:29.000Z","dependencies_parsed_at":"2023-03-13T17:25:13.251Z","dependency_job_id":null,"html_url":"https://github.com/devsu/docker-teamcity-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsu/docker-teamcity-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Fdocker-teamcity-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Fdocker-teamcity-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Fdocker-teamcity-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Fdocker-teamcity-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsu","download_url":"https://codeload.github.com/devsu/docker-teamcity-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Fdocker-teamcity-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30084685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T01:12:59.572Z","updated_at":"2026-03-04T15:02:49.298Z","avatar_url":"https://github.com/devsu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teamcity Server docker images\n\nDocker images for running teamcity server and agents. Teamcity is an awesome continuous integration server from JetBrains.\n\nAfter creating a server, you will need agents. You can use [Teamcity Agent Docker Image](https://github.com/devsu/docker-teamcity-agent) to create one.\n\n## Teamcity Server\n\n### Usage\n\nTo run it:\n\n`docker run -d -p 8111:8111 --name teamcity-server -v /your/path:/data/teamcity devsu/teamcity-server:latest`\n\nNow you can use your browser and access the installation page.\n\nBefore running you can change the port as needed, or use [nginx-proxy](https://github.com/jwilder/nginx-proxy) to map to a hostname.\n\nYou can also change the tag `latest` to match an specific version of teamcity. You can find the available versions as tags in [Docker Hub](https://hub.docker.com/r/devsu/teamcity-server).\n\nYou can also clone this repo, change the docker file and build the image yourself.\n\n`docker built -t your-username/teamcity-server .`\n\n#### Mysql Driver\n\nMysql driver is included, but it's not loaded until:\n\n- You click on \"Proceed\" on the installation screen, so the folders are created.\n- You restart the container so the symlink to the driver is re-created. `docker restart teamcity-server`\n- You click on \"Refresh JDBC drivers\" button on the installation screen.\n\n## Under the hood\n\n- The images are built from [java:8](https://github.com/docker-library/openjdk/blob/master/openjdk-8-jdk/Dockerfile) (installs unzip, openjdk-8-jdk)\n- Which is built from [buildpack-deps:jessie-scm](https://github.com/docker-library/buildpack-deps/blob/master/jessie/scm/Dockerfile) (installs bzr, git, mercurial, openssh-client, subversion, procps)\n- Which is built from [buildpack-deps:jessie-curl](https://github.com/docker-library/buildpack-deps/blob/master/jessie/curl/Dockerfile) (installs curl)\n- Which is built from **debian:jessie**\n\nWe add:\n\n- Utilities: tar, software-properties-common\n- Mysql driver (to allow teamcity to connect to a mysql database)\n- Teamcity Server (obviously)\n\n## License\n\n[GNU GPLv3](https://github.com/devsu/docker-teamcity-server/blob/master/LICENSE) © 2016, Devsu LLC","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsu%2Fdocker-teamcity-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsu%2Fdocker-teamcity-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsu%2Fdocker-teamcity-server/lists"}