Skip to content

Instantly share code, notes, and snippets.

@thierryturpin
Last active June 12, 2020 10:17
Show Gist options
  • Save thierryturpin/29ef7db1ff003fab710949702cf8fdc9 to your computer and use it in GitHub Desktop.
Save thierryturpin/29ef7db1ff003fab710949702cf8fdc9 to your computer and use it in GitHub Desktop.
Airflow Dockerfile
FROM python:3.7-slim-buster
LABEL maintainer="tt"
# Add labels
ARG LABEL_BUILD_NUMBER
ARG LABEL_BUILD_ID
ARG LABEL_TRIGGER
ARG SOURCE_VERSION
LABEL "LABEL_BUILD_NUMBER"=${LABEL_BUILD_NUMBER} "LABEL_BUILD_ID"=${LABEL_BUILD_ID} "LABEL_TRIGGER"=${LABEL_TRIGGER} "SOURCE_VERSION"=${SOURCE_VERSION}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment