Skip to content

Commit 2650dbd

Browse files
jww3fhammerl
andauthored
Give test-ubuntu-git its own README (#1620)
* Give `test-ubuntu-git` its own `README` * Refined title and description in `test-ubuntu-git.Dockerfile` * nit accepted: Remove double space --------- Co-authored-by: Ferenc Hammerl <[email protected]>
1 parent aadec89 commit 2650dbd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

images/test-ubuntu-git.Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ FROM ubuntu:latest
66
RUN apt update
77
RUN apt install -y git
88

9-
LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed"
9+
LABEL org.opencontainers.image.title="Ubuntu + git (validation image)"
10+
LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed. Intended primarily for testing `actions/checkout` during CI/CD workflows."
11+
LABEL org.opencontainers.image.documentation="https://github.com/actions/checkout/tree/main/images/test-ubuntu-git.md"
1012
LABEL org.opencontainers.image.licenses=MIT

images/test-ubuntu-git.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# `test-ubuntu-git` Container Image
2+
3+
[![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)
4+
5+
## Purpose
6+
7+
`test-ubuntu-git` is a container image hosted on the GitHub Container Registry, `ghcr.io`.
8+
9+
It is intended primarily for testing the [`actions/checkout` repository](https://github.com/actions/checkout) as part of `actions/checkout`'s CI/CD workflows.
10+
11+
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).
12+
13+
# License
14+
15+
`test-ubuntu-git` is released under the [MIT License](/LICENSE).

0 commit comments

Comments
 (0)