From 92f83d2984e5fcaff78c013a053ccd4ff3728e4b Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Wed, 23 Sep 2020 16:41:32 +0300 Subject: [PATCH] Add information on Docker in release instruction --- ci/release.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ci/release.md b/ci/release.md index 0a177a56cf..85c0ba548d 100644 --- a/ci/release.md +++ b/ci/release.md @@ -57,3 +57,14 @@ to download maven artifacts: ### Publishing Compose Desktop Run a new build in [Compose configuration](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Skija_JetpackComposeMpp_Dev) + +### Building Docker Images + +For building locally see corresponding the instructions: + * for [Linux](docker/linux/README.md), + * for [Windows](docker/windows/README.md). + +For updating internal images on Docker registry run a build in one of +the corresponding configurations: +* for [Linux](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_Docker_Linux), +* for [Windows](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_Docker_Windows)