-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
078d36f
commit 949744d
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples | ||
LABEL org.opencontainers.image.description="Image with the latest pandas, requests and scikit-learn Python packages" | ||
RUN pip install --no-cache-dir kestra pandas requests scikit-learn pyarrow awswrangler loguru amazon-ion | ||
RUN pip install --no-cache-dir uv kestra pandas requests scikit-learn pyarrow awswrangler loguru amazon-ion | ||
RUN pip install --no-cache-dir faker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples | ||
LABEL org.opencontainers.image.description="Image with the latest pandas, requests and scikit-learn Python packages" | ||
RUN pip install --no-cache-dir kestra pandas requests scikit-learn pyarrow awswrangler loguru amazon-ion awscli | ||
RUN pip install --no-cache-dir uv kestra pandas requests scikit-learn pyarrow awswrangler loguru amazon-ion awscli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples | ||
LABEL org.opencontainers.image.description="Image with DuckDB, requests, PyArrow and Pandas Python packages" | ||
RUN pip install --no-cache-dir kestra requests faker pyarrow pandas duckdb loguru amazon-ion | ||
RUN pip install --no-cache-dir uv kestra requests faker pyarrow pandas duckdb loguru amazon-ion | ||
RUN pip install --no-cache-dir faker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11-alpine | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples | ||
LABEL org.opencontainers.image.description="Image with the latest Kestra Python package and loguru logger" | ||
RUN pip install --no-cache-dir kestra loguru amazon-ion | ||
RUN pip install --no-cache-dir uv kestra loguru amazon-ion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples | ||
LABEL org.opencontainers.image.description="Image with the latest modal-client Python package" | ||
RUN pip install --no-cache-dir kestra modal loguru amazon-ion | ||
RUN pip install --no-cache-dir uv kestra modal loguru amazon-ion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11-slim | ||
LABEL org.opencontainers.image.source=https://github.com/kestra-io/examples | ||
LABEL org.opencontainers.image.description="Image for the Product Automations" | ||
RUN pip install --no-cache-dir requests kestra markdown2 beautifulsoup4 ruamel.yaml --no-warn-script-location | ||
RUN pip install --no-cache-dir uv requests kestra markdown2 beautifulsoup4 ruamel.yaml --no-warn-script-location |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters