mirror of
https://github.com/actions/checkout.git
synced 2025-04-22 16:06:35 +02:00
Create test-ubuntu-git
Docker Container for Proxy Tests (#1616)
This commit is contained in:
parent
b4ffde65f4
commit
473055ba18
2 changed files with 66 additions and 0 deletions
10
images/test-ubuntu-git.Dockerfile
Normal file
10
images/test-ubuntu-git.Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Defines the test-ubuntu-git Container Image.
|
||||
# Consumed by actions/checkout CI/CD validation workflows.
|
||||
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y git
|
||||
|
||||
LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
Loading…
Add table
Add a link
Reference in a new issue