@@ -542,6 +542,42 @@ workflows:
542
542
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
543
543
branches :
544
544
ignore : /.*/
545
+ - build :
546
+ name : " build on nginx:1.25.2-alpine"
547
+ base-image : " nginx:1.25.2-alpine"
548
+ build-image : " datadog/docker-library:nginx-datadog-build-nginx_1.25.2-alpine"
549
+ nginx-version : " 1.25.2"
550
+ filters :
551
+ tags :
552
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
553
+ - test :
554
+ name : " test on nginx:1.25.2-alpine"
555
+ base-image : " nginx:1.25.2-alpine"
556
+ nginx-modules-path : " /usr/lib/nginx/modules"
557
+ nginx-conf-path : " /etc/nginx/nginx.conf"
558
+ requires :
559
+ - " build on nginx:1.25.2-alpine"
560
+ filters :
561
+ tags :
562
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
563
+ - build :
564
+ name : " build on nginx:1.25.2"
565
+ base-image : " nginx:1.25.2"
566
+ build-image : " datadog/docker-library:nginx-datadog-build-nginx_1.25.2"
567
+ nginx-version : " 1.25.2"
568
+ filters :
569
+ tags :
570
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
571
+ - test :
572
+ name : " test on nginx:1.25.2"
573
+ base-image : " nginx:1.25.2"
574
+ nginx-modules-path : " /usr/lib/nginx/modules"
575
+ nginx-conf-path : " /etc/nginx/nginx.conf"
576
+ requires :
577
+ - " build on nginx:1.25.2"
578
+ filters :
579
+ tags :
580
+ only : /^v[0-9]+\.[0-9]+\.[0-9]+/
545
581
- build :
546
582
name : " build on nginx:1.25.1-alpine"
547
583
base-image : " nginx:1.25.1-alpine"
@@ -550,6 +586,8 @@ workflows:
550
586
filters :
551
587
tags :
552
588
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
589
+ branches :
590
+ ignore : /.*/
553
591
- test :
554
592
name : " test on nginx:1.25.1-alpine"
555
593
base-image : " nginx:1.25.1-alpine"
@@ -560,6 +598,8 @@ workflows:
560
598
filters :
561
599
tags :
562
600
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
601
+ branches :
602
+ ignore : /.*/
563
603
- build :
564
604
name : " build on nginx:1.25.1"
565
605
base-image : " nginx:1.25.1"
@@ -568,6 +608,8 @@ workflows:
568
608
filters :
569
609
tags :
570
610
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
611
+ branches :
612
+ ignore : /.*/
571
613
- test :
572
614
name : " test on nginx:1.25.1"
573
615
base-image : " nginx:1.25.1"
@@ -578,6 +620,8 @@ workflows:
578
620
filters :
579
621
tags :
580
622
only : /^v[0-9]+\.[0-9]+\.[0-9]+/
623
+ branches :
624
+ ignore : /.*/
581
625
- build :
582
626
name : " build on nginx:1.25.0-alpine"
583
627
base-image : " nginx:1.25.0-alpine"
0 commit comments