Skip to content

Commit 5e0743e

Browse files
committed
remove extra label commands
1 parent 8547527 commit 5e0743e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

airbyte_cdk/utils/docker_image_templates.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@
121121
RUN chmod +x /airbyte/base.sh /airbyte/javabase.sh && \
122122
chown airbyte:airbyte /airbyte/base.sh /airbyte/javabase.sh /airbyte/dd-java-agent.jar
123123
124-
# base.sh will set the classpath for the connector and invoke javabase.sh
125-
# using one of the above commands.
126124
ENV AIRBYTE_ENTRYPOINT="/airbyte/base.sh"
127125
ENV APPLICATION="${CONNECTOR_KEBAB_NAME}"
128126
@@ -137,8 +135,4 @@
137135
138136
# Set entrypoint
139137
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}"
144138
"""

0 commit comments

Comments
 (0)