type podman?
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-11-15 12:38:25 +01:00
parent 75ad5e3e4e
commit e9d46944e5

View File

@@ -1,4 +1,5 @@
kind: pipeline kind: pipeline
type: podman
name: salt-docker-master name: salt-docker-master
platform: platform:
@@ -6,33 +7,13 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: build - name: build
image: plugins/docker image: plugins/docker
settings: settings:
repo: cr.wks/salt repo: cr.wks/salt
registry: cr.wks registry: http://cr.wks
insecure: true insecure: true
debug: true debug: true
tags: tags:
- latest - latest
when:
event:
- push
---
kind: pipeline
name: docker-test
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/podman/podman.sock