23 lines
No EOL
1.1 KiB
JSON
23 lines
No EOL
1.1 KiB
JSON
{
|
|
"id": "db625b13-bc29-4e00-924b-052d177dc751",
|
|
"name": "component_install_runc",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_db625b13-bc29-4e00-924b-052d177dc751.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_db625b13-bc29-4e00-924b-052d177dc751.tar.gz.b64' /tmp/runc.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Completed",
|
|
"created_at": "2026-04-21T02:03:20.770116Z",
|
|
"started_at": "2026-04-21T02:03:20.877523Z",
|
|
"completed_at": "2026-04-21T02:03:23.627695Z",
|
|
"output": "",
|
|
"error": null,
|
|
"tags": {
|
|
"server": "libre-wuji-wrk-0",
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"component": "runc",
|
|
"type": "component",
|
|
"operation": "install"
|
|
}
|
|
} |