This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/5.1.x by this push:
     new 6c41de9  Use release branch 5.1.x for the builder images (#5675)
6c41de9 is described below

commit 6c41de9c07e576df6afd7e8cb3c71219c9d10d15
Author: Zach Hoffman <[email protected]>
AuthorDate: Thu Apr 1 14:17:45 2021 -0600

    Use release branch 5.1.x for the builder images (#5675)
---
 infrastructure/docker/build/docker-compose.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/infrastructure/docker/build/docker-compose.yml 
b/infrastructure/docker/build/docker-compose.yml
index 2e2ef9f..b5d6dd2 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -25,7 +25,7 @@ services:
     command: ['-f', '/trafficcontrol/dist/weasel.txt', '/trafficcontrol']
 
   source:
-    image: apache/traffic_source_tarballer:master
+    image: apache/traffic_source_tarballer:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-source
       context: ../../..
@@ -35,7 +35,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_monitor_build:
-    image: apache/traffic_monitor_builder:master
+    image: apache/traffic_monitor_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_monitor
       context: ../../..
@@ -45,7 +45,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_ops_build:
-    image: apache/traffic_ops_builder:master
+    image: apache/traffic_ops_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_ops
       context: ../../..
@@ -55,7 +55,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_ops_ort_build:
-    image: apache/traffic_ops_ort_builder:master
+    image: apache/traffic_ops_ort_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_ops_ort
       context: ../../..
@@ -65,7 +65,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_portal_build:
-    image: apache/traffic_portal_builder:master
+    image: apache/traffic_portal_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_portal
       context: ../../..
@@ -75,7 +75,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_router_build:
-    image: apache/traffic_router_builder:master
+    image: apache/traffic_router_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_router
       context: ../../..
@@ -86,7 +86,7 @@ services:
       - ../../../.m2:/root/.m2:z
 
   traffic_stats_build:
-    image: apache/traffic_stats_builder:master
+    image: apache/traffic_stats_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_stats
       context: ../../..
@@ -96,7 +96,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   grove_build:
-    image: apache/traffic_grove_builder:master
+    image: apache/traffic_grove_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-grove
       context: ../../..
@@ -106,7 +106,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   grovetccfg_build:
-    image: apache/traffic_grovetccfg_builder:master
+    image: apache/traffic_grovetccfg_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-grovetccfg
       context: ../../..
@@ -116,7 +116,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   docs:
-    image: apache/traffic_docs_builder:master
+    image: apache/traffic_docs_builder:5.1.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-docs
       context: ../../..

Reply via email to