This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 3039f2f GitHub Actions workflow to validate go.mod, go.sum, and
vendor directory (#5498)
add ff4ba46 Cache Alpine image to avoid Docker Hub pull rate limit (#5500)
No new revisions were added by this update.
Summary of changes:
.github/actions/go-fmt/Dockerfile | 3 +-
.github/actions/go-test/Dockerfile | 3 +-
.github/actions/save-alpine-tar/README.md | 48 ++++++++++++++++
.github/actions/save-alpine-tar/entrypoint.sh | 66 ++++++++++++++++++++++
.github/actions/todb-init/Dockerfile | 3 +-
.github/actions/todb-tests/Dockerfile | 3 +-
.github/actions/tr-tests/Dockerfile | 8 ++-
.github/workflows/ciab.yaml | 11 ++++
.github/workflows/go.fmt.yml | 17 ++++++
.github/workflows/go.unit.tests.yaml | 13 +++++
.github/workflows/tp.e2e.tests.yml | 13 +++++
.github/workflows/tr.unit.tests.yaml | 13 +++++
.github/workflows/traffic ops.yml | 13 +++++
.github/workflows/traffic.ops.database.yml | 13 +++++
infrastructure/cdn-in-a-box/origin/Dockerfile | 2 +-
infrastructure/cdn-in-a-box/readiness/Dockerfile | 2 +-
.../traffic_ops_integration_test/Dockerfile | 4 +-
tools/golang/Dockerfile | 2 +-
traffic_router/tests/Dockerfile-test-alpine | 2 +-
19 files changed, 226 insertions(+), 13 deletions(-)
create mode 100644 .github/actions/save-alpine-tar/README.md
create mode 100755 .github/actions/save-alpine-tar/entrypoint.sh