Skip to content

Commit

Permalink
Dockerfile: use our custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jun 26, 2024
1 parent 4f062d0 commit bb0fd6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.8.2-python3.10
FROM registry.cern.ch/cern-sis/airflow-base:2.8.3

ENV PYTHONBUFFERED=0
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO
Expand Down
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre-commit==3.6.2
pytest==7.4.4
coverage==7.4.3
pytest-cov==4.1.0
pre-commit
pytest
coverage
pytest-cov
pytest-datadir==1.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt
apache-airflow[celery, postgres, redis, cncf.kubernetes]==2.8.3
alembic==1.13.1
alembic
airflow-provider-alembic==1.0.0
elementpath==4.4.0

0 comments on commit bb0fd6b

Please sign in to comment.