Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from vpavlin/feature/use-quay-for-base
Browse files Browse the repository at this point in the history
Use Quay for base image instead of DockerHub to prevent issues with rate limits
  • Loading branch information
noseka1 authored Jan 8, 2021
2 parents c6fb6a7 + 9fde0d3 commit 1401d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# BUILD: docker build --rm -t puckel/docker-airflow .
# SOURCE: https://github.com/puckel/docker-airflow

FROM python:3.7-slim-buster
FROM quay.io/opendatahub/python:3.7-slim-buster
LABEL maintainer="Puckel_"

# Never prompt the user for choices on installation/configuration of packages
Expand Down

0 comments on commit 1401d1b

Please sign in to comment.