1
0
mirror of synced 2025-12-25 02:09:19 -05:00

connectors-ci: add finalize_build logic to handle custom Dockerfiles (#26489)

This commit is contained in:
Augustin
2023-05-25 09:32:19 +02:00
committed by GitHub
parent 5e2f16ecf1
commit fd3655707e
85 changed files with 747 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
### WARNING ###
# The Java connector Dockerfiles will soon be deprecated.
# This Dockerfile is not used to build the connector image we publish to DockerHub.
# The new logic to build the connector image is declared with Dagger here:
# https://github.com/airbytehq/airbyte/blob/master/tools/ci_connector_ops/ci_connector_ops/pipelines/actions/environments.py#L649
# If you need to add a custom logic to build your connector image, you can do it by adding a finalize_build.sh or finalize_build.py script in the connector folder.
# Please reach out to the Connectors Operations team if you have any question.
FROM airbyte/integration-base-java:dev AS build
WORKDIR /airbyte