1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Revert "Do not build java base image when publishing python cdk"

This reverts commit 58bde70e0f.
This commit is contained in:
Alexandre Girard
2024-03-05 13:35:11 -08:00
parent 58bde70e0f
commit a871899540

View File

@@ -235,9 +235,7 @@ cmd_publish() {
do
echo "building base images for $arch"
docker buildx build -t airbyte/integration-base:dev --platform $arch --load airbyte-integrations/bases/base
if [ "$path" != "airbyte-cdk/python" ]; then
docker buildx build -t airbyte/integration-base-java:dev --platform $arch --load airbyte-integrations/bases/base-java
fi
docker buildx build -t airbyte/integration-base-java:dev --platform $arch --load airbyte-integrations/bases/base-java
# For a short while (https://github.com/airbytehq/airbyte/pull/25034), destinations rely on the normalization image to build
# Thanks to gradle, destinstaions which need normalization will already have built base-normalization's "build" artifacts