You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2022/02/01 23:29:29 UTC

[trafficcontrol] branch master updated (f5de844 -> dd69859)

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

rawlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from f5de844  Fixes the cache-config integration tests. (#6530)
     add dd69859  Rocky Linux 8 support (#6535)

No new revisions were added by this update.

Summary of changes:
 .github/actions/build-rpms/build-rpms.sh           |  5 +-
 CHANGELOG.md                                       |  4 ++
 docs/source/admin/quick_howto/ciab.rst             | 10 ++--
 docs/source/development/building.rst               | 59 +++++++++++-----------
 docs/source/overview/profiles_and_parameters.rst   |  2 +-
 infrastructure/cdn-in-a-box/Makefile               |  2 +-
 infrastructure/cdn-in-a-box/bin/ats-version.sh     |  2 +-
 infrastructure/cdn-in-a-box/cache/Dockerfile       | 10 ++--
 .../docker-compose.traffic-portal-test.yml         |  2 +
 infrastructure/cdn-in-a-box/docker-compose.yml     | 16 ++++++
 .../cdn-in-a-box/optional/socksproxy/Dockerfile    | 12 +++--
 .../cdn-in-a-box/optional/vnc/Dockerfile           |  6 ++-
 .../cdn-in-a-box/traffic_monitor/Dockerfile        |  8 ++-
 infrastructure/cdn-in-a-box/traffic_ops/Dockerfile | 10 ++--
 .../cdn-in-a-box/traffic_portal/Dockerfile         | 19 ++++---
 .../traffic_portal_integration_test/Dockerfile     |  8 ++-
 .../cdn-in-a-box/traffic_router/Dockerfile         | 28 +++++++---
 .../cdn-in-a-box/traffic_stats/Dockerfile          |  8 ++-
 .../docker/build/Dockerfile-cache-config           | 13 ++---
 infrastructure/docker/build/Dockerfile-docs        | 13 ++---
 infrastructure/docker/build/Dockerfile-fakeOrigin  | 13 ++---
 infrastructure/docker/build/Dockerfile-grove       | 13 ++---
 infrastructure/docker/build/Dockerfile-grovetccfg  | 13 ++---
 infrastructure/docker/build/Dockerfile-source      | 13 ++---
 .../docker/build/Dockerfile-tc-health-client       | 13 ++---
 .../docker/build/Dockerfile-traffic_monitor        | 13 ++---
 infrastructure/docker/build/Dockerfile-traffic_ops | 13 ++---
 .../docker/build/Dockerfile-traffic_portal         | 13 ++---
 .../docker/build/Dockerfile-traffic_router         | 13 ++---
 .../docker/build/Dockerfile-traffic_stats          | 13 ++---
 infrastructure/docker/build/Dockerfile-tsb         |  8 +--
 infrastructure/docker/build/docker-compose-opt.yml |  4 ++
 infrastructure/docker/build/docker-compose.yml     | 22 ++++++++
 pkg                                                |  2 +-
 traffic_monitor/tests/_integration/Dockerfile      |  2 +-
 traffic_monitor/tests/_integration/tm/Dockerfile   |  2 +-
 traffic_monitor/tools/testcaches/Dockerfile        |  2 +-
 traffic_monitor/tools/testto/Dockerfile            |  2 +-
 traffic_server/_tsb/Dockerfile                     | 10 ++--
 traffic_server/_tsb/docker-compose.yml             |  2 +
 40 files changed, 237 insertions(+), 186 deletions(-)