UNCLASSIFIED

Commit ebac74b8 authored by Adam Martin's avatar Adam Martin
Browse files

Merge branch 'update-to-2.0.2' into 'development'

Update application to 2.0.2

See merge request !15
parents 18e88705 7a56f159
Pipeline #257179 passed with stages
in 79 minutes and 15 seconds
ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/bitnami/airflow-scheduler 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} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG BITNAMI_HOME=/opt/bitnami ARG BITNAMI_HOME=/opt/bitnami
......
...@@ -3,7 +3,9 @@ ...@@ -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. > 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/ 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 # TL;DR
## Docker Compose ## Docker Compose
...@@ -33,8 +35,8 @@ You can find the default credentials and available configuration options in the ...@@ -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/). 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) * [`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-r19` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/1.10.15-debian-10-r19/1/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). Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-scheduler).
......
...@@ -8,12 +8,12 @@ name: "aiml/airflow/airflow-scheduler" ...@@ -8,12 +8,12 @@ name: "aiml/airflow/airflow-scheduler"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "2.0.1" - "2.0.2"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "bitnami/airflow-scheduler" BASE_IMAGE: "bitnami/airflow-scheduler"
BASE_TAG: "2.0.1" BASE_TAG: "2.0.2"
# Docker image labels # Docker image labels
labels: labels:
...@@ -26,7 +26,7 @@ labels: ...@@ -26,7 +26,7 @@ labels:
org.opencontainers.image.url: "https://bitnami.com/stack/airflow-scheduler/containers" org.opencontainers.image.url: "https://bitnami.com/stack/airflow-scheduler/containers"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Bitnami" 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") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "workflows,orchestration,pipelines" mil.dso.ironbank.image.keywords: "workflows,orchestration,pipelines"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment