first commit with existing project files

This commit is contained in:
Vincent Guillet
2025-08-08 11:05:05 +02:00
commit 310978a53a
33 changed files with 15773 additions and 0 deletions

9
Dockerfile Executable file
View File

@@ -0,0 +1,9 @@
FROM jenkins/jenkins:lts
USER root
RUN apt update && apt install -y docker.io && apt install -y docker-compose
RUN docker --version
USER jenkins