You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+26-17Lines changed: 26 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,33 +10,42 @@ __NOTE__: It is highly recommended to keep Teamcity Server and agent versions in
10
10
11
11
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:
|[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. |
|[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 ||
28
28
29
29
\*__latest__ version means the recent stable version in repositories available on the moment of image build.
| 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. |
0 commit comments