Skip to content

Commit

Permalink
Temporarily pin ingestion-base image (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
noggi authored Jan 24, 2024
1 parent 39b17f8 commit 1653bfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/datahub-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
# Defining environment
ARG APP_ENV=prod

FROM acryldata/datahub-ingestion-base:head-full as prod-install
# 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
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 1653bfc

Please sign in to comment.