We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dockerfile
1 parent 1494458 commit 3fec010Copy full SHA for 3fec010
Dockerfile
@@ -1,3 +1,10 @@
1
+# This Dockerfile is used to build `airbyte/source-declarative-manifest` image that in turn is used
2
+# 1. to build Manifest-only connectors themselves
3
+# 2. to run manifest (Builder) connectors published into a particular user's workspace in Airbyte
4
+#
5
+# A new version of source-declarative-manifest is built for every new Airbyte CDK release, and their versions are kept in sync.
6
7
+
8
FROM docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
9
10
WORKDIR /airbyte/integration_code
0 commit comments