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