--- kind: pipeline type: docker name: default steps: - name: backend image: ubuntu:noble commands: - free -h - ps -aux - uname -a - ls /