import missing file
Some checks failed
perso/syncthing-arm/pipeline/head There was a failure building this commit
Some checks failed
perso/syncthing-arm/pipeline/head There was a failure building this commit
This commit is contained in:
parent
754bcecde6
commit
44be22e0e5
22
Jenkinsfile-pod-template.yml
Normal file
22
Jenkinsfile-pod-template.yml
Normal file
@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
labels:
|
||||
jenkins: 'true'
|
||||
spec:
|
||||
containers:
|
||||
- name: jnlp
|
||||
image: 'jcabillot/docker-inbound-agent-arm64'
|
||||
- name: docker
|
||||
image: docker:20.10-dind
|
||||
securityContext:
|
||||
privileged: true
|
||||
#volumeMounts:
|
||||
#- mountPath: '/var/run/docker.sock'
|
||||
# name: docker-socket
|
||||
#volumes:
|
||||
#- name: docker-socket
|
||||
# hostPath:
|
||||
# path: '/var/run/docker.sock'
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
Loading…
x
Reference in New Issue
Block a user