UNCLASSIFIED

Commit 5abc8f19 authored by Austin Denton's avatar Austin Denton
Browse files

Initial commit

parent f87165cc
Pipeline #236115 failed with stages
in 3 minutes and 19 seconds
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: v1 apiVersion: v1
# The repository name in registry1, excluding /ironbank/ # The repository name in registry1, excluding /ironbank/
name: "bitnami/airflow-scheduler" name: "aiml/airflow/airflow-scheduler"
# List of tags to push for the repository in registry1 # List of tags to push for the repository in registry1
# 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
...@@ -12,8 +12,8 @@ tags: ...@@ -12,8 +12,8 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "redhat/ubi/ubi8" BASE_IMAGE: "bitnami/airflow-scheduler"
BASE_TAG: "8.3" BASE_TAG: "2.0.1"
# Docker image labels # Docker image labels
labels: labels:
...@@ -36,9 +36,6 @@ labels: ...@@ -36,9 +36,6 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
# CHANGE ME
- tag: bitnami/airflow-scheduler:2.0.1-debian-10-r55
url: docker://docker.io/bitnami/airflow-scheduler@sha256:b9e5a2196d9f303bdb3d674a703fc106d37beeb0eb7d5b541deaf27c7b3428e6
- filename: matplotlib-3.4.1-cp38-cp38-manylinux1_x86_64.whl - filename: matplotlib-3.4.1-cp38-cp38-manylinux1_x86_64.whl
url: https://files.pythonhosted.org/packages/d4/2c/10224fd2eb8a27f415509d5e35e2945a47856c6128c6027a59a8ffa4016a/matplotlib-3.4.1-cp38-cp38-manylinux1_x86_64.whl url: https://files.pythonhosted.org/packages/d4/2c/10224fd2eb8a27f415509d5e35e2945a47856c6128c6027a59a8ffa4016a/matplotlib-3.4.1-cp38-cp38-manylinux1_x86_64.whl
validation: validation:
......
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