Skip to content

Commit

Permalink
Remove crons from our example dockerfiles (#6645)
Browse files Browse the repository at this point in the history
Summary:
Cron is no longer needed and users are using these files as references/examples.
  • Loading branch information
gibsondan committed Feb 18, 2022
1 parent 1f79613 commit 93b0bf9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM "${BASE_IMAGE}"

ARG DAGSTER_VERSION

RUN apt-get update -yqq && \
apt-get install -yqq cron

COPY build_cache/ /

RUN pip install \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM "${BASE_IMAGE}"

ARG DAGSTER_VERSION

RUN apt-get update -yqq && \
apt-get install -yqq --no-install-recommends cron

RUN pip install \
dagster==${DAGSTER_VERSION} \
dagster-postgres==${DAGSTER_VERSION} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM "${BASE_IMAGE}"

ARG DAGSTER_VERSION

RUN apt-get update -yqq && \
apt-get install -yqq cron

COPY build_cache/ /

RUN pip install \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM "${BASE_IMAGE}"

ARG DAGSTER_VERSION

RUN apt-get update -yqq && \
apt-get install -yqq cron

COPY build_cache/ /

RUN pip install \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM "${BASE_IMAGE}"

ARG DAGSTER_VERSION

RUN apt-get update -yqq && \
apt-get install -yqq cron

RUN pip install \
dagster==${DAGSTER_VERSION} \
dagster-graphql==${DAGSTER_VERSION} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM "${BASE_IMAGE}"

ARG DAGSTER_VERSION

RUN apt-get update -yqq && \
apt-get install -yqq cron

COPY build_cache/ /

RUN pip install \
Expand Down

0 comments on commit 93b0bf9

Please sign in to comment.