Skip to content

Commit 5b9482d

Browse files
authored
Merge pull request #40 from sonatype-nexus-community/cleanup/remove-teamcity
feat: remove Team City related configuration and profile
2 parents 0ff3244 + 2d7ff49 commit 5b9482d

File tree

6 files changed

+0
-164
lines changed

6 files changed

+0
-164
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ For most of the reference architectures, you'll need a Sonatype license. If you
5151
| `direct` | Yes | No | Yes - [here](http://repo.localhost:8081) | Yes - [here](http://iq.localhost:8070) | Both Nexus Repository Pro and Sonatype Lifecycle available directly via `localhost` addressed over HTTP. |
5252
| `repoOssDemo` | No | No | Yes - [here](http://repo.localhost:8081) | No | Nexus Repo OSS will be started. |
5353
| `cicd-jenkins` | Yes | Yes - [here](http://nexus-platform.localhost) | Yes [here](http://repo.localhost/) | Yes [here](http://iq.localhost/) | Includes a Jenkins [here](http://nexus-platform/jenkins) |
54-
| `cicd-teamcity` | Yes | Yes - [here](http://nexus-platform.localhost) | Yes [here](http://repo.localhost/) | Yes [here](http://iq.localhost/) | Includes a TeamCity Server [here](http://nexus-platform/teamcity) |
5554
| `jenkins-direct` | No | No | No | No | Just Jenkins running [here](http://localhost:8888/jenkins) |
5655
5756
## Additional Sub Profiles

config/nginx-cicd-teamcity.conf

Lines changed: 0 additions & 84 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ services:
8383
profiles:
8484
- proxied
8585
- cicd-jenkins
86-
- cicd-teamcity
8786
secrets:
8887
- admin_password
8988
volumes:
@@ -155,7 +154,6 @@ services:
155154
profiles:
156155
- proxied
157156
- cicd-jenkins
158-
- cicd-teamcity
159157
secrets:
160158
- admin_password
161159
volumes:
@@ -268,38 +266,6 @@ services:
268266
- "./config/nginx-cicd.conf:/etc/nginx/nginx.conf:ro"
269267
- "./config/nginx-www:/usr/share/nginx/html:ro"
270268

271-
proxy-cicd-teamcity:
272-
image: "nginx:${NGINX_VERSION:?err}"
273-
depends_on:
274-
- nxrm3-proxied
275-
- nxiq-proxied
276-
- teamcity-proxied
277-
environment:
278-
- NGINX_HOST=nexus-platform.localhost
279-
- NGINX_PORT=80
280-
healthcheck:
281-
test:
282-
[
283-
"CMD",
284-
"curl",
285-
"--fail",
286-
"--silent",
287-
"http://localhost"
288-
]
289-
interval: 15s
290-
timeout: 2s
291-
retries: 10
292-
start_period: 20s
293-
networks:
294-
- platform
295-
ports:
296-
- "80:80"
297-
profiles:
298-
- cicd-teamcity
299-
volumes:
300-
- "./config/nginx-cicd-teamcity.conf:/etc/nginx/nginx.conf:ro"
301-
- "./config/nginx-www:/usr/share/nginx/html:ro"
302-
303269
# ------- Other non Sonatype Services --------
304270
jenkins-direct:
305271
build: ./images/jenkins
@@ -371,36 +337,6 @@ services:
371337
profiles:
372338
- swagger
373339

374-
# NOT ARM COMPATIBLE
375-
teamcity-proxied:
376-
build: ./images/teamcity-server
377-
networks:
378-
- platform
379-
- teamcity
380-
profiles:
381-
- cicd-teamcity
382-
volumes:
383-
- '${DOCKER_ROOT_VOLUME_MOUNT_POINT:?err}/teamcity-server/data:/data/teamcity_server/datadir'
384-
- '${DOCKER_ROOT_VOLUME_MOUNT_POINT:?err}/teamcity-server/logs:/opt/teamcity/logs'
385-
386-
# NOT ARM COMPATIBLE
387-
teamcity-agent-linux:
388-
build: ./images/teamcity-agent
389-
environment:
390-
AGENT_NAME: 'Linux Agent'
391-
SERVER_URL: 'http://teamcity-proxied:8111/teamcity'
392-
networks:
393-
- teamcity
394-
profiles:
395-
- cicd-teamcity
396-
# teamcity-agent-windows:
397-
# build: ./images/teamcity-agent-windows
398-
# environment:
399-
# AGENT_NAME: 'Windows Agent'
400-
# SERVER_URL: 'http://teamcity-proxied:8111'
401-
# networks:
402-
# - teamcity
403-
404340
webhook-handler:
405341
image: sonatypecommunity/sonatype-webhook-handler:1.1.1
406342
environment:
@@ -417,7 +353,6 @@ services:
417353
networks:
418354
default: null
419355
platform: null
420-
teamcity: null
421356

422357
volumes:
423358
nxiq-data:

images/teamcity-agent-windows/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

images/teamcity-agent/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

images/teamcity-server/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)