mirror of
https://github.com/harness/drone.git
synced 2025-09-04 19:37:44 +00:00
20 lines
552 B
JSON
20 lines
552 B
JSON
{
|
|
"image": "dhruvharness/gitness-base:latest",
|
|
"remoteUser": "root",
|
|
"forwardPorts": [
|
|
"3000"
|
|
],
|
|
"customizations": {
|
|
"harnessGitspaces": {
|
|
"connectors": [
|
|
{
|
|
"type": "DockerRegistry",
|
|
"identifier": "dhruvdockerregistry"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "sudo chmod +x /root/gitness/.devcontainer/postCreate.sh && /root/gitness/.devcontainer/postCreate.sh",
|
|
"postStartCommand": "sudo chmod +x /root/gitness/.devcontainer/postStart.sh && /root/gitness/.devcontainer/postStart.sh"
|
|
}
|