1
0
mirror of synced 2026-01-29 13:02:00 -05:00
Files
airbyte/airbyte-integrations/connector-templates/source-generic/Dockerfile

10 lines
429 B
Docker

FROM scratch
## TODO Add your dockerfile instructions here
## TODO uncomment the below line. This is required for Kubernetes compatibility.
# ENV AIRBYTE_ENTRYPOINT="update this with the command you use for an entrypoint"
# Airbyte's build system uses these labels to know what to name and tag the docker images produced by this Dockerfile.
LABEL io.airbyte.name=airbyte/source-{{dashCase name}}
LABEL io.airbyte.version=0.1.0