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 8547527 commit 5e0743eCopy full SHA for 5e0743e
airbyte_cdk/utils/docker_image_templates.py
@@ -121,8 +121,6 @@
121
RUN chmod +x /airbyte/base.sh /airbyte/javabase.sh && \
122
chown airbyte:airbyte /airbyte/base.sh /airbyte/javabase.sh /airbyte/dd-java-agent.jar
123
124
-# base.sh will set the classpath for the connector and invoke javabase.sh
125
-# using one of the above commands.
126
ENV AIRBYTE_ENTRYPOINT="/airbyte/base.sh"
127
ENV APPLICATION="${CONNECTOR_KEBAB_NAME}"
128
@@ -137,8 +135,4 @@
137
135
138
136
# Set entrypoint
139
ENTRYPOINT ["/airbyte/base.sh"]
140
-
141
-# Add labels
142
-LABEL io.airbyte.version="0.1.0"
143
-LABEL io.airbyte.name="airbyte/${CONNECTOR_KEBAB_NAME}"
144
"""
0 commit comments