Skip to content

Commit

Permalink
Update the Airflow deployment to use Docker images built from a clean…
Browse files Browse the repository at this point in the history
… tree. (#197)

This fixes the broken presubmits #196.
  • Loading branch information
jlewi authored Dec 4, 2017
1 parent ab95d35 commit 8800de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-infra/airflow/Dockerfile.prow
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#
# TODO(jlewi) With Docker v17.0 we should just be able to use Docker
# build args to specify the base image.
FROM gcr.io/mlkube-testing/airflow:v20171121-6d89f8d-e3b0c4
FROM gcr.io/mlkube-testing/airflow:v20171203-ab95d35-dirty-68b87f
ENTRYPOINT ["python", "-m", "py.airflow"]
2 changes: 1 addition & 1 deletion test-infra/airflow/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: airflow
image: gcr.io/mlkube-testing/airflow:v20171121-6d89f8d-e3b0c4
image: gcr.io/mlkube-testing/airflow:v20171203-ab95d35-dirty-68b87f
# What arguments do we need to set to use the LocalExecutor
command:
# Tells entrypoint.sh to start the webserver
Expand Down

0 comments on commit 8800de5

Please sign in to comment.