Mirror actions/checkout v4.2.2
Check dist / check-dist (push) Successful in 1m35s
Licensed / Check licenses (push) Successful in 1m16s
Build and Test / test (ubuntu-latest) (push) Failing after 2s
Build and Test / test-proxy (push) Failing after 4s
Build and Test / test-bypass-proxy (push) Failing after 2s
Build and Test / test-git-container (push) Failing after 3s
Build and Test / build (push) Failing after 1m15s
Build and Test / test-output (push) Failing after 2s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 2m2s

This commit is contained in:
gouki
2026-07-16 22:44:27 +08:00
commit 7d12858cbd
102 changed files with 53578 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# `test-ubuntu-git` Container Image
[![Publish test-ubuntu-git Container](https://github.com/actions/checkout/actions/workflows/update-test-ubuntu-git.yml/badge.svg)](https://github.com/actions/checkout/actions/workflows/update-test-ubuntu-git.yml)
## Purpose
`test-ubuntu-git` is a container image hosted on the GitHub Container Registry, `ghcr.io`.
It is intended primarily for testing the [`actions/checkout` repository](https://github.com/actions/checkout) as part of `actions/checkout`'s CI/CD workflows.
The composition of `test-ubuntu-git` is intentionally minimal. It is comprised of [git](https://git-scm.com/) installed on top of a [base-level ubuntu image](https://hub.docker.com/_/ubuntu/tags).
# License
`test-ubuntu-git` is released under the [MIT License](/LICENSE).