GraphCanon updated today · GitHub synced today
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (3,809) are secondary evidence.
- Docker Hub pulls (30d)
- 22,486,113·Docker Hub API·today
Maintenance and security
Full trust report- Maintenance
- Dormant (1232d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/puckel/docker-airflowSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Docker Apache Airflow
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 15, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 15, 2026
- Languages
- shell
Source: github.language · Jul 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 15, 2026)
## Install custom python packageSource link
Tags
README
docker-airflow
This repository contains Dockerfile of apache-airflow for Docker's automated build published to the public Docker Hub Registry.
Installation
Pull the image from the Docker repository.
docker pull puckel/docker-airflow
Install custom python package
- Create a file "requirements.txt" with the desired python modules
- Mount this file as a volume
-v $(pwd)/requirements.txt:/requirements.txt(or add it as a volume in docker-compose file) - The entrypoint.sh script execute the pip install command (with --user option)
For agents
This page has a .md twin and JSON over the API.