example k8s pipeline

This commit is contained in:
Waylon Walker 2023-11-05 14:31:57 -06:00
parent 82ba3bc778
commit 6fef7854ac
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 113 additions and 0 deletions

2
python-jobs/Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM python:3.12-alpine
COPY pipeline.py .