Commit initial

This commit is contained in:
2023-04-22 15:18:42 +02:00
parent d030c11711
commit 2333fe053d
9 changed files with 206 additions and 0 deletions

5
test-pod/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# Image de base
FROM registry.k8s.io/e2e-test-images/jessie-dnsutils:1.3
# Installation de CURL
RUN apt install -y curl