Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tekn0ir/airflow-docker
An Apache Airflow docker image for the Helm chart
https://github.com/tekn0ir/airflow-docker
Last synced: 2 months ago
JSON representation
An Apache Airflow docker image for the Helm chart
- Host: GitHub
- URL: https://github.com/tekn0ir/airflow-docker
- Owner: tekn0ir
- Created: 2018-11-19T15:03:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T09:34:05.000Z (about 5 years ago)
- Last Synced: 2024-08-01T18:24:46.378Z (5 months ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-apache-airflow-br - KubernetesExecutor Docker Image
README
# Airflow docker
An Apache Airflow docker image for the Airflow Helm chart### Base Docker Image
* [node](https://hub.docker.com/_/python/)
### Installation
1. Install [Docker](https://www.docker.com/).
2. Download: `docker pull tekn0ir/airtflow_rs`
(alternatively, you can build an image from Dockerfile: `docker build -t="tekn0ir/airtflow_rs" github.com/tekn0ir/airflow-docker`)