Skip to content
Snippets Groups Projects
Commit d84581ed authored by Nikhil Patil's avatar Nikhil Patil
Browse files

osdu ingestion version update

parent efa86775
No related branches found
No related tags found
2 merge requests!169Draft: updated airflow and python version,!168Draft: ibm update patch 40437 patch 30110
Checking pipeline status
......@@ -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.25.1 --build-arg osduairflow=0.25.3 --build-arg osduingestion=0.25.0 .
- docker tag osdu-airflow:latest $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-M23.1
- docker push $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-M23.1
- docker build -t osdu-airflow:latest --file docs/Dockerfile-osdu-airflow --build-arg odiapi=0.25.1 --build-arg osduairflow=0.25.3 --build-arg osduingestion=0.25.1 .
- docker tag osdu-airflow:latest $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-M23.2
- docker push $CI_REGISTRY_IMAGE/osdu-airflow:v2.1.4-M23.2
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