From 3308dafde4af287de5ef287c59b51fc8b2e228dd Mon Sep 17 00:00:00 2001 From: tiulpin Date: Tue, 23 Jul 2024 17:05:13 +0200 Subject: [PATCH] QD-8148 Fix base images definition for 2024.2 --- 2024.2/android-community/internal.Dockerfile | 2 +- 2024.2/android/internal.Dockerfile | 2 +- 2024.2/base/docker-bake.hcl | 16 ++++++++-------- 2024.2/cnova/internal.Dockerfile | 2 +- 2024.2/cpp/internal.Dockerfile | 2 +- 2024.2/dotnet-community/internal.Dockerfile | 2 +- 2024.2/dotnet/internal.Dockerfile | 2 +- 2024.2/go/internal.Dockerfile | 2 +- 2024.2/js/internal.Dockerfile | 2 +- 2024.2/jvm-community/internal.Dockerfile | 2 +- 2024.2/jvm/internal.Dockerfile | 2 +- 2024.2/php/internal.Dockerfile | 2 +- 2024.2/python-community/internal.Dockerfile | 2 +- 2024.2/python/internal.Dockerfile | 2 +- 2024.2/ruby/internal.Dockerfile | 2 +- 2024.2/rust/internal.Dockerfile | 2 +- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/2024.2/android-community/internal.Dockerfile b/2024.2/android-community/internal.Dockerfile index f96ba9d5..421a82e0 100644 --- a/2024.2/android-community/internal.Dockerfile +++ b/2024.2/android-community/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:debian-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:debian-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/android/internal.Dockerfile b/2024.2/android/internal.Dockerfile index 2efb8f04..766f0305 100644 --- a/2024.2/android/internal.Dockerfile +++ b/2024.2/android/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:debian-js-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:debian-js-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/base/docker-bake.hcl b/2024.2/base/docker-bake.hcl index 2a25b528..80ff7250 100644 --- a/2024.2/base/docker-bake.hcl +++ b/2024.2/base/docker-bake.hcl @@ -16,7 +16,7 @@ group "clang" { target "debian" { tags = [ - "registry.jetbrains.team/p/sa/containers/qodana:debian-base-latest" + "registry.jetbrains.team/p/sa/containers/qodana:debian-base-242" ] platforms = ["linux/amd64", "linux/arm64"] dockerfile = "debian.Dockerfile" @@ -27,7 +27,7 @@ target "debian-js" { debianbase = "target:debian" } tags = [ - "registry.jetbrains.team/p/sa/containers/qodana:debian-js-base-latest" + "registry.jetbrains.team/p/sa/containers/qodana:debian-js-base-242" ] platforms = ["linux/amd64", "linux/arm64"] dockerfile = "debian.js.Dockerfile" @@ -38,7 +38,7 @@ target "python" { debianbase = "target:debian" } tags = [ - "registry.jetbrains.team/p/sa/containers/qodana:python-base-latest" + "registry.jetbrains.team/p/sa/containers/qodana:python-base-242" ] platforms = ["linux/amd64", "linux/arm64"] dockerfile = "python.Dockerfile" @@ -49,19 +49,19 @@ target "python-js" { pythonbase = "target:python" } tags = [ - "registry.jetbrains.team/p/sa/containers/qodana:python-js-base-latest" + "registry.jetbrains.team/p/sa/containers/qodana:python-js-base-242" ] platforms = ["linux/amd64", "linux/arm64"] dockerfile = "python.js.Dockerfile" } target "other" { - name = "${edition}-base-latest" + name = "${edition}-base-242" matrix = { edition = ["dotnet", "go", "js", "php", "rust", "ruby", "cdnet", "cnova"] } tags = [ - "registry.jetbrains.team/p/sa/containers/qodana:${edition}-base-latest" + "registry.jetbrains.team/p/sa/containers/qodana:${edition}-base-242" ] platforms = ["linux/amd64", "linux/arm64"] dockerfile = "${edition}.Dockerfile" @@ -71,9 +71,9 @@ target "cpp" { matrix = { clang = ["15", "16", "17", "18"] } - name = "cpp-base-${clang}-latest" + name = "cpp-base-${clang}-242" tags = [ - "registry.jetbrains.team/p/sa/containers/qodana:cpp-base-${clang}-latest" + "registry.jetbrains.team/p/sa/containers/qodana:cpp-base-${clang}-242" ] platforms = ["linux/amd64", "linux/arm64"] dockerfile = "cpp.Dockerfile" diff --git a/2024.2/cnova/internal.Dockerfile b/2024.2/cnova/internal.Dockerfile index 0841a722..b17d1732 100644 --- a/2024.2/cnova/internal.Dockerfile +++ b/2024.2/cnova/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:cnova-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:cnova-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/cpp/internal.Dockerfile b/2024.2/cpp/internal.Dockerfile index 3bea0662..00635277 100644 --- a/2024.2/cpp/internal.Dockerfile +++ b/2024.2/cpp/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:cpp-base-16-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:cpp-base-16-242 ARG TARGETPLATFORM COPY $TARGETPLATFORM/qodana-clang /opt/qodana/qodana diff --git a/2024.2/dotnet-community/internal.Dockerfile b/2024.2/dotnet-community/internal.Dockerfile index 84e8607a..de0bfd44 100644 --- a/2024.2/dotnet-community/internal.Dockerfile +++ b/2024.2/dotnet-community/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:cdnet-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:cdnet-base-242 ARG TARGETPLATFORM COPY $TARGETPLATFORM/qodana-cdnet /opt/qodana/qodana diff --git a/2024.2/dotnet/internal.Dockerfile b/2024.2/dotnet/internal.Dockerfile index e99a3b07..8bd36e89 100644 --- a/2024.2/dotnet/internal.Dockerfile +++ b/2024.2/dotnet/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:dotnet-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:dotnet-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/go/internal.Dockerfile b/2024.2/go/internal.Dockerfile index ff5f6cae..25576fbc 100644 --- a/2024.2/go/internal.Dockerfile +++ b/2024.2/go/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:go-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:go-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/js/internal.Dockerfile b/2024.2/js/internal.Dockerfile index 9ed30f76..14072f3a 100644 --- a/2024.2/js/internal.Dockerfile +++ b/2024.2/js/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:js-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:js-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/jvm-community/internal.Dockerfile b/2024.2/jvm-community/internal.Dockerfile index cac989aa..9db413c2 100644 --- a/2024.2/jvm-community/internal.Dockerfile +++ b/2024.2/jvm-community/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:debian-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:debian-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/jvm/internal.Dockerfile b/2024.2/jvm/internal.Dockerfile index ba07114d..f6c797d0 100644 --- a/2024.2/jvm/internal.Dockerfile +++ b/2024.2/jvm/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:debian-js-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:debian-js-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/php/internal.Dockerfile b/2024.2/php/internal.Dockerfile index 5b56dab2..952f874f 100644 --- a/2024.2/php/internal.Dockerfile +++ b/2024.2/php/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:php-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:php-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/python-community/internal.Dockerfile b/2024.2/python-community/internal.Dockerfile index 1d7a118b..5a5cc22f 100644 --- a/2024.2/python-community/internal.Dockerfile +++ b/2024.2/python-community/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:python-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:python-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/python/internal.Dockerfile b/2024.2/python/internal.Dockerfile index 86d28a1f..feabbb3b 100644 --- a/2024.2/python/internal.Dockerfile +++ b/2024.2/python/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:python-js-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:python-js-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/ruby/internal.Dockerfile b/2024.2/ruby/internal.Dockerfile index 9005384a..30292e80 100644 --- a/2024.2/ruby/internal.Dockerfile +++ b/2024.2/ruby/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:ruby-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:ruby-base-242 ARG TARGETPLATFORM ARG DEVICEID diff --git a/2024.2/rust/internal.Dockerfile b/2024.2/rust/internal.Dockerfile index 46dc5162..9a6cf688 100644 --- a/2024.2/rust/internal.Dockerfile +++ b/2024.2/rust/internal.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.jetbrains.team/p/sa/containers/qodana:rust-base-latest +FROM registry.jetbrains.team/p/sa/containers/qodana:rust-base-242 ARG TARGETPLATFORM ARG DEVICEID