Skip to content

l0ginp/airflow-custom-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

airflow-custom-image

this repo about how to custom airflow docker image

step

  1. change base image in first line Dockerfile
FROM <image>/<tag>
  1. add python packages in requirement.txt
  2. build custom image
docker build --tag <your_docker_repo>:<tags> .

example

docker build --tag myuser/custom-airflow:2.1.4-python3.6-v1.0 .
  1. push
docker push your_docker_repo>:<tags>

example

docker push myuser/custom-airflow:2.1.4-python3.6-v1.0
  1. using

change airflow image to custom image

About

how to custom airflow docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published