23 lines
No EOL
1.1 KiB
JSON
23 lines
No EOL
1.1 KiB
JSON
{
|
|
"id": "6612d1d5-7874-4ae5-8344-b63fc1f7a732",
|
|
"name": "component_install_runc",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_6612d1d5-7874-4ae5-8344-b63fc1f7a732.tar.gz.b64' > /tmp/runc.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/runc.tar.gz 'root@libre-wuji-wrk-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-wrk-0' 'rm -rf /tmp/runc && mkdir -p /tmp/runc && tar xzf /tmp/runc.tar.gz -C /tmp/runc && cd /tmp/runc && sudo bash install-runc.sh install ; rc=$?; rm -f /tmp/runc.tar.gz && rm -rf /tmp/runc; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_6612d1d5-7874-4ae5-8344-b63fc1f7a732.tar.gz.b64' /tmp/runc.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Completed",
|
|
"created_at": "2026-04-21T01:44:52.940739Z",
|
|
"started_at": "2026-04-21T01:44:53.135909Z",
|
|
"completed_at": "2026-04-21T01:44:56.714270Z",
|
|
"output": "",
|
|
"error": null,
|
|
"tags": {
|
|
"operation": "install",
|
|
"type": "component",
|
|
"component": "runc",
|
|
"server": "libre-wuji-wrk-0",
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji"
|
|
}
|
|
} |