This produces an error saying /etc/config.ini is a directory. Are single file volumes not possible?
kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
commands:
- echo "test" >> /etc/config.ini
- cat /etc/config.ini
volumes:
- name: config
path: /etc/config.ini
volumes:
- name: config
temp: {}