1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Revert "Change copy to add in dockerfiles to reduce container size (#8516)" (#8997)

This reverts commit 8ac2c6f4
This commit is contained in:
Oleksandr Sheheda
2021-12-21 16:01:17 +02:00
committed by GitHub
parent 08dc041a53
commit f0a9945f80
56 changed files with 168 additions and 56 deletions

View File

@@ -4,7 +4,9 @@ WORKDIR /airbyte
ENV APPLICATION destination-postgres-strict-encrypt
ADD build/distributions/${APPLICATION}*.tar /airbyte
COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
RUN tar xf ${APPLICATION}.tar --strip-components=1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/destination-postgres-strict-encrypt