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.
1 parent 1494458 commit b4b00e0Copy full SHA for b4b00e0
Dockerfile
@@ -1,3 +1,10 @@
1
+# This Dockerfile is used to build `airbyte/source-declarative-manifest` image that in turn is used
2
+# to build Manifest-only connectors themselves, and is used to run manifest (Builder) connectors
3
+# 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