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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new bdb9f929f4 Update docker tags
bdb9f929f4 is described below

commit bdb9f929f4f3b116b4ad5b1b560a25fdd0ed0d96
Author: shamrickus <[email protected]>
AuthorDate: Tue Jul 19 10:20:59 2022 -0600

    Update docker tags
---
 infrastructure/docker/build/docker-compose-opt.yml |  2 +-
 infrastructure/docker/build/docker-compose.yml     | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/infrastructure/docker/build/docker-compose-opt.yml 
b/infrastructure/docker/build/docker-compose-opt.yml
index 9a843e4617..bf0dc584d7 100644
--- a/infrastructure/docker/build/docker-compose-opt.yml
+++ b/infrastructure/docker/build/docker-compose-opt.yml
@@ -29,7 +29,7 @@ services:
     volumes:
       - ../../../traffic_server/_tsb:/opt/tsb-ats:z
   fakeorigin_build:
-    image: apache/traffic_fakeorigin_builder:master
+    image: apache/traffic_fakeorigin_builder:7.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 587c451a1b..3f3f8bb369 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:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-source
       context: ../../..
@@ -37,7 +37,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_monitor_build:
-    image: apache/traffic_monitor_builder:master
+    image: apache/traffic_monitor_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_monitor
       context: ../../..
@@ -49,7 +49,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_ops_build:
-    image: apache/traffic_ops_builder:master
+    image: apache/traffic_ops_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_ops
       context: ../../..
@@ -61,7 +61,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   cache-config_build:
-    image: apache/trafficcontrol-cache-config_builder:master
+    image: apache/trafficcontrol-cache-config_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-cache-config
       context: ../../..
@@ -73,7 +73,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   tc-health-client_build:
-    image: apache/trafficcontrol-tc-health-client_builder:master
+    image: apache/trafficcontrol-tc-health-client_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-tc-health-client
       context: ../../..
@@ -85,7 +85,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   traffic_portal_build:
-    image: apache/traffic_portal_builder:master
+    image: apache/traffic_portal_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_portal
       context: ../../..
@@ -98,7 +98,7 @@ services:
       - ../../../.npm:/root/.npm:z
 
   traffic_router_build:
-    image: apache/traffic_router_builder:master
+    image: apache/traffic_router_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_router
       context: ../../..
@@ -111,7 +111,7 @@ services:
       - ../../../.m2:/root/.m2:z
 
   traffic_stats_build:
-    image: apache/traffic_stats_builder:master
+    image: apache/traffic_stats_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-traffic_stats
       context: ../../..
@@ -123,7 +123,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   grove_build:
-    image: apache/traffic_grove_builder:master
+    image: apache/traffic_grove_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-grove
       context: ../../..
@@ -135,7 +135,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   grovetccfg_build:
-    image: apache/traffic_grovetccfg_builder:master
+    image: apache/traffic_grovetccfg_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-grovetccfg
       context: ../../..
@@ -147,7 +147,7 @@ services:
       - ../../..:/trafficcontrol:z
 
   docs:
-    image: apache/traffic_docs_builder:master
+    image: apache/traffic_docs_builder:7.0.x
     build:
       dockerfile: infrastructure/docker/build/Dockerfile-docs
       context: ../../..

Reply via email to