--- kind: pipeline type: docker name: default steps: - name: backend image: ubuntu:focal commands: - free -h - uname -a