diff --git a/Dockerfile b/Dockerfile index 5c8007948a130c10e9a07001cb200589ca585839..4d120c7430d7653242d4e96ace69be8621421135 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/bitnami/airflow-scheduler -ARG BASE_TAG=2.0.1 +ARG BASE_TAG=2.0.2 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ARG BITNAMI_HOME=/opt/bitnami diff --git a/README.md b/README.md index f4f9970e6bb6b6628a036012b43f2c15bc2b8791..ac2be1b3249475f07bd1e53500a7506375977bc1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ > Airflow is a platform to programmatically author, schedule and monitor workflows. Airflow Scheduler is one of the required components when the CeleryExecutor is configured. https://airflow.apache.org/ - +### Ironbank Hardened Image Notes: +* apache-airflow-providers-elasticsearch will not work on this image due to vulnerabilities with Elasticsearch 7.5.1 (Removed) +* This image contains many AIML python libraries that are available for use; please see the hardening_manifest for further details # TL;DR ## Docker Compose @@ -33,8 +35,8 @@ You can find the default credentials and available configuration options in the Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-10`, `2.0.1`, `2.0.1-debian-10-r53`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.0.1-debian-10-r53/2/debian-10/Dockerfile) -* [`1`, `1-debian-10`, `1.10.15`, `1.10.15-debian-10-r19` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/1.10.15-debian-10-r19/1/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.0.2`, `2.0.2-debian-10-r18`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.0.2-debian-10-r18/2/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.10.15`, `1.10.15-debian-10-r51` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/1.10.15-debian-10-r51/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-scheduler). diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f2d2f2b4709d5e04badf6937d1e9470a57b5d813..be6948799aa89326be80570b6dc835a789b6d940 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,12 +8,12 @@ name: "aiml/airflow/airflow-scheduler" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.0.1" +- "2.0.2" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "bitnami/airflow-scheduler" - BASE_TAG: "2.0.1" + BASE_TAG: "2.0.2" # Docker image labels labels: @@ -26,7 +26,7 @@ labels: org.opencontainers.image.url: "https://bitnami.com/stack/airflow-scheduler/containers" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Bitnami" - org.opencontainers.image.version: "2.0.1" + org.opencontainers.image.version: "2.0.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "workflows,orchestration,pipelines" ## This value can be "opensource" or "commercial"