Skip to content

Commit

Permalink
Remove redundant README.md section. (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKoltsov1997 authored Oct 17, 2023
1 parent c7dcf3a commit 16ea3a7
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,6 @@ This image adds a TeamCity agent suitable for Java and .NET development.
- [Automation Framework](tool/automation/framework) - framework for simplification of Docker Images release process.
- [Delivery Documentation](docs/DELIVERY.md) - documentation for delivery process.

### ARM Support

We do not currently provide native TeamCity Docker images for ARM-based devices. If you attempt to launch a container on ARM, the following error is shown:

```
docker pull jetbrains/teamcity-server
...
latest: Pulling from jetbrains/teamcity-server
no matching manifest for linux/arm64/v8 in the manifest list entries
```

As a workaround, you can execute images for AMD architectures via the Docker [`--platform` option](https://docs.docker.com/build/building/multi-platform/) on your ARM host.
```
docker run --platform linux/amd64 jetbrains/teamcity-agent ...
```
Note that we recommend this approach for testing purposes only.

If you wish to track the progress of native ARM images development, follow these YouTrack issues:
- [[TW-74465] Teamcity-agent ARM64/v8](https://youtrack.jetbrains.com/issue/TW-74465/Teamcity-agent-ARM64-v8)
- [[TW-68887] Docker image. Support ARM architecture (AWS ECS Graviton ARM)](https://youtrack.jetbrains.com/issue/TW-68887/Docker-image.-Support-ARM-architecture-AWS-ECS-Graviton-ARM)

### Bugs/issues/problems

Please use [these channels](https://www.jetbrains.com/help/teamcity/feedback.html) to give feedback on these images, thanks!
Expand Down

0 comments on commit 16ea3a7

Please sign in to comment.