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

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

commit 201032b2603d4a35c5da4ef20e2d561048f47adf
Author: Zach Hoffman <[email protected]>
AuthorDate: Mon Aug 30 11:03:37 2021 -0600

    Use tag 6.0.x for the builder images
---
 infrastructure/docker/build/docker-compose-opt.yml |  2 +-
 infrastructure/docker/build/docker-compose.yml     | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/infrastructure/docker/build/docker-compose-opt.yml 
b/infrastructure/docker/build/docker-compose-opt.yml
index 894dc5d..a286fbd 100644
--- a/infrastructure/docker/build/docker-compose-opt.yml
+++ b/infrastructure/docker/build/docker-compose-opt.yml
@@ -27,7 +27,7 @@ services:
     volumes:
       - ../../../traffic_server/_tsb:/opt/tsb-ats:z
   fakeorigin_build:
-    image: apache/traffic_fakeorigin_builder:master
+    image: apache/traffic_fakeorigin_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-fakeOrigin
       context: ../../..
diff --git a/infrastructure/docker/build/docker-compose.yml 
b/infrastructure/docker/build/docker-compose.yml
index 1a97284..73208aa 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:6.0.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:6.0.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:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_ops
       context: ../../..
@@ -55,7 +55,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   cache-config_build:
-    image: apache/trafficcontrol-cache-config_builder:master
+    image: apache/trafficcontrol-cache-config_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-cache-config
       context: ../../..
@@ -65,7 +65,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_portal_build:
-    image: apache/traffic_portal_builder:master
+    image: apache/traffic_portal_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_portal
       context: ../../..
@@ -76,7 +76,7 @@ services:
       - ../../../.npm:/root/.npm:z
 
   traffic_router_build:
-    image: apache/traffic_router_builder:master
+    image: apache/traffic_router_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_router
       context: ../../..
@@ -87,7 +87,7 @@ services:
       - ../../../.m2:/root/.m2:z
 
   traffic_stats_build:
-    image: apache/traffic_stats_builder:master
+    image: apache/traffic_stats_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_stats
       context: ../../..
@@ -97,7 +97,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   grove_build:
-    image: apache/traffic_grove_builder:master
+    image: apache/traffic_grove_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-grove
       context: ../../..
@@ -107,7 +107,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   grovetccfg_build:
-    image: apache/traffic_grovetccfg_builder:master
+    image: apache/traffic_grovetccfg_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-grovetccfg
       context: ../../..
@@ -117,7 +117,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   docs:
-    image: apache/traffic_docs_builder:master
+    image: apache/traffic_docs_builder:6.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-docs
       context: ../../..

Reply via email to