1
0
Fork 0
hudctrl/ci/podTemplate.yaml

13 lines
208 B
YAML

spec:
containers:
- name: python
image: docker.io/python:3.10
command:
- sleep
- infinity
- name: node
image: docker.io/node:16-bullseye-slim
command:
- sleep
- infinity