Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

airflow-core

Setup

Instructions

  1. Change into the current directory:
git clone https://github.com/bhearn7/examples.git
cd examples/airflow-core
  1. In the FROM line of your Dockerfile, replace ORG with your Chainguard registry:
ORG=example-org
sed "s|/ORG/|/$ORG/|" ./Dockerfile > dfc.tmp && mv dfc.tmp ./Dockerfile.$ORG
  1. Build the image:
docker build -t airflow-core:cgr-latest -f ./Dockerfile.$ORG .

Next Steps

Secure Your Application Dependencies

Instead of pulling potentially malicious dependencies from PyPI/MavenCentral/NPM, eliminate even more vulnerabilities in your applications by utilizing libraries built from source: