milvus/ci/jenkins/pod/docker-pod.yaml
test 7e2f364596 add ci
Former-commit-id: 6ba5e9408d396d55b15d2ff1d82407e4b7169af9
2019-10-16 21:20:21 +08:00

24 lines
423 B
YAML

apiVersion: v1
kind: Pod
metadata:
labels:
app: publish
componet: docker
spec:
containers:
- name: publish-images
image: registry.zilliz.com/library/docker:v1.0.0
securityContext:
privileged: true
command:
- cat
tty: true
volumeMounts:
- name: docker-sock
mountPath: /var/run/docker.sock
volumes:
- name: docker-sock
hostPath:
path: /var/run/docker.sock