Skip to content

Commit 6d5902f

Browse files
author
Dmitry Berezovsky
committed
Updated readme
1 parent e996556 commit 6d5902f

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

Readme.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,42 @@ __NOTE__: It is highly recommended to keep Teamcity Server and agent versions in
1010

1111
Along with agent itself this image contains a few set of software widely used in typical build chains. Table below contains the main packages and theirs versions:
1212

13-
| Package | Version | Description |
14-
| ------------------------------------ | -------- | ---------------------------------------- |
15-
| Teamcity Build Agent | 2017.2.1 | Build agent itself |
16-
| [NodeJS](https://nodejs.org/) | 8.9.4 | Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Includes NPM - the default package manager. |
17-
| [Grunt](https://gruntjs.com/) | latest | JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. |
18-
| [Gulp](https://gulpjs.com/) | latest | Streaming build system for front-end web development |
19-
| Karma | latest | |
20-
| [Yarn](https://yarnpkg.com/) | latest | Fast, reliable, and secure dependency management for NodeJS. |
21-
| [Maven](https://maven.apache.org/) | 3.5.2 | Maven is a build automation tool used primarily for Java projects. |
22-
| Docker | latest | |
23-
| docker-compose | latest | |
24-
| [JQ](https://stedolan.github.io/jq/) | latest | Very high-level functional programming language with support for backtracking and managing streams of JSON data. Something like **sed** for JSON. |
25-
| awscli | latest | |
26-
| subversion | latest | |
27-
| git | latest | |
13+
| Package | Version | Description |
14+
| ---------------------------------------- | -------- | ---------------------------------------- |
15+
| Teamcity Build Agent | 2017.2.1 | Build agent itself |
16+
| [NodeJS](https://nodejs.org/) | 8.9.4 | Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Includes NPM - the default package manager. |
17+
| [Grunt](https://gruntjs.com/) | latest | JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. |
18+
| [Gulp](https://gulpjs.com/) | latest | Streaming build system for front-end web development |
19+
| Karma | latest | |
20+
| [Yarn](https://yarnpkg.com/) | latest | Fast, reliable, and secure dependency management for NodeJS. |
21+
| [Maven](https://maven.apache.org/) | 3.5.2 | Maven is a build automation tool used primarily for Java projects. |
22+
| [Docker](https://www.docker.com/) | latest | |
23+
| [docker-compose](https://docs.docker.com/compose/) | latest | Compose is a tool for defining and running multi-container Docker applications |
24+
| [JQ](https://stedolan.github.io/jq/) | latest | Very high-level functional programming language with support for backtracking and managing streams of JSON data. Something like **sed** for JSON. |
25+
| awscli | latest | |
26+
| subversion | latest | |
27+
| git | latest | |
2828

2929
\* __latest__ version means the recent stable version in repositories available on the moment of image build.
3030

31-
## Interfaces
31+
## Technical Information
32+
33+
### Base Images
34+
35+
**OS**: [Centos 7](https://www.centos.org/)
36+
37+
Parent Image Chain:
38+
39+
* [logicify/java8:latest](https://hub.docker.com/r/logicify/java8/)
40+
* [logicify/centos7:latest](https://hub.docker.com/r/logicify/centos7/)
3241

3342
### Exposed Ports
3443

3544
| Port | Description |
3645
| ---- | ---------------------------------------- |
3746
| 9090 | The port used for communication between TeamCity server and Agent. It is required to make sure that Teamcity could establish network connection with agent on this port. |
3847

39-
## Exposed Volumes
48+
### Exposed Volumes
4049

4150
| Path | Description |
4251
| ------------------------ | ---------------------------------------- |

0 commit comments

Comments
 (0)