This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/5.0.x by this push:
new a549cdd Use the 5.0.x release branch for the builder images (#5178)
a549cdd is described below
commit a549cddcf8949045b2d609e8055f0f6483088905
Author: Zach Hoffman <[email protected]>
AuthorDate: Wed Oct 21 10:16:08 2020 -0600
Use the 5.0.x release branch for the builder images (#5178)
---
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 e2fb397..35e8967 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -19,7 +19,7 @@ version: '2'
services:
source:
- image: apache/traffic_source_tarballer:master
+ image: apache/traffic_source_tarballer:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-source
# context: ../../..
@@ -27,7 +27,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_monitor_build:
- image: apache/traffic_monitor_builder:master
+ image: apache/traffic_monitor_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-traffic_monitor
# context: ../../..
@@ -35,7 +35,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_ops_build:
- image: apache/traffic_ops_builder:master
+ image: apache/traffic_ops_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-traffic_ops
# context: ../../..
@@ -43,7 +43,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_ops_ort_build:
- image: apache/traffic_ops_ort_builder:master
+ image: apache/traffic_ops_ort_builder:5.0.x
# build:
# dockerfile: infrastructure/docker/build/Dockerfile-traffic_ops_ort
# context: ../../..
@@ -51,7 +51,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_portal_build:
- image: apache/traffic_portal_builder:master
+ image: apache/traffic_portal_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-traffic_portal
# context: ../../..
@@ -59,7 +59,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_router_build:
- image: apache/traffic_router_builder:master
+ image: apache/traffic_router_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-traffic_router
# context: ../../..
@@ -68,7 +68,7 @@ services:
- ../../../.m2:/root/.m2:z
traffic_stats_build:
- image: apache/traffic_stats_builder:master
+ image: apache/traffic_stats_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-traffic_stats
# context: ../../..
@@ -76,7 +76,7 @@ services:
- ../../..:/trafficcontrol:z
grove_build:
- image: apache/traffic_grove_builder:master
+ image: apache/traffic_grove_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-grove
# context: ../../..
@@ -84,7 +84,7 @@ services:
- ../../..:/trafficcontrol:z
grovetccfg_build:
- image: apache/traffic_grovetccfg_builder:master
+ image: apache/traffic_grovetccfg_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-grovetccfg
# context: ../../..
@@ -98,7 +98,7 @@ services:
command: ['-f', '/trafficcontrol/dist/weasel.txt', '/trafficcontrol']
docs:
- image: apache/traffic_docs_builder:master
+ image: apache/traffic_docs_builder:5.0.x
#build:
# dockerfile: infrastructure/docker/build/Dockerfile-docs
# context: ../../..