Skip to content

Commit

Permalink
QD-8148 Fix base images definition for 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jul 23, 2024
1 parent df3898d commit 3308daf
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion 2024.2/android-community/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/android/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions 2024.2/base/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/cnova/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/cpp/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/dotnet-community/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/dotnet/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/go/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/js/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/jvm-community/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/jvm/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/php/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/python-community/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/python/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/ruby/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024.2/rust/internal.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3308daf

Please sign in to comment.