This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch 6.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/6.1.x by this push:
new e4ca62a Use tag 6.1.x or the builder images
e4ca62a is described below
commit e4ca62a440b42a0f9bd8f2f3c4cf1453f3ebc331
Author: Zach Hoffman <[email protected]>
AuthorDate: Tue Jan 18 15:30:07 2022 -0700
Use tag 6.1.x or the builder images
---
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 02f3611..ac160b0 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.1.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 5dc7482..b5190d6 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.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:6.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:6.1.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.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-cache-config
context: ../../..
@@ -65,7 +65,7 @@ services:
- ../../..:/trafficcontrol:z
tc-health-client_build:
- image: apache/trafficcontrol-tc-health-client_builder:master
+ image: apache/trafficcontrol-tc-health-client_builder:6.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-tc-health-client
context: ../../..
@@ -75,7 +75,7 @@ services:
- ../../..:/trafficcontrol:z
traffic_portal_build:
- image: apache/traffic_portal_builder:master
+ image: apache/traffic_portal_builder:6.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_portal
context: ../../..
@@ -86,7 +86,7 @@ services:
- ../../../.npm:/root/.npm:z
traffic_router_build:
- image: apache/traffic_router_builder:master
+ image: apache/traffic_router_builder:6.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_router
context: ../../..
@@ -97,7 +97,7 @@ services:
- ../../../.m2:/root/.m2:z
traffic_stats_build:
- image: apache/traffic_stats_builder:master
+ image: apache/traffic_stats_builder:6.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-traffic_stats
context: ../../..
@@ -107,7 +107,7 @@ services:
- ../../..:/trafficcontrol:z
grove_build:
- image: apache/traffic_grove_builder:master
+ image: apache/traffic_grove_builder:6.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-grove
context: ../../..
@@ -117,7 +117,7 @@ services:
- ../../..:/trafficcontrol:z
grovetccfg_build:
- image: apache/traffic_grovetccfg_builder:master
+ image: apache/traffic_grovetccfg_builder:6.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-grovetccfg
context: ../../..
@@ -127,7 +127,7 @@ services:
- ../../..:/trafficcontrol:z
docs:
- image: apache/traffic_docs_builder:master
+ image: apache/traffic_docs_builder:6.1.x
build:
dockerfile: infrastructure/docker/build/Dockerfile-docs
context: ../../..