Skip to content

Commit

Permalink
Temporarily pin ingestion-base image (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
noggi authored Jan 24, 2024
1 parent 1653bfc commit 8a16628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datahub-actions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_long_description():
acryl_datahub_min_version = os.environ.get("ACRYL_DATAHUB_MIN_VERSION") or "0.11.0"

base_requirements = {
f"acryl-datahub[kafka]>={acryl_datahub_min_version}",
f"acryl-datahub[kafka]>={acryl_datahub_min_version},<=0.12.1.2",
# Compatibility.
"typing_extensions>=3.7.4; python_version < '3.8'",
"mypy_extensions>=0.4.3",
Expand Down
4 changes: 1 addition & 3 deletions docker/datahub-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
# Defining environment
ARG APP_ENV=prod

# temporarily pin base image until config loader is properly fixed
# FROM acryldata/datahub-ingestion-base:head-full as prod-install
FROM acryldata/datahub-ingestion-base:89c7059-full as prod-install
FROM acryldata/datahub-ingestion-base:head-full as prod-install
COPY datahub-actions /actions-src
RUN mkdir -p /etc/datahub/actions && mkdir -p /tmp/datahub/logs/actions/system
RUN cd /actions-src && \
Expand Down

0 comments on commit 8a16628

Please sign in to comment.