You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2022/03/16 19:16:47 UTC

[trafficcontrol] branch master updated (ffe7e91 -> 8707c12)

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

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


    from ffe7e91  Fix TM API /publish/CrStates response example (#6660)
     add 8707c12  Use `go install` instead of `go get` to build and install binaries (#6662)

No new revisions were added by this update.

Summary of changes:
 infrastructure/cdn-in-a-box/cache/Dockerfile       |  2 +-
 infrastructure/cdn-in-a-box/enroller/Dockerfile    |  2 +-
 .../cdn-in-a-box/traffic_monitor/Dockerfile        |  2 +-
 infrastructure/cdn-in-a-box/traffic_ops/Dockerfile |  2 +-
 .../cdn-in-a-box/traffic_stats/Dockerfile          |  2 +-
 test/fakeOrigin/Dockerfile                         |  3 +-
 test/fakeOrigin/README.md                          |  2 +-
 tools/golang/Dockerfile                            |  4 +--
 traffic_monitor/tests/Dockerfile-golangtest        |  2 +-
 traffic_monitor/tests/_integration/Dockerfile      | 35 +++++++++++++++++-----
 .../tests/_integration/Dockerfile.dockerignore     | 12 ++++++--
 .../tests/_integration/docker-compose.yml          | 12 ++++----
 traffic_monitor/tools/testcaches/Dockerfile        |  9 ++++--
 .../tools/testcaches/Dockerfile.dockerignore       |  8 +++--
 traffic_monitor/tools/testto/Dockerfile            | 18 ++++++++---
 .../tools/testto/Dockerfile.dockerignore           |  8 +++--
 16 files changed, 84 insertions(+), 39 deletions(-)
 copy experimental/graphql.sample/volumes/common/.gitignore => traffic_monitor/tests/_integration/Dockerfile.dockerignore (82%)
 copy experimental/graphql.sample/volumes/common/.gitignore => traffic_monitor/tools/testcaches/Dockerfile.dockerignore (91%)
 copy experimental/graphql.sample/volumes/common/.gitignore => traffic_monitor/tools/testto/Dockerfile.dockerignore (92%)