This commit is contained in:
Vendored
+2
-1
@@ -1,7 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'bitnami/kaniko'
|
image 'docker' // Use an image with Node.js and Docker installed
|
||||||
|
args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user