checkout/images/test-ubuntu-git.Dockerfile
John Wesley Walker III 473055ba18
Some checks failed
Build and Test / test (macos-latest) (push) Waiting to run
Build and Test / test (windows-latest) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Failing after 57s
Build and Test / test-proxy (push) Failing after 54s
Build and Test / test-git-container (push) Failing after 1m4s
Build and Test / test-bypass-proxy (push) Failing after 1m23s
Build and Test / test (ubuntu-latest) (push) Failing after 2m27s
Check dist / check-dist (push) Successful in 4m9s
Build and Test / build (push) Failing after 4m18s
Licensed / Check licenses (push) Failing after 8m38s
Create test-ubuntu-git Docker Container for Proxy Tests (#1616)
2024-02-20 17:08:08 +01:00

11 lines
291 B
Docker

# 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