Skip to content

Commit 3fec010

Browse files
docs: comments on what the Dockerfile is for (#240)
Co-authored-by: Christo Grabowski <[email protected]>
1 parent 1494458 commit 3fec010

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
FROM docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
29

310
WORKDIR /airbyte/integration_code

0 commit comments

Comments
 (0)