Skip to content

Commit

Permalink
feat: add git to all images
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Jul 2, 2024
1 parent a4bf55b commit e6a2331
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/dbt-athena.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-athena-community Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-athena-community
1 change: 1 addition & 0 deletions dockerfiles/dbt-bigquery.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-bigquery Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-bigquery
1 change: 1 addition & 0 deletions dockerfiles/dbt-clickhouse.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-clickhouse Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-clickhouse
1 change: 1 addition & 0 deletions dockerfiles/dbt-databricks.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-databricks Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-databricks
1 change: 1 addition & 0 deletions dockerfiles/dbt-dremio.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-dremio Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-dremio
1 change: 1 addition & 0 deletions dockerfiles/dbt-duckdb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-duckdb Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra requests dbt-duckdb
1 change: 1 addition & 0 deletions dockerfiles/dbt-fabric.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-fabric Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-fabric
1 change: 1 addition & 0 deletions dockerfiles/dbt-postgres.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-postgres Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-postgres
1 change: 1 addition & 0 deletions dockerfiles/dbt-redshift.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-redshift Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-redshift
1 change: 1 addition & 0 deletions dockerfiles/dbt-snowflake.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-snowflake Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-snowflake
1 change: 1 addition & 0 deletions dockerfiles/dbt-spark.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-spark Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-spark
1 change: 1 addition & 0 deletions dockerfiles/dbt-synapse.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-synapse Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-synapse
1 change: 1 addition & 0 deletions dockerfiles/dbt-trino.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-trino Python package"
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-trino
1 change: 1 addition & 0 deletions dockerfiles/dbt.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt
LABEL org.opencontainers.image.description="Image with the latest dbt-core Python package including the DuckDB adapter."
RUN apt-get update && apt-get install -y git && apt-get clean
RUN pip install --no-cache-dir kestra dbt-bigquery dbt-snowflake dbt-duckdb

0 comments on commit e6a2331

Please sign in to comment.