Skip to content
Snippets Groups Projects
Commit d699ea07 authored by Isha Kumari's avatar Isha Kumari
Browse files

Update airflow image in .gitlab-ci.yml

parent e09defc1
No related branches found
No related tags found
No related merge requests found
Pipeline #244783 failed
......@@ -98,9 +98,9 @@ create_base_osdu_airflow_image:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- echo "create_base_osdu_airflow_image"
- docker build -t osdu-airflow:latest --file docs/Dockerfile-osdu-airflow --build-arg odiapi=0.17.1 --build-arg osduairflow=0.17.1 --build-arg osduingestion=0.17.0 .
- docker tag osdu-airflow:latest $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-1
- docker push $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-1
- docker build -t osdu-airflow:latest --file docs/Dockerfile-osdu-airflow --build-arg odiapi=0.25.1 --build-arg osduairflow=0.25.1 --build-arg osduingestion=0.25.0 .
- docker tag osdu-airflow:latest $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-M22
- docker push $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-M22
when: manual
# Installs the AWS CLI via the script above, and executes the CloudFormation
# Create EKS cluster from the default EKS quickstart with new VPC template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment