This is an automated email from the ASF dual-hosted git repository.
rshah pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/8.0.x by this push:
new ce2570341a changed tag from master to 8.0.x
ce2570341a is described below
commit ce2570341ae0fe25db36f89094e39eb90fe33f9d
Author: Rima Shah <[email protected]>
AuthorDate: Wed Sep 20 11:19:57 2023 -0600
changed tag from master to 8.0.x
---
infrastructure/docker/build/docker-compose.yml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/infrastructure/docker/build/docker-compose.yml
b/infrastructure/docker/build/docker-compose.yml
index bb90601f71..a02f5aab36 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:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-source
context: ../../..
@@ -41,7 +41,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_monitor_build:
- image: apache/traffic_monitor_builder:master
+ image: apache/traffic_monitor_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_monitor
context: ../../..
@@ -57,7 +57,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_ops_build:
- image: apache/traffic_ops_builder:master
+ image: apache/traffic_ops_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_ops
context: ../../..
@@ -73,7 +73,7 @@ services:
- ../../..:/trafficcontrol:z
cache-config_build:
- image: apache/trafficcontrol-cache-config_builder:master
+ image: apache/trafficcontrol-cache-config_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-cache-config
context: ../../..
@@ -89,7 +89,7 @@ services:
- ../../..:/trafficcontrol:z
tc-health-client_build:
- image: apache/trafficcontrol-tc-health-client_builder:master
+ image: apache/trafficcontrol-tc-health-client_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-tc-health-client
context: ../../..
@@ -105,7 +105,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_portal_build:
- image: apache/traffic_portal_builder:master
+ image: apache/traffic_portal_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_portal
context: ../../..
@@ -122,7 +122,7 @@ services:
- ../../../.npm:/root/.npm:z
traffic_portal_v2_build:
- image: apache/traffic_portal_builder:master
+ image: apache/traffic_portal_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_portal
context: ../../..
@@ -140,7 +140,7 @@ services:
command: [ "/bin/bash", "-c", "/trafficcontrol/build/clean_build.sh
traffic_portal_v2" ]
traffic_router_build:
- image: apache/traffic_router_builder:master
+ image: apache/traffic_router_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_router
context: ../../..
@@ -153,7 +153,7 @@ services:
- ../../../.m2:/root/.m2:z
traffic_stats_build:
- image: apache/traffic_stats_builder:master
+ image: apache/traffic_stats_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_stats
context: ../../..
@@ -169,7 +169,7 @@ services:
- ../../..:/trafficcontrol:z
grove_build:
- image: apache/traffic_grove_builder:master
+ image: apache/traffic_grove_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-grove
context: ../../..
@@ -181,7 +181,7 @@ services:
- ../../..:/trafficcontrol:z
grovetccfg_build:
- image: apache/traffic_grovetccfg_builder:master
+ image: apache/traffic_grovetccfg_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-grovetccfg
context: ../../..
@@ -197,7 +197,7 @@ services:
- ../../..:/trafficcontrol:z
docs:
- image: apache/traffic_docs_builder:master
+ image: apache/traffic_docs_builder:8.0.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-docs
context: ../../..