mirror of
https://github.com/actions/checkout
synced 2026-07-14 18:34:27 +02:00
Create test-ubuntu-git Docker Container for Proxy Tests (#1616)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user