From 7a56f1596412c3f1728a7a770890ef6eb2f31b86 Mon Sep 17 00:00:00 2001 From: Austin Denton Date: Wed, 12 May 2021 07:11:23 -0600 Subject: [PATCH] Update application to 2.0.2 --- Dockerfile | 2 +- README.md | 8 +++++--- hardening_manifest.yaml | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c80079..4d120c7 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 f4f9970..ac2be1b 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 f2d2f2b..be69487 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" -- GitLab