{ "buildDefinition": { "buildType": "https://github.com/moby/buildkit/blob/master/docs/attestations/slsa-definitions.md", "resolvedDependencies": [ { "uri": "pkg:docker/docker/dockerfile@1", "digest": { "sha256": "ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32" } }, { "uri": "pkg:docker/node@22-alpine?platform=linux%2Famd64", "digest": { "sha256": "c610fcdfb1d5b4740dd70c284ed3cb16bb857e0f7166196e36a5501df7a3aa32" } } ], "externalParameters": { "configSource": { "path": "Dockerfile" }, "request": { "frontend": "gateway.v0", "args": { "cmdline": "docker/dockerfile:1", "source": "docker/dockerfile:1" }, "locals": [ { "name": "context" }, { "name": "dockerfile" } ], "root": { "configSource": { "path": "Dockerfile" }, "request": { "args": { "vcs:localdir:context": ".", "vcs:localdir:dockerfile": ".", "vcs:revision": "b0344320cdf02c2e3b992148d32bdb0d424a6674", "vcs:source": "https://xxxxx@github.com/nhivo2504/openmaic.git" } } }, "compatibilityVersion": 30 } }, "internalParameters": { "buildConfig": { "digestMapping": { "sha256:10494f5759896b02aa760be184773568bc028add2e5b5c6f2adb2118ce3669b9": "step14", "sha256:122ac3afaef7ac65c514be4189608423d993db1984092acb22737df18124c7f7": "step20", "sha256:158ef911a4cfe6f6e0b6824c417c1acc658102a075cff0ac585adab1b1f98be8": "step3", "sha256:24df13e798747dd6a58160a64947bbbfdc2ac4d05e58404a9bc1d661ac17bdd3": "step9", "sha256:2fbbb6958381186f486491a3c3e8419a2ac8a5f974a204feb7347fba13e1f3ca": "step19", "sha256:39dcbe044df246e00a18a575a0724c0700d38f98efca231acd662ac987685102": "step21", "sha256:41e9962cd8b8aa9ea3069ba6c4cec992e0557c509681ac2f909df79569d04776": "step2", "sha256:470c72dc3c3cf3380a8ffa9b1bd59f9553722d262696f917d3ae3a6ad919ce37": "step10", "sha256:478eadfe76d982ab93d8b21362e234338de407f4380a4a1228d8e1e3a90a287a": "step16", "sha256:4f8275ff27d067b7cf60492814764fba55d075d71def0ae448b7802775e691f7": "step17", "sha256:5b65f1bc8245d9b7b2c5b62ae1c41cbff198f6ee8475ed98c22014a7b0239016": "step7", "sha256:65db0f1309fd4192a2474cc8f050c85294968d80aaa053c0325aa96537133be7": "step0", "sha256:7d2454c1df0b7520e114a8720dd79f7d5200d859a60974621e717b0b2d08d4ab": "step1", "sha256:83b1627bf3cdf19855941c36c8fcee092388ae8aaccb2d180bba02a82255ac8b": "step15", "sha256:8df6125579785132727d9a57ee739ecbee7190f28333a4f4672fa3b6c2d6e06c": "step13", "sha256:b7789bb6d99a18c7c99a90a59e6d7289a5f3dd206fc58243fb7ab92eeee8623f": "step5", "sha256:bd0a2bcc6c5fed6503892c7a401e000e3c61f6d43b6536988aeff4d69d19ed18": "step12", "sha256:c75561f182b7b8863bb6bf9d6546ab9eb28982f0b925f9f2922b23d03c45cf6d": "step18", "sha256:e15dfe4c08213eda2ddae670880beb77a3833f0280f178d23df5707b5e5fb0ea": "step6", "sha256:ef1dfd9ed775f05d7c21d90d81152adeadb239abee356cf55514642c55403c0c": "step4", "sha256:f00f359059a0245b1076f49a2f77b52047087830a7d521eba5cd26107802ce97": "step11", "sha256:ffcf39a64ffef265919bd6cb73cbd20f9512e21bb22ddedfd0e3290a1167ed77": "step8" }, "llbDefinition": [ { "id": "step0", "op": { "Op": { "source": { "attrs": { "image.resolvemode": "local" }, "identifier": "docker-image://docker.io/library/node:22-alpine@sha256:c610fcdfb1d5b4740dd70c284ed3cb16bb857e0f7166196e36a5501df7a3aa32" } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step1", "inputs": [ "step0:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "mkdir": { "makeParents": true, "mode": 493, "path": "/app", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": -1 } ] } }, "constraints": {} } }, { "id": "step2", "inputs": [ "step1:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "if [ -n \"$ALPINE_MIRROR\" ]; then cp /etc/apk/repositories /tmp/apk.repositories; sed -i \"s|dl-cdn.alpinelinux.org|$ALPINE_MIRROR|g\" /etc/apk/repositories; fi \u0026\u0026 apk add --no-cache libc6-compat cairo pango jpeg giflib librsvg \u0026\u0026 if [ -n \"$ALPINE_MIRROR\" ]; then mv /tmp/apk.repositories /etc/apk/repositories; fi" ], "cwd": "/app", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NODE_ENV=production", "HOSTNAME=0.0.0.0", "PORT=3000" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step3", "inputs": [ "step2:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "addgroup --system --gid 1001 nodejs \u0026\u0026 adduser --system --uid 1001 nextjs" ], "cwd": "/app", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NODE_ENV=production", "HOSTNAME=0.0.0.0", "PORT=3000" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step4", "inputs": [ "step0:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "if [ -n \"$ALPINE_MIRROR\" ]; then sed -i \"s|dl-cdn.alpinelinux.org|$ALPINE_MIRROR|g\" /etc/apk/repositories; fi \u0026\u0026 apk add --no-cache libc6-compat" ], "cwd": "/", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NPM_REGISTRY=" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step5", "inputs": [ "step4:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "npm_registry=\"$NPM_REGISTRY\"; while [ \"${npm_registry%/}\" != \"$npm_registry\" ]; do npm_registry=\"${npm_registry%/}\"; done; if [ -n \"$npm_registry\" ]; then export COREPACK_NPM_REGISTRY=\"$npm_registry\"; fi \u0026\u0026 corepack enable \u0026\u0026 corepack prepare pnpm@10.28.0 --activate" ], "cwd": "/", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NPM_REGISTRY=" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step6", "inputs": [ "step5:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "mkdir": { "makeParents": true, "mode": 493, "path": "/app", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": -1 } ] } }, "constraints": {} } }, { "id": "step7", "inputs": [ "step6:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "apk add --no-cache python3 build-base g++ cairo-dev pango-dev jpeg-dev giflib-dev librsvg-dev" ], "cwd": "/app", "env": [ "ALPINE_MIRROR=", "NPM_REGISTRY=", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step8", "op": { "Op": { "source": { "attrs": { "local.sharedkeyhint": "context" }, "identifier": "local://context" } }, "constraints": {} } }, { "id": "step9", "inputs": [ "step7:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/package.json", "timestamp": -1 } }, "input": 0, "output": -1, "secondaryInput": 1 }, { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/pnpm-lock.yaml", "timestamp": -1 } }, "input": 2, "output": -1, "secondaryInput": 1 }, { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/pnpm-workspace.yaml", "timestamp": -1 } }, "input": 3, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step10", "inputs": [ "step9:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/packages/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/packages", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step11", "inputs": [ "step10:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/scripts/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/scripts", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step12", "inputs": [ "step11:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "npm_registry=\"$NPM_REGISTRY\"; while [ \"${npm_registry%/}\" != \"$npm_registry\" ]; do npm_registry=\"${npm_registry%/}\"; done; if [ -n \"$npm_registry\" ]; then pnpm config set registry \"$npm_registry\"; fi \u0026\u0026 pnpm install --frozen-lockfile" ], "cwd": "/app", "env": [ "ALPINE_MIRROR=", "NPM_REGISTRY=", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" }, { "cacheOpt": { "ID": "/pnpm-store" }, "dest": "/root/.local/share/pnpm/store", "input": -1, "mountType": 3, "output": -1 } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step13", "inputs": [ "step6:0", "step12:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/node_modules", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/app/node_modules", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step14", "inputs": [ "step13:0", "step12:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/packages", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/app/packages", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step15", "inputs": [ "step14:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step16", "inputs": [ "step15:0", "step12:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/public/vendor", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/app/public/vendor", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step17", "inputs": [ "step16:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "pnpm build" ], "cwd": "/app", "env": [ "ALPINE_MIRROR=", "NPM_REGISTRY=", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALLOWED_FRAME_ANCESTORS=", "NEXT_PUBLIC_PERSISTENCE=", "NEXT_PUBLIC_PERSISTENCE_TOKEN=", "NEXT_PUBLIC_MAIC_EDITOR_ENABLED=", "NEXT_PUBLIC_MAIC_EDITOR_RENDERER_ENABLED=", "NEXT_PUBLIC_MAIC_PLAYBACK_RENDERER_ENABLED=", "NEXT_PUBLIC_PI_CHAT_ENABLED=", "NEXT_PUBLIC_SHOW_VOCATIONAL_TEST_UI=", "NEXT_PUBLIC_ENABLE_VIDEO_EXPORT=", "NEXT_PUBLIC_VIDEO_EXPORT_CTA_DESTINATION=", "NEXT_PUBLIC_ENABLE_PPTX_IMPORT=" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } }, "resourceUsage": { "samples": [ { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T13:43:51.766199727+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T13:45:01.836664318+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T13:46:13.921757873+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T13:47:34.00002337+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T13:48:38.046779712+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T13:49:49.984325547+02:00" } ], "sysCPUStat": { "guest": 0, "guestNice": 0, "idle": 398.42, "iowait": 42.81, "irq": 0, "nice": 0.14, "softirq": 8.93, "steal": 0, "system": 154.62, "user": 676.08 } } }, { "id": "step18", "inputs": [ "step3:0", "step17:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/public", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/app/public", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step19", "inputs": [ "step18:0", "step17:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "owner": { "group": { "User": { "byName": { "name": "nodejs" } } }, "user": { "User": { "byName": { "name": "nextjs" } } } }, "src": "/app/.next/standalone", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step20", "inputs": [ "step19:0", "step17:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/.next/static", "dirCopyContents": true, "followSymlink": true, "mode": -1, "owner": { "group": { "User": { "byName": { "name": "nodejs" } } }, "user": { "User": { "byName": { "name": "nextjs" } } } }, "src": "/app/.next/static", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step21", "inputs": [ "step20:0" ], "op": { "Op": {} } } ] }, "builderPlatform": "linux/amd64" } }, "runDetails": { "builder": { "id": "" }, "metadata": { "invocationId": "krkl161dkww5ju5uwxpk58tlx", "startedOn": "2026-09-10T13:43:30.683914295+02:00", "finishedOn": "2026-09-10T13:51:05.693441026+02:00", "buildkit_metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": ".", "revision": "b0344320cdf02c2e3b992148d32bdb0d424a6674", "source": "https://xxxxx@github.com/nhivo2504/openmaic.git" }, "source": { "locations": { "step0": { "locations": [ { "ranges": [ { "start": { "line": 82 }, "end": { "line": 82 } } ] }, { "ranges": [ { "start": { "line": 4 }, "end": { "line": 4 } } ] } ] }, "step1": { "locations": [ { "ranges": [ { "start": { "line": 86 }, "end": { "line": 86 } } ] } ] }, "step10": { "locations": [ { "ranges": [ { "start": { "line": 35 }, "end": { "line": 35 } } ] } ] }, "step11": { "locations": [ { "ranges": [ { "start": { "line": 36 }, "end": { "line": 36 } } ] } ] }, "step12": { "locations": [ { "ranges": [ { "start": { "line": 38 }, "end": { "line": 38 } }, { "start": { "line": 39 }, "end": { "line": 39 } }, { "start": { "line": 40 }, "end": { "line": 40 } }, { "start": { "line": 41 }, "end": { "line": 41 } }, { "start": { "line": 42 }, "end": { "line": 42 } }, { "start": { "line": 43 }, "end": { "line": 43 } }, { "start": { "line": 44 }, "end": { "line": 44 } }, { "start": { "line": 45 }, "end": { "line": 45 } }, { "start": { "line": 46 }, "end": { "line": 46 } } ] } ] }, "step13": { "locations": [ { "ranges": [ { "start": { "line": 74 }, "end": { "line": 74 } } ] } ] }, "step14": { "locations": [ { "ranges": [ { "start": { "line": 75 }, "end": { "line": 75 } } ] } ] }, "step15": { "locations": [ { "ranges": [ { "start": { "line": 76 }, "end": { "line": 76 } } ] } ] }, "step16": { "locations": [ { "ranges": [ { "start": { "line": 77 }, "end": { "line": 77 } } ] } ] }, "step17": { "locations": [ { "ranges": [ { "start": { "line": 79 }, "end": { "line": 79 } } ] } ] }, "step18": { "locations": [ { "ranges": [ { "start": { "line": 104 }, "end": { "line": 104 } } ] } ] }, "step19": { "locations": [ { "ranges": [ { "start": { "line": 105 }, "end": { "line": 105 } } ] } ] }, "step2": { "locations": [ { "ranges": [ { "start": { "line": 92 }, "end": { "line": 92 } }, { "start": { "line": 93 }, "end": { "line": 93 } }, { "start": { "line": 94 }, "end": { "line": 94 } }, { "start": { "line": 95 }, "end": { "line": 95 } }, { "start": { "line": 96 }, "end": { "line": 96 } }, { "start": { "line": 97 }, "end": { "line": 97 } }, { "start": { "line": 98 }, "end": { "line": 98 } }, { "start": { "line": 99 }, "end": { "line": 99 } } ] } ] }, "step20": { "locations": [ { "ranges": [ { "start": { "line": 106 }, "end": { "line": 106 } } ] } ] }, "step3": { "locations": [ { "ranges": [ { "start": { "line": 101 }, "end": { "line": 101 } }, { "start": { "line": 102 }, "end": { "line": 102 } } ] } ] }, "step4": { "locations": [ { "ranges": [ { "start": { "line": 9 }, "end": { "line": 9 } }, { "start": { "line": 10 }, "end": { "line": 10 } }, { "start": { "line": 11 }, "end": { "line": 11 } }, { "start": { "line": 12 }, "end": { "line": 12 } } ] } ] }, "step5": { "locations": [ { "ranges": [ { "start": { "line": 14 }, "end": { "line": 14 } }, { "start": { "line": 15 }, "end": { "line": 15 } }, { "start": { "line": 16 }, "end": { "line": 16 } }, { "start": { "line": 17 }, "end": { "line": 17 } }, { "start": { "line": 18 }, "end": { "line": 18 } }, { "start": { "line": 19 }, "end": { "line": 19 } }, { "start": { "line": 20 }, "end": { "line": 20 } }, { "start": { "line": 21 }, "end": { "line": 21 } }, { "start": { "line": 22 }, "end": { "line": 22 } } ] } ] }, "step6": { "locations": [ { "ranges": [ { "start": { "line": 24 }, "end": { "line": 24 } } ] } ] }, "step7": { "locations": [ { "ranges": [ { "start": { "line": 32 }, "end": { "line": 32 } } ] } ] }, "step8": {}, "step9": { "locations": [ { "ranges": [ { "start": { "line": 34 }, "end": { "line": 34 } } ] } ] } }, "infos": [ { "filename": "Dockerfile", "language": "Dockerfile", "data": "IyBzeW50YXg9ZG9ja2VyL2RvY2tlcmZpbGU6MQoKIyAtLS0tIFN0YWdlIDE6IEJhc2UgLS0tLQpGUk9NIG5vZGU6MjItYWxwaW5lIEFTIGJhc2UKCkFSRyBBTFBJTkVfTUlSUk9SPSIiCkFSRyBOUE1fUkVHSVNUUlk9IiIKClJVTiBpZiBbIC1uICIkQUxQSU5FX01JUlJPUiIgXTsgdGhlbiBcCiAgICAgIHNlZCAtaSAic3xkbC1jZG4uYWxwaW5lbGludXgub3JnfCRBTFBJTkVfTUlSUk9SfGciIC9ldGMvYXBrL3JlcG9zaXRvcmllczsgXAogICAgZmkgJiYgXAogICAgYXBrIGFkZCAtLW5vLWNhY2hlIGxpYmM2LWNvbXBhdAoKUlVOIG5wbV9yZWdpc3RyeT0iJE5QTV9SRUdJU1RSWSI7IFwKICAgIHdoaWxlIFsgIiR7bnBtX3JlZ2lzdHJ5JS99IiAhPSAiJG5wbV9yZWdpc3RyeSIgXTsgZG8gXAogICAgICBucG1fcmVnaXN0cnk9IiR7bnBtX3JlZ2lzdHJ5JS99IjsgXAogICAgZG9uZTsgXAogICAgaWYgWyAtbiAiJG5wbV9yZWdpc3RyeSIgXTsgdGhlbiBcCiAgICAgIGV4cG9ydCBDT1JFUEFDS19OUE1fUkVHSVNUUlk9IiRucG1fcmVnaXN0cnkiOyBcCiAgICBmaSAmJiBcCiAgICBjb3JlcGFjayBlbmFibGUgJiYgXAogICAgY29yZXBhY2sgcHJlcGFyZSBwbnBtQDEwLjI4LjAgLS1hY3RpdmF0ZQoKV09SS0RJUiAvYXBwCgojIC0tLS0gU3RhZ2UgMjogRGVwZW5kZW5jaWVzIC0tLS0KRlJPTSBiYXNlIEFTIGRlcHMKCkFSRyBOUE1fUkVHSVNUUlkKCiMgTmF0aXZlIGJ1aWxkIHRvb2xzIGZvciBzaGFycCwgQG5hcGktcnMvY2FudmFzClJVTiBhcGsgYWRkIC0tbm8tY2FjaGUgcHl0aG9uMyBidWlsZC1iYXNlIGcrKyBjYWlyby1kZXYgcGFuZ28tZGV2IGpwZWctZGV2IGdpZmxpYi1kZXYgbGlicnN2Zy1kZXYKCkNPUFkgcGFja2FnZS5qc29uIHBucG0tbG9jay55YW1sIHBucG0td29ya3NwYWNlLnlhbWwgLi8KQ09QWSBwYWNrYWdlcy8gLi9wYWNrYWdlcy8KQ09QWSBzY3JpcHRzLyAuL3NjcmlwdHMvCgpSVU4gLS1tb3VudD10eXBlPWNhY2hlLGlkPXBucG0tc3RvcmUsdGFyZ2V0PS9yb290Ly5sb2NhbC9zaGFyZS9wbnBtL3N0b3JlIFwKICAgIG5wbV9yZWdpc3RyeT0iJE5QTV9SRUdJU1RSWSI7IFwKICAgIHdoaWxlIFsgIiR7bnBtX3JlZ2lzdHJ5JS99IiAhPSAiJG5wbV9yZWdpc3RyeSIgXTsgZG8gXAogICAgICBucG1fcmVnaXN0cnk9IiR7bnBtX3JlZ2lzdHJ5JS99IjsgXAogICAgZG9uZTsgXAogICAgaWYgWyAtbiAiJG5wbV9yZWdpc3RyeSIgXTsgdGhlbiBcCiAgICAgIHBucG0gY29uZmlnIHNldCByZWdpc3RyeSAiJG5wbV9yZWdpc3RyeSI7IFwKICAgIGZpICYmIFwKICAgIHBucG0gaW5zdGFsbCAtLWZyb3plbi1sb2NrZmlsZQoKIyAtLS0tIFN0YWdlIDM6IEJ1aWxkZXIgLS0tLQpGUk9NIGJhc2UgQVMgYnVpbGRlcgoKQVJHIEFMTE9XRURfRlJBTUVfQU5DRVNUT1JTCkFSRyBORVhUX1BVQkxJQ19QRVJTSVNURU5DRQpBUkcgTkVYVF9QVUJMSUNfUEVSU0lTVEVOQ0VfVE9LRU4KQVJHIE5FWFRfUFVCTElDX01BSUNfRURJVE9SX0VOQUJMRUQKQVJHIE5FWFRfUFVCTElDX01BSUNfRURJVE9SX1JFTkRFUkVSX0VOQUJMRUQKQVJHIE5FWFRfUFVCTElDX01BSUNfUExBWUJBQ0tfUkVOREVSRVJfRU5BQkxFRApBUkcgTkVYVF9QVUJMSUNfUElfQ0hBVF9FTkFCTEVECkFSRyBORVhUX1BVQkxJQ19TSE9XX1ZPQ0FUSU9OQUxfVEVTVF9VSQpBUkcgTkVYVF9QVUJMSUNfRU5BQkxFX1ZJREVPX0VYUE9SVApBUkcgTkVYVF9QVUJMSUNfVklERU9fRVhQT1JUX0NUQV9ERVNUSU5BVElPTgpBUkcgTkVYVF9QVUJMSUNfRU5BQkxFX1BQVFhfSU1QT1JUCkVOViBBTExPV0VEX0ZSQU1FX0FOQ0VTVE9SUz0kQUxMT1dFRF9GUkFNRV9BTkNFU1RPUlMKRU5WIE5FWFRfUFVCTElDX1BFUlNJU1RFTkNFPSRORVhUX1BVQkxJQ19QRVJTSVNURU5DRQpFTlYgTkVYVF9QVUJMSUNfUEVSU0lTVEVOQ0VfVE9LRU49JE5FWFRfUFVCTElDX1BFUlNJU1RFTkNFX1RPS0VOCkVOViBORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9FTkFCTEVEPSRORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9FTkFCTEVECkVOViBORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9SRU5ERVJFUl9FTkFCTEVEPSRORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9SRU5ERVJFUl9FTkFCTEVECkVOViBORVhUX1BVQkxJQ19NQUlDX1BMQVlCQUNLX1JFTkRFUkVSX0VOQUJMRUQ9JE5FWFRfUFVCTElDX01BSUNfUExBWUJBQ0tfUkVOREVSRVJfRU5BQkxFRApFTlYgTkVYVF9QVUJMSUNfUElfQ0hBVF9FTkFCTEVEPSRORVhUX1BVQkxJQ19QSV9DSEFUX0VOQUJMRUQKRU5WIE5FWFRfUFVCTElDX1NIT1dfVk9DQVRJT05BTF9URVNUX1VJPSRORVhUX1BVQkxJQ19TSE9XX1ZPQ0FUSU9OQUxfVEVTVF9VSQpFTlYgTkVYVF9QVUJMSUNfRU5BQkxFX1ZJREVPX0VYUE9SVD0kTkVYVF9QVUJMSUNfRU5BQkxFX1ZJREVPX0VYUE9SVApFTlYgTkVYVF9QVUJMSUNfVklERU9fRVhQT1JUX0NUQV9ERVNUSU5BVElPTj0kTkVYVF9QVUJMSUNfVklERU9fRVhQT1JUX0NUQV9ERVNUSU5BVElPTgpFTlYgTkVYVF9QVUJMSUNfRU5BQkxFX1BQVFhfSU1QT1JUPSRORVhUX1BVQkxJQ19FTkFCTEVfUFBUWF9JTVBPUlQKCkNPUFkgLS1mcm9tPWRlcHMgL2FwcC9ub2RlX21vZHVsZXMgLi9ub2RlX21vZHVsZXMKQ09QWSAtLWZyb209ZGVwcyAvYXBwL3BhY2thZ2VzIC4vcGFja2FnZXMKQ09QWSAuIC4KQ09QWSAtLWZyb209ZGVwcyAvYXBwL3B1YmxpYy92ZW5kb3IgLi9wdWJsaWMvdmVuZG9yCgpSVU4gcG5wbSBidWlsZAoKIyAtLS0tIFN0YWdlIDQ6IFJ1bm5lciAtLS0tCkZST00gbm9kZToyMi1hbHBpbmUgQVMgcnVubmVyCgpBUkcgQUxQSU5FX01JUlJPUj0iIgoKV09SS0RJUiAvYXBwCgpFTlYgTk9ERV9FTlY9cHJvZHVjdGlvbgpFTlYgSE9TVE5BTUU9MC4wLjAuMApFTlYgUE9SVD0zMDAwCgpSVU4gaWYgWyAtbiAiJEFMUElORV9NSVJST1IiIF07IHRoZW4gXAogICAgICBjcCAvZXRjL2Fway9yZXBvc2l0b3JpZXMgL3RtcC9hcGsucmVwb3NpdG9yaWVzOyBcCiAgICAgIHNlZCAtaSAic3xkbC1jZG4uYWxwaW5lbGludXgub3JnfCRBTFBJTkVfTUlSUk9SfGciIC9ldGMvYXBrL3JlcG9zaXRvcmllczsgXAogICAgZmkgJiYgXAogICAgYXBrIGFkZCAtLW5vLWNhY2hlIGxpYmM2LWNvbXBhdCBjYWlybyBwYW5nbyBqcGVnIGdpZmxpYiBsaWJyc3ZnICYmIFwKICAgIGlmIFsgLW4gIiRBTFBJTkVfTUlSUk9SIiBdOyB0aGVuIFwKICAgICAgbXYgL3RtcC9hcGsucmVwb3NpdG9yaWVzIC9ldGMvYXBrL3JlcG9zaXRvcmllczsgXAogICAgZmkKClJVTiBhZGRncm91cCAtLXN5c3RlbSAtLWdpZCAxMDAxIG5vZGVqcyAmJiBcCiAgICBhZGR1c2VyIC0tc3lzdGVtIC0tdWlkIDEwMDEgbmV4dGpzCgpDT1BZIC0tZnJvbT1idWlsZGVyIC9hcHAvcHVibGljIC4vcHVibGljCkNPUFkgLS1mcm9tPWJ1aWxkZXIgLS1jaG93bj1uZXh0anM6bm9kZWpzIC9hcHAvLm5leHQvc3RhbmRhbG9uZSAuLwpDT1BZIC0tZnJvbT1idWlsZGVyIC0tY2hvd249bmV4dGpzOm5vZGVqcyAvYXBwLy5uZXh0L3N0YXRpYyAuLy5uZXh0L3N0YXRpYwoKVVNFUiBuZXh0anMKCkVYUE9TRSAzMDAwCgpDTUQgWyJub2RlIiwgInNlcnZlci5qcyJdCg==", "llbDefinition": [ { "id": "step0", "op": { "Op": { "source": { "identifier": "local://dockerfile", "attrs": { "local.differ": "none", "local.followpaths": "[\"Dockerfile\",\"Dockerfile.dockerignore\",\"dockerfile\"]", "local.sharedkeyhint": "dockerfile" } } }, "constraints": {} } }, { "id": "step1", "op": { "Op": {} }, "inputs": [ "step0:0" ] } ], "digestMapping": { "sha256:9e0b9743247c930bb7b9f09d7ec0bcad17260489bb5f89fed4c1930e2c47a454": "step0", "sha256:b87108edeb6479a2ad9c735f1aef26f23efe0ce208ca2213a3b983cfbcb0f69a": "step1" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4", "size": 3846391 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:efbef6f9e333972a10ca323e700496a64e7ddcc3a6725e6afbbae52e690f4a4a", "size": 52629973 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:a2980c1fee17dfd6263234b253955e0e9d5f38d47c0e71c001139897134899d0", "size": 1262113 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:16da5a6403776464b5bf551ef294de57da242eac594527ea551a46e7f76ac2d6", "size": 445 } ] ], "step18:0": [ [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4", "size": 3846391 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:efbef6f9e333972a10ca323e700496a64e7ddcc3a6725e6afbbae52e690f4a4a", "size": 52629973 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:a2980c1fee17dfd6263234b253955e0e9d5f38d47c0e71c001139897134899d0", "size": 1262113 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:16da5a6403776464b5bf551ef294de57da242eac594527ea551a46e7f76ac2d6", "size": 445 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:b0ec15b39a078fa33d8914c5ff005f599dbdf049a5c8d0a8474722d36a7b924b", "size": 93 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:5ac5298c0551d1ee80096f1580968557a1d0eef22923af8f56b438e077f86798", "size": 15863931 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:0f66afff86fcfc5e18200370a5bca0fac2d98f4107cb42c8944cb6d417d9ae40", "size": 977 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:f7f4d5b1fbc9b29c1b6c6a6a218ac9f0809611c32ba52a23192830ce4a38b76a", "size": 5247119 } ] ], "step19:0": [ [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4", "size": 3846391 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:efbef6f9e333972a10ca323e700496a64e7ddcc3a6725e6afbbae52e690f4a4a", "size": 52629973 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:a2980c1fee17dfd6263234b253955e0e9d5f38d47c0e71c001139897134899d0", "size": 1262113 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:16da5a6403776464b5bf551ef294de57da242eac594527ea551a46e7f76ac2d6", "size": 445 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:b0ec15b39a078fa33d8914c5ff005f599dbdf049a5c8d0a8474722d36a7b924b", "size": 93 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:5ac5298c0551d1ee80096f1580968557a1d0eef22923af8f56b438e077f86798", "size": 15863931 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:0f66afff86fcfc5e18200370a5bca0fac2d98f4107cb42c8944cb6d417d9ae40", "size": 977 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:f7f4d5b1fbc9b29c1b6c6a6a218ac9f0809611c32ba52a23192830ce4a38b76a", "size": 5247119 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:14511ebf6615e4905b4ffabf5f3796940c6391d83fd77f210ad768ae1352555f", "size": 134730167 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4", "size": 3846391 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:efbef6f9e333972a10ca323e700496a64e7ddcc3a6725e6afbbae52e690f4a4a", "size": 52629973 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:a2980c1fee17dfd6263234b253955e0e9d5f38d47c0e71c001139897134899d0", "size": 1262113 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:16da5a6403776464b5bf551ef294de57da242eac594527ea551a46e7f76ac2d6", "size": 445 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:b0ec15b39a078fa33d8914c5ff005f599dbdf049a5c8d0a8474722d36a7b924b", "size": 93 } ] ], "step20:0": [ [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4", "size": 3846391 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:efbef6f9e333972a10ca323e700496a64e7ddcc3a6725e6afbbae52e690f4a4a", "size": 52629973 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:a2980c1fee17dfd6263234b253955e0e9d5f38d47c0e71c001139897134899d0", "size": 1262113 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:16da5a6403776464b5bf551ef294de57da242eac594527ea551a46e7f76ac2d6", "size": 445 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:b0ec15b39a078fa33d8914c5ff005f599dbdf049a5c8d0a8474722d36a7b924b", "size": 93 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:5ac5298c0551d1ee80096f1580968557a1d0eef22923af8f56b438e077f86798", "size": 15863931 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:0f66afff86fcfc5e18200370a5bca0fac2d98f4107cb42c8944cb6d417d9ae40", "size": 977 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:f7f4d5b1fbc9b29c1b6c6a6a218ac9f0809611c32ba52a23192830ce4a38b76a", "size": 5247119 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:14511ebf6615e4905b4ffabf5f3796940c6391d83fd77f210ad768ae1352555f", "size": 134730167 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:17d51a5fa334067b9838e265f3132836322b607ca94341d81105fcd6e76bb1c1", "size": 74221321 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4", "size": 3846391 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:efbef6f9e333972a10ca323e700496a64e7ddcc3a6725e6afbbae52e690f4a4a", "size": 52629973 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:a2980c1fee17dfd6263234b253955e0e9d5f38d47c0e71c001139897134899d0", "size": 1262113 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:16da5a6403776464b5bf551ef294de57da242eac594527ea551a46e7f76ac2d6", "size": 445 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:b0ec15b39a078fa33d8914c5ff005f599dbdf049a5c8d0a8474722d36a7b924b", "size": 93 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:5ac5298c0551d1ee80096f1580968557a1d0eef22923af8f56b438e077f86798", "size": 15863931 } ] ], "step3:0": [ [ { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4", "size": 3846391 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:efbef6f9e333972a10ca323e700496a64e7ddcc3a6725e6afbbae52e690f4a4a", "size": 52629973 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:a2980c1fee17dfd6263234b253955e0e9d5f38d47c0e71c001139897134899d0", "size": 1262113 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:16da5a6403776464b5bf551ef294de57da242eac594527ea551a46e7f76ac2d6", "size": 445 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:b0ec15b39a078fa33d8914c5ff005f599dbdf049a5c8d0a8474722d36a7b924b", "size": 93 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:5ac5298c0551d1ee80096f1580968557a1d0eef22923af8f56b438e077f86798", "size": 15863931 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:0f66afff86fcfc5e18200370a5bca0fac2d98f4107cb42c8944cb6d417d9ae40", "size": 977 } ] ] }, "sysUsage": [ { "timestamp": "2026-09-10T13:43:32.554184357+02:00", "cpuStat": { "user": 8383.55, "nice": 61.98, "system": 4431.6, "idle": 607396.28, "iowait": 1411.69, "irq": 0, "softirq": 812.54, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81050874, "processCreated": 146742, "processesRunning": 1 }, "memoryStat": { "total": 8131784, "free": 3463744, "available": 5287632, "buffers": 32908, "cached": 1101816, "active": 2519240, "inactive": 853696, "swap": 4194300, "dirty": 1000, "writeback": 0, "slab": 1146148 }, "cpuPressure": { "some": { "avg10": 1.95, "avg60": 1.01, "avg300": 0.64, "total": 578599635 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 2779186 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 2685635 } }, "ioPressure": { "some": { "avg10": 3.47, "avg60": 1.64, "avg300": 0.66, "total": 541966623 }, "full": { "avg10": 2.91, "avg60": 1.47, "avg300": 0.6, "total": 504930038 } } }, { "timestamp": "2026-09-10T13:44:04.877132986+02:00", "cpuStat": { "user": 8408.53, "nice": 61.99, "system": 4452.46, "idle": 607456.5, "iowait": 1421.78, "irq": 0, "softirq": 813.89, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81267243, "processCreated": 146892, "processesRunning": 4 }, "memoryStat": { "total": 8131784, "free": 1849916, "available": 4601112, "buffers": 57168, "cached": 1966672, "active": 3332580, "inactive": 1610076, "swap": 4194300, "dirty": 864, "writeback": 0, "slab": 1187080 }, "cpuPressure": { "some": { "avg10": 6.24, "avg60": 4.45, "avg300": 1.64, "total": 582412856 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 2779186 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 2685635 } }, "ioPressure": { "some": { "avg10": 9.03, "avg60": 5.37, "avg300": 1.74, "total": 545682880 }, "full": { "avg10": 7.2, "avg60": 4.25, "avg300": 1.41, "total": 507737869 } } }, { "timestamp": "2026-09-10T13:44:38.954870313+02:00", "cpuStat": { "user": 8494.85, "nice": 61.99, "system": 4464.74, "idle": 607464.53, "iowait": 1426.13, "irq": 0, "softirq": 814.19, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81324683, "processCreated": 146906, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 485964, "available": 3300204, "buffers": 77832, "cached": 1999308, "active": 4595784, "inactive": 1658056, "swap": 4194300, "dirty": 348, "writeback": 0, "slab": 1197100 }, "cpuPressure": { "some": { "avg10": 11.17, "avg60": 8.44, "avg300": 3.03, "total": 587353449 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 2779187 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 2685636 } }, "ioPressure": { "some": { "avg10": 8.66, "avg60": 7.06, "avg300": 2.59, "total": 549040135 }, "full": { "avg10": 2.25, "avg60": 3.53, "avg300": 1.55, "total": 508848719 } } }, { "timestamp": "2026-09-10T13:45:15.074374062+02:00", "cpuStat": { "user": 8575.83, "nice": 62.02, "system": 4484.14, "idle": 607476.08, "iowait": 1430.05, "irq": 0, "softirq": 814.67, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81398489, "processCreated": 146973, "processesRunning": 2 }, "memoryStat": { "total": 8131784, "free": 135660, "available": 2454028, "buffers": 77748, "cached": 1557136, "active": 3577076, "inactive": 3122804, "swap": 4194300, "dirty": 1228, "writeback": 0, "slab": 1141716 }, "cpuPressure": { "some": { "avg10": 24.21, "avg60": 16.74, "avg300": 5.81, "total": 597316777 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.98, "avg60": 0.91, "avg300": 0.22, "total": 3573870 }, "full": { "avg10": 1.86, "avg60": 0.84, "avg300": 0.2, "total": 3412481 } }, "ioPressure": { "some": { "avg10": 10.39, "avg60": 7.82, "avg300": 3.29, "total": 552323365 }, "full": { "avg10": 3.58, "avg60": 3.09, "avg300": 1.65, "total": 509852307 } } }, { "timestamp": "2026-09-10T13:45:47.104601081+02:00", "cpuStat": { "user": 8659.68, "nice": 62.04, "system": 4495.86, "idle": 607486.76, "iowait": 1432.85, "irq": 0, "softirq": 815.09, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81461994, "processCreated": 147104, "processesRunning": 8 }, "memoryStat": { "total": 8131784, "free": 213440, "available": 1948088, "buffers": 63052, "cached": 1069140, "active": 2893648, "inactive": 3819740, "swap": 4194300, "dirty": 800, "writeback": 512, "slab": 1057932 }, "cpuPressure": { "some": { "avg10": 15.65, "avg60": 16.11, "avg300": 6.8, "total": 602389515 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.99, "avg60": 1.14, "avg300": 0.36, "total": 4382940 }, "full": { "avg10": 0.78, "avg60": 0.97, "avg300": 0.31, "total": 4128355 } }, "ioPressure": { "some": { "avg10": 6.72, "avg60": 7.35, "avg300": 3.65, "total": 554554065 }, "full": { "avg10": 1.64, "avg60": 2.58, "avg300": 1.68, "total": 510571297 } } }, { "timestamp": "2026-09-10T13:46:27.145778167+02:00", "cpuStat": { "user": 8784.3, "nice": 62.06, "system": 4507.09, "idle": 607494.28, "iowait": 1434.58, "irq": 0, "softirq": 815.47, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81513232, "processCreated": 147132, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 195208, "available": 1424972, "buffers": 18116, "cached": 701372, "active": 3787588, "inactive": 2963052, "swap": 4194300, "dirty": 1012, "writeback": 0, "slab": 981968 }, "cpuPressure": { "some": { "avg10": 12.29, "avg60": 13.5, "avg300": 7.27, "total": 606551973 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.81, "avg60": 1.75, "avg300": 0.62, "total": 5168148 }, "full": { "avg10": 2.27, "avg60": 1.45, "avg300": 0.52, "total": 4795520 } }, "ioPressure": { "some": { "avg10": 2.72, "avg60": 5.95, "avg300": 3.79, "total": 556608423 }, "full": { "avg10": 0.38, "avg60": 1.66, "avg300": 1.56, "total": 511014855 } } }, { "timestamp": "2026-09-10T13:46:59.184692601+02:00", "cpuStat": { "user": 8865.39, "nice": 62.07, "system": 4515.74, "idle": 607518.67, "iowait": 1435.65, "irq": 0, "softirq": 815.89, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81566555, "processCreated": 147201, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 220536, "available": 1272188, "buffers": 28308, "cached": 547504, "active": 3965156, "inactive": 2838180, "swap": 4194300, "dirty": 22832, "writeback": 0, "slab": 924264 }, "cpuPressure": { "some": { "avg10": 5.79, "avg60": 11.43, "avg300": 7.45, "total": 609864083 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.33, "avg60": 1.74, "avg300": 0.74, "total": 5904546 }, "full": { "avg10": 0.95, "avg60": 1.28, "avg300": 0.58, "total": 5265275 } }, "ioPressure": { "some": { "avg10": 3.2, "avg60": 5.33, "avg300": 3.87, "total": 558342349 }, "full": { "avg10": 0.56, "avg60": 1.14, "avg300": 1.43, "total": 511280857 } } }, { "timestamp": "2026-09-10T13:47:31.237169565+02:00", "cpuStat": { "user": 8900.93, "nice": 62.08, "system": 4542.48, "idle": 607553.91, "iowait": 1444.12, "irq": 0, "softirq": 817.15, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81661314, "processCreated": 147228, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 3205328, "available": 4528900, "buffers": 39752, "cached": 838456, "active": 2040284, "inactive": 1836036, "swap": 4194300, "dirty": 18244, "writeback": 0, "slab": 891664 }, "cpuPressure": { "some": { "avg10": 13.1, "avg60": 15.15, "avg300": 8.92, "total": 616749383 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.32, "avg60": 2.88, "avg300": 1.2, "total": 7687992 }, "full": { "avg10": 1.06, "avg60": 2.23, "avg300": 0.95, "total": 6685950 } }, "ioPressure": { "some": { "avg10": 8.71, "avg60": 6.87, "avg300": 4.42, "total": 561687661 }, "full": { "avg10": 6.84, "avg60": 3.14, "avg300": 1.9, "total": 513520821 } } }, { "timestamp": "2026-09-10T13:48:03.294728683+02:00", "cpuStat": { "user": 8930.01, "nice": 62.09, "system": 4556.86, "idle": 607620.58, "iowait": 1450.52, "irq": 0, "softirq": 818.49, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81757530, "processCreated": 147257, "processesRunning": 4 }, "memoryStat": { "total": 8131784, "free": 2299116, "available": 3703836, "buffers": 57884, "cached": 897200, "active": 2863960, "inactive": 1878388, "swap": 4194300, "dirty": 1336, "writeback": 0, "slab": 897612 }, "cpuPressure": { "some": { "avg10": 6.5, "avg60": 11, "avg300": 8.5, "total": 618476560 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.1, "avg60": 1.72, "avg300": 1.08, "total": 7824116 }, "full": { "avg10": 0.09, "avg60": 1.33, "avg300": 0.85, "total": 6802068 } }, "ioPressure": { "some": { "avg10": 4.25, "avg60": 6.65, "avg300": 4.66, "total": 563707023 }, "full": { "avg10": 3.97, "avg60": 4.32, "avg300": 2.36, "total": 515436985 } } }, { "timestamp": "2026-09-10T13:48:35.312394545+02:00", "cpuStat": { "user": 8975.83, "nice": 62.1, "system": 4575.21, "idle": 607664.97, "iowait": 1457.35, "irq": 0, "softirq": 820.17, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 81923675, "processCreated": 147283, "processesRunning": 9 }, "memoryStat": { "total": 8131784, "free": 1770928, "available": 3180824, "buffers": 58040, "cached": 902232, "active": 3386168, "inactive": 1872896, "swap": 4194300, "dirty": 1068, "writeback": 0, "slab": 898288 }, "cpuPressure": { "some": { "avg10": 11.31, "avg60": 11.59, "avg300": 8.9, "total": 622539795 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 8.66, "avg60": 4.97, "avg300": 1.94, "total": 10916428 }, "full": { "avg10": 5.71, "avg60": 3.4, "avg300": 1.41, "total": 8851020 } }, "ioPressure": { "some": { "avg10": 7.52, "avg60": 7.25, "avg300": 5, "total": 566357476 }, "full": { "avg10": 4.99, "avg60": 4.75, "avg300": 2.66, "total": 517218312 } } }, { "timestamp": "2026-09-10T13:49:23.346198525+02:00", "cpuStat": { "user": 9037.37, "nice": 62.11, "system": 4585.66, "idle": 607776.48, "iowait": 1457.61, "irq": 0, "softirq": 821.68, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 82018908, "processCreated": 147311, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 1511600, "available": 2926236, "buffers": 58076, "cached": 906920, "active": 3658384, "inactive": 1872776, "swap": 4194300, "dirty": 656, "writeback": 0, "slab": 898752 }, "cpuPressure": { "some": { "avg10": 1.34, "avg60": 6.52, "avg300": 7.93, "total": 623928926 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.07, "avg60": 2.23, "avg300": 1.64, "total": 10970486 }, "full": { "avg10": 0.04, "avg60": 1.52, "avg300": 1.19, "total": 8898900 } }, "ioPressure": { "some": { "avg10": 0.06, "avg60": 3.26, "avg300": 4.23, "total": 566425252 }, "full": { "avg10": 0.03, "avg60": 2.13, "avg300": 2.25, "total": 517272176 } } }, { "timestamp": "2026-09-10T13:49:55.377841717+02:00", "cpuStat": { "user": 9075.54, "nice": 62.13, "system": 4604.89, "idle": 607836.51, "iowait": 1462.86, "irq": 0, "softirq": 822.73, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 82156177, "processCreated": 147375, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 3476436, "available": 5464676, "buffers": 83724, "cached": 1445280, "active": 1395992, "inactive": 2182040, "swap": 4194300, "dirty": 612, "writeback": 0, "slab": 909752 }, "cpuPressure": { "some": { "avg10": 9.33, "avg60": 7.57, "avg300": 8.02, "total": 626881586 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.1, "avg60": 1.53, "avg300": 1.51, "total": 11192037 }, "full": { "avg10": 0.77, "avg60": 1.05, "avg300": 1.09, "total": 9063553 } }, "ioPressure": { "some": { "avg10": 6.98, "avg60": 3.93, "avg300": 4.25, "total": 568128232 }, "full": { "avg10": 5.42, "avg60": 2.81, "avg300": 2.37, "total": 518647168 } } }, { "timestamp": "2026-09-10T13:50:27.404860117+02:00", "cpuStat": { "user": 9084.78, "nice": 62.13, "system": 4621.39, "idle": 607911.45, "iowait": 1477.32, "irq": 0, "softirq": 824.2, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 82321040, "processCreated": 147462, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 2949556, "available": 5316708, "buffers": 168720, "cached": 1450688, "active": 1576980, "inactive": 2268620, "swap": 4194300, "dirty": 1020, "writeback": 0, "slab": 1213892 }, "cpuPressure": { "some": { "avg10": 3.01, "avg60": 5.79, "avg300": 7.53, "total": 628110293 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.15, "avg60": 1.76, "avg300": 1.58, "total": 11971331 }, "full": { "avg10": 0.99, "avg60": 1.36, "avg300": 1.17, "total": 9748287 } }, "ioPressure": { "some": { "avg10": 11.41, "avg60": 7.77, "avg300": 5.21, "total": 572515356 }, "full": { "avg10": 10.47, "avg60": 6.7, "avg300": 3.42, "total": 522779192 } } }, { "timestamp": "2026-09-10T13:50:59.520745725+02:00", "cpuStat": { "user": 9107.93, "nice": 62.14, "system": 4639.88, "idle": 607979.95, "iowait": 1480.23, "irq": 0, "softirq": 825.84, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 82501076, "processCreated": 147471, "processesRunning": 2 }, "memoryStat": { "total": 8131784, "free": 2046644, "available": 5009748, "buffers": 193872, "cached": 2085596, "active": 1825784, "inactive": 2914192, "swap": 4194300, "dirty": 35840, "writeback": 0, "slab": 1149904 }, "cpuPressure": { "some": { "avg10": 9.38, "avg60": 6.81, "avg300": 7.56, "total": 630891897 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.24, "avg60": 1.14, "avg300": 1.44, "total": 12121077 }, "full": { "avg10": 0.14, "avg60": 0.87, "avg300": 1.07, "total": 9879153 } }, "ioPressure": { "some": { "avg10": 1.65, "avg60": 5.62, "avg300": 4.96, "total": 573412373 }, "full": { "avg10": 1.32, "avg60": 4.86, "avg300": 3.33, "total": 523600744 } } }, { "timestamp": "2026-09-10T13:51:18.319350364+02:00", "cpuStat": { "user": 9118.48, "nice": 62.15, "system": 4652.75, "idle": 608020.75, "iowait": 1481.25, "irq": 0, "softirq": 826.63, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 82734542, "processCreated": 147489, "processesRunning": 2 }, "memoryStat": { "total": 8131784, "free": 1599912, "available": 5028492, "buffers": 206808, "cached": 2512496, "active": 1829708, "inactive": 3338604, "swap": 4194300, "dirty": 381976, "writeback": 248, "slab": 1177524 }, "cpuPressure": { "some": { "avg10": 12.31, "avg60": 8.04, "avg300": 7.78, "total": 633080524 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.19, "avg60": 0.87, "avg300": 1.36, "total": 12233338 }, "full": { "avg10": 0.08, "avg60": 0.65, "avg300": 1, "total": 9972660 } }, "ioPressure": { "some": { "avg10": 1.1, "avg60": 4.34, "avg300": 4.71, "total": 573750632 }, "full": { "avg10": 0.72, "avg60": 3.68, "avg300": 3.15, "total": 523866141 } } } ] }, "buildkit_completeness": { "request": true, "resolvedDependencies": false } } } }