You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte-container-orchestrator/Dockerfile
+3-6
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,13 @@ RUN curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packa
25
25
RUN echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
Copy file name to clipboardexpand all lines: airbyte-workers/Dockerfile
+2-5
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,12 @@ RUN curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packa
25
25
RUN echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
26
26
RUN apt-get update && apt-get install -y kubectl
27
27
28
-
ARG VERSION=0.35.65-alpha
29
-
30
28
ENV APPLICATION airbyte-workers
31
-
ENV VERSION ${VERSION}
32
29
33
30
WORKDIR /app
34
31
35
32
# Move worker app
36
-
ADD bin/${APPLICATION}-${VERSION}.tar /app
33
+
ADD bin/${APPLICATION}-0.35.65-alpha.tar /app
37
34
38
35
# wait for upstream dependencies to become available before starting server
0 commit comments