@@ -578,6 +578,50 @@ workflows:
578
578
filters :
579
579
tags :
580
580
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
581
+ - build :
582
+ name : " build on nginx:1.25.0-alpine"
583
+ base-image : " nginx:1.25.0-alpine"
584
+ build-image : " datadog/docker-library:nginx-datadog-build-nginx_1.25.0-alpine"
585
+ nginx-version : " 1.25.0"
586
+ filters :
587
+ tags :
588
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
589
+ branches :
590
+ ignore : /.*/
591
+ - test :
592
+ name : " test on nginx:1.25.0-alpine"
593
+ base-image : " nginx:1.25.0-alpine"
594
+ nginx-modules-path : " /usr/lib/nginx/modules"
595
+ nginx-conf-path : " /etc/nginx/nginx.conf"
596
+ requires :
597
+ - " build on nginx:1.25.0-alpine"
598
+ filters :
599
+ tags :
600
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
601
+ branches :
602
+ ignore : /.*/
603
+ - build :
604
+ name : " build on nginx:1.25.0"
605
+ base-image : " nginx:1.25.0"
606
+ build-image : " datadog/docker-library:nginx-datadog-build-nginx_1.25.0"
607
+ nginx-version : " 1.25.0"
608
+ filters :
609
+ tags :
610
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
611
+ branches :
612
+ ignore : /.*/
613
+ - test :
614
+ name : " test on nginx:1.25.0"
615
+ base-image : " nginx:1.25.0"
616
+ nginx-modules-path : " /usr/lib/nginx/modules"
617
+ nginx-conf-path : " /etc/nginx/nginx.conf"
618
+ requires :
619
+ - " build on nginx:1.25.0"
620
+ filters :
621
+ tags :
622
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
623
+ branches :
624
+ ignore : /.*/
581
625
- build :
582
626
name : " build on nginx:1.24.0-alpine"
583
627
base-image : " nginx:1.24.0-alpine"
0 commit comments