{ "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": { "build-arg:NEXT_PUBLIC_PERSISTENCE": "1", "build-arg:NEXT_PUBLIC_PERSISTENCE_TOKEN": "openmaic_dev_token", "build-arg:NEXT_PUBLIC_PRO_WORKBENCH_ENABLED": "true", "cmdline": "docker/dockerfile:1", "label:com.docker.compose.project": "app", "label:com.docker.compose.service": "openmaic", "label:com.docker.compose.version": "5.3.1", "source": "docker/dockerfile:1" }, "locals": [ { "name": "context" }, { "name": "dockerfile" } ], "root": { "configSource": { "path": "Dockerfile" }, "request": { "args": { "build-arg:NEXT_PUBLIC_PERSISTENCE": "1", "build-arg:NEXT_PUBLIC_PERSISTENCE_TOKEN": "openmaic_dev_token", "build-arg:NEXT_PUBLIC_PRO_WORKBENCH_ENABLED": "true", "label:com.docker.compose.project": "app", "label:com.docker.compose.service": "openmaic", "label:com.docker.compose.version": "5.3.1", "vcs:localdir:context": ".", "vcs:localdir:dockerfile": ".", "vcs:revision": "e21c3ffede18b205c5828f7da48522b54fb600c7", "vcs:source": "https://xxxxx@github.com/nhivo2504/openmaic.git" } } }, "compatibilityVersion": 30 } }, "internalParameters": { "buildConfig": { "digestMapping": { "sha256:015ab8f03bcf78ac1882de723cfc3c1f25d3cffbf816e73ae42a22d196ce17da": "step12", "sha256:0f7a7e7d5f5ab1f7280c0a1138d8979d5eca0a78539e72ddf353c099bf387fbd": "step15", "sha256:111b5a3e05ea1fac2167f9d01129c44d0aaa8c36fa16c1bc4e6282072396180e": "step8", "sha256:158ef911a4cfe6f6e0b6824c417c1acc658102a075cff0ac585adab1b1f98be8": "step3", "sha256:41e9962cd8b8aa9ea3069ba6c4cec992e0557c509681ac2f909df79569d04776": "step2", "sha256:45b83f3ec035ffca8e33e993db2b7b770e5882f5bb201dd35b6f4e4cdbd8054e": "step18", "sha256:5b65f1bc8245d9b7b2c5b62ae1c41cbff198f6ee8475ed98c22014a7b0239016": "step7", "sha256:62966db50e141d45a618611ef3519e12b38c15dace059645e5b81f16979c8f0a": "step19", "sha256:65db0f1309fd4192a2474cc8f050c85294968d80aaa053c0325aa96537133be7": "step0", "sha256:75076b8ae841e12e997f73addf8ec6f554d7b1380fb4d06cca38bd834c8be4f2": "step13", "sha256:77234c8539422c01d4c34bf9c598c3b707a81894fc98bb4f113b38e57f7a3748": "step9", "sha256:7d2454c1df0b7520e114a8720dd79f7d5200d859a60974621e717b0b2d08d4ab": "step1", "sha256:7da7b76667d7c1ad6cea4701b9c4766a9cddc51c0894de6e6169f312df3fca0d": "step16", "sha256:886856059dd054ae31741fea83600d9826be1de39152052f4f2086bd50d4ef40": "step14", "sha256:a93c012d5be30f9e120285542e6fdbbf16af4f66ed51f8153de502c0af6b4d55": "step21", "sha256:b7789bb6d99a18c7c99a90a59e6d7289a5f3dd206fc58243fb7ab92eeee8623f": "step5", "sha256:bd12c63447e2049f92c264fbf8eb34513a5a89afdff67f8d0726cfe8942eba76": "step10", "sha256:c4906bb1140a13f9488a5e7f237e651d7eb455bc1b30c418f4cd0832e11a0f97": "step20", "sha256:e15dfe4c08213eda2ddae670880beb77a3833f0280f178d23df5707b5e5fb0ea": "step6", "sha256:ef1dfd9ed775f05d7c21d90d81152adeadb239abee356cf55514642c55403c0c": "step4", "sha256:f08af08a8e31c312b55d2d3e18d4263eec966cf1427247c70b0f564a2244d23b": "step17", "sha256:f8adcc262200867e10df1a5e08ee12fd275fd5c26f4a2ecef637971af70ffb42": "step11" }, "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=1", "NEXT_PUBLIC_PERSISTENCE_TOKEN=openmaic_dev_token", "NEXT_PUBLIC_PRO_WORKBENCH_ENABLED=true", "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-11T15:01:05.033793376+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:02:15.438376565+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:03:27.53059727+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:04:47.669154613+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:05:51.768443003+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:07:28.213719659+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:08:32.369232309+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:09:36.475859759+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T15:09:45.197615032+02:00" } ], "sysCPUStat": { "guest": 0, "guestNice": 0, "idle": 260.1, "iowait": 198.56, "irq": 0, "nice": 0.22, "softirq": 20.47, "steal": 0, "system": 315.7, "user": 869.27 } } }, { "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": "jrh981dgli4p37897jnn2wy3h", "startedOn": "2026-09-11T15:00:21.573605074+02:00", "finishedOn": "2026-09-11T15:16:13.852302666+02:00", "buildkit_metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": ".", "revision": "e21c3ffede18b205c5828f7da48522b54fb600c7", "source": "https://xxxxx@github.com/nhivo2504/openmaic.git" }, "source": { "locations": { "step0": { "locations": [ { "ranges": [ { "start": { "line": 84 }, "end": { "line": 84 } } ] }, { "ranges": [ { "start": { "line": 4 }, "end": { "line": 4 } } ] } ] }, "step1": { "locations": [ { "ranges": [ { "start": { "line": 88 }, "end": { "line": 88 } } ] } ] }, "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": 76 }, "end": { "line": 76 } } ] } ] }, "step14": { "locations": [ { "ranges": [ { "start": { "line": 77 }, "end": { "line": 77 } } ] } ] }, "step15": { "locations": [ { "ranges": [ { "start": { "line": 78 }, "end": { "line": 78 } } ] } ] }, "step16": { "locations": [ { "ranges": [ { "start": { "line": 79 }, "end": { "line": 79 } } ] } ] }, "step17": { "locations": [ { "ranges": [ { "start": { "line": 81 }, "end": { "line": 81 } } ] } ] }, "step18": { "locations": [ { "ranges": [ { "start": { "line": 106 }, "end": { "line": 106 } } ] } ] }, "step19": { "locations": [ { "ranges": [ { "start": { "line": 107 }, "end": { "line": 107 } } ] } ] }, "step2": { "locations": [ { "ranges": [ { "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 } }, { "start": { "line": 100 }, "end": { "line": 100 } }, { "start": { "line": 101 }, "end": { "line": 101 } } ] } ] }, "step20": { "locations": [ { "ranges": [ { "start": { "line": 108 }, "end": { "line": 108 } } ] } ] }, "step3": { "locations": [ { "ranges": [ { "start": { "line": 103 }, "end": { "line": 103 } }, { "start": { "line": 104 }, "end": { "line": 104 } } ] } ] }, "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": "IyBzeW50YXg9ZG9ja2VyL2RvY2tlcmZpbGU6MQoKIyAtLS0tIFN0YWdlIDE6IEJhc2UgLS0tLQpGUk9NIG5vZGU6MjItYWxwaW5lIEFTIGJhc2UKCkFSRyBBTFBJTkVfTUlSUk9SPSIiCkFSRyBOUE1fUkVHSVNUUlk9IiIKClJVTiBpZiBbIC1uICIkQUxQSU5FX01JUlJPUiIgXTsgdGhlbiBcCiAgICAgIHNlZCAtaSAic3xkbC1jZG4uYWxwaW5lbGludXgub3JnfCRBTFBJTkVfTUlSUk9SfGciIC9ldGMvYXBrL3JlcG9zaXRvcmllczsgXAogICAgZmkgJiYgXAogICAgYXBrIGFkZCAtLW5vLWNhY2hlIGxpYmM2LWNvbXBhdAoKUlVOIG5wbV9yZWdpc3RyeT0iJE5QTV9SRUdJU1RSWSI7IFwKICAgIHdoaWxlIFsgIiR7bnBtX3JlZ2lzdHJ5JS99IiAhPSAiJG5wbV9yZWdpc3RyeSIgXTsgZG8gXAogICAgICBucG1fcmVnaXN0cnk9IiR7bnBtX3JlZ2lzdHJ5JS99IjsgXAogICAgZG9uZTsgXAogICAgaWYgWyAtbiAiJG5wbV9yZWdpc3RyeSIgXTsgdGhlbiBcCiAgICAgIGV4cG9ydCBDT1JFUEFDS19OUE1fUkVHSVNUUlk9IiRucG1fcmVnaXN0cnkiOyBcCiAgICBmaSAmJiBcCiAgICBjb3JlcGFjayBlbmFibGUgJiYgXAogICAgY29yZXBhY2sgcHJlcGFyZSBwbnBtQDEwLjI4LjAgLS1hY3RpdmF0ZQoKV09SS0RJUiAvYXBwCgojIC0tLS0gU3RhZ2UgMjogRGVwZW5kZW5jaWVzIC0tLS0KRlJPTSBiYXNlIEFTIGRlcHMKCkFSRyBOUE1fUkVHSVNUUlkKCiMgTmF0aXZlIGJ1aWxkIHRvb2xzIGZvciBzaGFycCwgQG5hcGktcnMvY2FudmFzClJVTiBhcGsgYWRkIC0tbm8tY2FjaGUgcHl0aG9uMyBidWlsZC1iYXNlIGcrKyBjYWlyby1kZXYgcGFuZ28tZGV2IGpwZWctZGV2IGdpZmxpYi1kZXYgbGlicnN2Zy1kZXYKCkNPUFkgcGFja2FnZS5qc29uIHBucG0tbG9jay55YW1sIHBucG0td29ya3NwYWNlLnlhbWwgLi8KQ09QWSBwYWNrYWdlcy8gLi9wYWNrYWdlcy8KQ09QWSBzY3JpcHRzLyAuL3NjcmlwdHMvCgpSVU4gLS1tb3VudD10eXBlPWNhY2hlLGlkPXBucG0tc3RvcmUsdGFyZ2V0PS9yb290Ly5sb2NhbC9zaGFyZS9wbnBtL3N0b3JlIFwKICAgIG5wbV9yZWdpc3RyeT0iJE5QTV9SRUdJU1RSWSI7IFwKICAgIHdoaWxlIFsgIiR7bnBtX3JlZ2lzdHJ5JS99IiAhPSAiJG5wbV9yZWdpc3RyeSIgXTsgZG8gXAogICAgICBucG1fcmVnaXN0cnk9IiR7bnBtX3JlZ2lzdHJ5JS99IjsgXAogICAgZG9uZTsgXAogICAgaWYgWyAtbiAiJG5wbV9yZWdpc3RyeSIgXTsgdGhlbiBcCiAgICAgIHBucG0gY29uZmlnIHNldCByZWdpc3RyeSAiJG5wbV9yZWdpc3RyeSI7IFwKICAgIGZpICYmIFwKICAgIHBucG0gaW5zdGFsbCAtLWZyb3plbi1sb2NrZmlsZQoKIyAtLS0tIFN0YWdlIDM6IEJ1aWxkZXIgLS0tLQpGUk9NIGJhc2UgQVMgYnVpbGRlcgoKQVJHIEFMTE9XRURfRlJBTUVfQU5DRVNUT1JTCkFSRyBORVhUX1BVQkxJQ19QRVJTSVNURU5DRQpBUkcgTkVYVF9QVUJMSUNfUEVSU0lTVEVOQ0VfVE9LRU4KQVJHIE5FWFRfUFVCTElDX1BST19XT1JLQkVOQ0hfRU5BQkxFRApBUkcgTkVYVF9QVUJMSUNfTUFJQ19FRElUT1JfRU5BQkxFRApBUkcgTkVYVF9QVUJMSUNfTUFJQ19FRElUT1JfUkVOREVSRVJfRU5BQkxFRApBUkcgTkVYVF9QVUJMSUNfTUFJQ19QTEFZQkFDS19SRU5ERVJFUl9FTkFCTEVECkFSRyBORVhUX1BVQkxJQ19QSV9DSEFUX0VOQUJMRUQKQVJHIE5FWFRfUFVCTElDX1NIT1dfVk9DQVRJT05BTF9URVNUX1VJCkFSRyBORVhUX1BVQkxJQ19FTkFCTEVfVklERU9fRVhQT1JUCkFSRyBORVhUX1BVQkxJQ19WSURFT19FWFBPUlRfQ1RBX0RFU1RJTkFUSU9OCkFSRyBORVhUX1BVQkxJQ19FTkFCTEVfUFBUWF9JTVBPUlQKRU5WIEFMTE9XRURfRlJBTUVfQU5DRVNUT1JTPSRBTExPV0VEX0ZSQU1FX0FOQ0VTVE9SUwpFTlYgTkVYVF9QVUJMSUNfUEVSU0lTVEVOQ0U9JE5FWFRfUFVCTElDX1BFUlNJU1RFTkNFCkVOViBORVhUX1BVQkxJQ19QRVJTSVNURU5DRV9UT0tFTj0kTkVYVF9QVUJMSUNfUEVSU0lTVEVOQ0VfVE9LRU4KRU5WIE5FWFRfUFVCTElDX1BST19XT1JLQkVOQ0hfRU5BQkxFRD0kTkVYVF9QVUJMSUNfUFJPX1dPUktCRU5DSF9FTkFCTEVECkVOViBORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9FTkFCTEVEPSRORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9FTkFCTEVECkVOViBORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9SRU5ERVJFUl9FTkFCTEVEPSRORVhUX1BVQkxJQ19NQUlDX0VESVRPUl9SRU5ERVJFUl9FTkFCTEVECkVOViBORVhUX1BVQkxJQ19NQUlDX1BMQVlCQUNLX1JFTkRFUkVSX0VOQUJMRUQ9JE5FWFRfUFVCTElDX01BSUNfUExBWUJBQ0tfUkVOREVSRVJfRU5BQkxFRApFTlYgTkVYVF9QVUJMSUNfUElfQ0hBVF9FTkFCTEVEPSRORVhUX1BVQkxJQ19QSV9DSEFUX0VOQUJMRUQKRU5WIE5FWFRfUFVCTElDX1NIT1dfVk9DQVRJT05BTF9URVNUX1VJPSRORVhUX1BVQkxJQ19TSE9XX1ZPQ0FUSU9OQUxfVEVTVF9VSQpFTlYgTkVYVF9QVUJMSUNfRU5BQkxFX1ZJREVPX0VYUE9SVD0kTkVYVF9QVUJMSUNfRU5BQkxFX1ZJREVPX0VYUE9SVApFTlYgTkVYVF9QVUJMSUNfVklERU9fRVhQT1JUX0NUQV9ERVNUSU5BVElPTj0kTkVYVF9QVUJMSUNfVklERU9fRVhQT1JUX0NUQV9ERVNUSU5BVElPTgpFTlYgTkVYVF9QVUJMSUNfRU5BQkxFX1BQVFhfSU1QT1JUPSRORVhUX1BVQkxJQ19FTkFCTEVfUFBUWF9JTVBPUlQKCkNPUFkgLS1mcm9tPWRlcHMgL2FwcC9ub2RlX21vZHVsZXMgLi9ub2RlX21vZHVsZXMKQ09QWSAtLWZyb209ZGVwcyAvYXBwL3BhY2thZ2VzIC4vcGFja2FnZXMKQ09QWSAuIC4KQ09QWSAtLWZyb209ZGVwcyAvYXBwL3B1YmxpYy92ZW5kb3IgLi9wdWJsaWMvdmVuZG9yCgpSVU4gcG5wbSBidWlsZAoKIyAtLS0tIFN0YWdlIDQ6IFJ1bm5lciAtLS0tCkZST00gbm9kZToyMi1hbHBpbmUgQVMgcnVubmVyCgpBUkcgQUxQSU5FX01JUlJPUj0iIgoKV09SS0RJUiAvYXBwCgpFTlYgTk9ERV9FTlY9cHJvZHVjdGlvbgpFTlYgSE9TVE5BTUU9MC4wLjAuMApFTlYgUE9SVD0zMDAwCgpSVU4gaWYgWyAtbiAiJEFMUElORV9NSVJST1IiIF07IHRoZW4gXAogICAgICBjcCAvZXRjL2Fway9yZXBvc2l0b3JpZXMgL3RtcC9hcGsucmVwb3NpdG9yaWVzOyBcCiAgICAgIHNlZCAtaSAic3xkbC1jZG4uYWxwaW5lbGludXgub3JnfCRBTFBJTkVfTUlSUk9SfGciIC9ldGMvYXBrL3JlcG9zaXRvcmllczsgXAogICAgZmkgJiYgXAogICAgYXBrIGFkZCAtLW5vLWNhY2hlIGxpYmM2LWNvbXBhdCBjYWlybyBwYW5nbyBqcGVnIGdpZmxpYiBsaWJyc3ZnICYmIFwKICAgIGlmIFsgLW4gIiRBTFBJTkVfTUlSUk9SIiBdOyB0aGVuIFwKICAgICAgbXYgL3RtcC9hcGsucmVwb3NpdG9yaWVzIC9ldGMvYXBrL3JlcG9zaXRvcmllczsgXAogICAgZmkKClJVTiBhZGRncm91cCAtLXN5c3RlbSAtLWdpZCAxMDAxIG5vZGVqcyAmJiBcCiAgICBhZGR1c2VyIC0tc3lzdGVtIC0tdWlkIDEwMDEgbmV4dGpzCgpDT1BZIC0tZnJvbT1idWlsZGVyIC9hcHAvcHVibGljIC4vcHVibGljCkNPUFkgLS1mcm9tPWJ1aWxkZXIgLS1jaG93bj1uZXh0anM6bm9kZWpzIC9hcHAvLm5leHQvc3RhbmRhbG9uZSAuLwpDT1BZIC0tZnJvbT1idWlsZGVyIC0tY2hvd249bmV4dGpzOm5vZGVqcyAvYXBwLy5uZXh0L3N0YXRpYyAuLy5uZXh0L3N0YXRpYwoKVVNFUiBuZXh0anMKCkVYUE9TRSAzMDAwCgpDTUQgWyJub2RlIiwgInNlcnZlci5qcyJdCg==", "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:32726c7a74e1e67f6588351d689f10f58e401e84e041a8a6bb3abbc616e16af8": "step1", "sha256:ab4b2413a8f0321c0570550236e8c8242e126a2af7b4268d423c84b92ebbb62e": "step0" } } ] }, "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:2cb6e81a25a28104367a7325da83e0739cf46d065d2f2832064107c74516c275", "size": 134737153 } ] ], "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:2cb6e81a25a28104367a7325da83e0739cf46d065d2f2832064107c74516c275", "size": 134737153 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:8112206c0faef42f782f90e5c96504d99ff11ea2f5ed5a88a140d78beb17bce3", "size": 74242885 } ] ], "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-11T15:00:22.011820524+02:00", "cpuStat": { "user": 25577.66, "nice": 125.41, "system": 13555.92, "idle": 926314.82, "iowait": 3497.3, "irq": 0, "softirq": 2064.65, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 203704375, "processCreated": 257909, "processesRunning": 14 }, "memoryStat": { "total": 8131784, "free": 1601772, "available": 4441728, "buffers": 483036, "cached": 1780576, "active": 2418444, "inactive": 2861980, "swap": 4194300, "dirty": 2560, "writeback": 0, "slab": 1066256 }, "cpuPressure": { "some": { "avg10": 31.54, "avg60": 17.92, "avg300": 15.85, "total": 2598457868 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 5.8, "avg60": 3.28, "avg300": 1.96, "total": 90775707 }, "full": { "avg10": 3.2, "avg60": 2.14, "avg300": 1.28, "total": 68585258 } }, "ioPressure": { "some": { "avg10": 32.28, "avg60": 26.76, "avg300": 14.77, "total": 1340122265 }, "full": { "avg10": 18.7, "avg60": 19.98, "avg300": 10.72, "total": 1112274121 } } }, { "timestamp": "2026-09-11T15:01:26.353757788+02:00", "cpuStat": { "user": 25638.1, "nice": 125.47, "system": 13606.2, "idle": 926344.15, "iowait": 3528.39, "irq": 0, "softirq": 2066.63, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 204281691, "processCreated": 258216, "processesRunning": 10 }, "memoryStat": { "total": 8131784, "free": 231424, "available": 3736528, "buffers": 546148, "cached": 2328576, "active": 3461372, "inactive": 3202056, "swap": 4194300, "dirty": 50664, "writeback": 128, "slab": 1112224 }, "cpuPressure": { "some": { "avg10": 41.46, "avg60": 34.52, "avg300": 21.44, "total": 2627345562 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 3.5, "avg60": 2.49, "avg300": 1.92, "total": 92142459 }, "full": { "avg10": 2.41, "avg60": 1.5, "avg300": 1.21, "total": 69406203 } }, "ioPressure": { "some": { "avg10": 18.1, "avg60": 26.57, "avg300": 17.43, "total": 1358787869 }, "full": { "avg10": 9.67, "avg60": 14.62, "avg300": 10.99, "total": 1120383583 } } }, { "timestamp": "2026-09-11T15:02:30.41372616+02:00", "cpuStat": { "user": 25777.72, "nice": 125.49, "system": 13646.7, "idle": 926355.61, "iowait": 3534.42, "irq": 0, "softirq": 2068.07, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 204701418, "processCreated": 258668, "processesRunning": 14 }, "memoryStat": { "total": 8131784, "free": 137328, "available": 2183480, "buffers": 313120, "cached": 1155760, "active": 4849936, "inactive": 1955640, "swap": 4194300, "dirty": 13452, "writeback": 0, "slab": 1056584 }, "cpuPressure": { "some": { "avg10": 44.21, "avg60": 42.14, "avg300": 26.51, "total": 2658213328 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.08, "avg60": 2.14, "avg300": 1.93, "total": 93648572 }, "full": { "avg10": 1.51, "avg60": 1.31, "avg300": 1.2, "total": 70399559 } }, "ioPressure": { "some": { "avg10": 11.32, "avg60": 19.41, "avg300": 17.23, "total": 1369701968 }, "full": { "avg10": 2.13, "avg60": 6.37, "avg300": 9.22, "total": 1121938124 } } }, { "timestamp": "2026-09-11T15:03:34.481625375+02:00", "cpuStat": { "user": 25938.16, "nice": 125.5, "system": 13671.46, "idle": 926375.98, "iowait": 3539.55, "irq": 0, "softirq": 2069.33, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 204875001, "processCreated": 258818, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 136932, "available": 1389540, "buffers": 14520, "cached": 769912, "active": 3646100, "inactive": 3263708, "swap": 4194300, "dirty": 300, "writeback": 0, "slab": 944440 }, "cpuPressure": { "some": { "avg10": 17.27, "avg60": 30.17, "avg300": 26.36, "total": 2675107821 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.62, "avg60": 2.09, "avg300": 1.93, "total": 95077620 }, "full": { "avg10": 1.47, "avg60": 1.28, "avg300": 1.21, "total": 71391394 } }, "ioPressure": { "some": { "avg10": 6.91, "avg60": 11.65, "avg300": 15.33, "total": 1374978013 }, "full": { "avg10": 2.01, "avg60": 3.31, "avg300": 7.71, "total": 1123257507 } } }, { "timestamp": "2026-09-11T15:04:38.542549237+02:00", "cpuStat": { "user": 26115.31, "nice": 125.53, "system": 13693.25, "idle": 926387.25, "iowait": 3542.81, "irq": 0, "softirq": 2070.59, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 205030581, "processCreated": 259129, "processesRunning": 8 }, "memoryStat": { "total": 8131784, "free": 160536, "available": 1021052, "buffers": 9704, "cached": 492700, "active": 3788212, "inactive": 3195936, "swap": 4194300, "dirty": 824, "writeback": 0, "slab": 825368 }, "cpuPressure": { "some": { "avg10": 19.96, "avg60": 26.04, "avg300": 25.92, "total": 2690952825 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.24, "avg60": 2.61, "avg300": 2.11, "total": 97083466 }, "full": { "avg10": 1.67, "avg60": 1.8, "avg300": 1.36, "total": 72852116 } }, "ioPressure": { "some": { "avg10": 2.15, "avg60": 7.15, "avg300": 13.35, "total": 1378719860 }, "full": { "avg10": 0.19, "avg60": 1.68, "avg300": 6.37, "total": 1124104613 } } }, { "timestamp": "2026-09-11T15:05:42.706063443+02:00", "cpuStat": { "user": 26219.05, "nice": 125.55, "system": 13738.68, "idle": 926416.7, "iowait": 3574.49, "irq": 0, "softirq": 2073.03, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 205298960, "processCreated": 259741, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 2359860, "available": 4340804, "buffers": 36980, "cached": 1684896, "active": 2421780, "inactive": 2431772, "swap": 4194300, "dirty": 1664, "writeback": 0, "slab": 750476 }, "cpuPressure": { "some": { "avg10": 28.31, "avg60": 28.78, "avg300": 26.63, "total": 2710017972 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 5.61, "avg60": 9.38, "avg300": 4.35, "total": 106035993 }, "full": { "avg10": 2.93, "avg60": 5.38, "avg300": 2.62, "total": 78097989 } }, "ioPressure": { "some": { "avg10": 33.79, "avg60": 23.16, "avg300": 16.49, "total": 1397421127 }, "full": { "avg10": 18.03, "avg60": 9.5, "avg300": 7.55, "total": 1132171397 } } }, { "timestamp": "2026-09-11T15:06:46.918192586+02:00", "cpuStat": { "user": 26271.28, "nice": 125.59, "system": 13782.95, "idle": 926468, "iowait": 3617.52, "irq": 0, "softirq": 2076.46, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 205506487, "processCreated": 259969, "processesRunning": 11 }, "memoryStat": { "total": 8131784, "free": 155992, "available": 3443804, "buffers": 86944, "cached": 2902348, "active": 2710948, "inactive": 4333112, "swap": 4194300, "dirty": 6240, "writeback": 0, "slab": 761848 }, "cpuPressure": { "some": { "avg10": 21.18, "avg60": 24.26, "avg300": 25.77, "total": 2724761409 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.26, "avg60": 4.59, "avg300": 3.91, "total": 107642813 }, "full": { "avg10": 1.1, "avg60": 2.74, "avg300": 2.36, "total": 79113913 } }, "ioPressure": { "some": { "avg10": 19.2, "avg60": 23.76, "avg300": 18.22, "total": 1414109373 }, "full": { "avg10": 12.38, "avg60": 13.78, "avg300": 9.38, "total": 1143315549 } } }, { "timestamp": "2026-09-11T15:07:51.322660117+02:00", "cpuStat": { "user": 26351.64, "nice": 125.6, "system": 13827.54, "idle": 926513.42, "iowait": 3642.75, "irq": 0, "softirq": 2079.69, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 205748778, "processCreated": 260235, "processesRunning": 10 }, "memoryStat": { "total": 8131784, "free": 163284, "available": 2892504, "buffers": 98240, "cached": 2327928, "active": 3372264, "inactive": 3634168, "swap": 4194300, "dirty": 2208, "writeback": 0, "slab": 767184 }, "cpuPressure": { "some": { "avg10": 24.53, "avg60": 25.67, "avg300": 26.11, "total": 2742925407 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.52, "avg60": 1.92, "avg300": 3.25, "total": 108298828 }, "full": { "avg10": 0.52, "avg60": 1.24, "avg300": 1.99, "total": 79682041 } }, "ioPressure": { "some": { "avg10": 16.77, "avg60": 19.83, "avg300": 18.22, "total": 1426346489 }, "full": { "avg10": 9.71, "avg60": 11.01, "avg300": 9.41, "total": 1149864485 } } }, { "timestamp": "2026-09-11T15:08:55.627796163+02:00", "cpuStat": { "user": 26432.62, "nice": 125.63, "system": 13865.09, "idle": 926561.43, "iowait": 3675.52, "irq": 0, "softirq": 2083.07, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 206011521, "processCreated": 260501, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 126724, "available": 2568880, "buffers": 113696, "cached": 2020832, "active": 3766440, "inactive": 3276316, "swap": 4194300, "dirty": 5316, "writeback": 0, "slab": 772268 }, "cpuPressure": { "some": { "avg10": 12.55, "avg60": 22.66, "avg300": 25.54, "total": 2758515092 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.28, "avg60": 0.83, "avg300": 2.65, "total": 108772234 }, "full": { "avg10": 0.28, "avg60": 0.6, "avg300": 1.64, "total": 80077255 } }, "ioPressure": { "some": { "avg10": 18.13, "avg60": 20.12, "avg300": 18.83, "total": 1440734387 }, "full": { "avg10": 14.06, "avg60": 12.03, "avg300": 10.03, "total": 1158362657 } } }, { "timestamp": "2026-09-11T15:09:59.775093693+02:00", "cpuStat": { "user": 26491.8, "nice": 125.65, "system": 13914.33, "idle": 926607.14, "iowait": 3731.3, "irq": 0, "softirq": 2087.6, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 206349080, "processCreated": 260795, "processesRunning": 1 }, "memoryStat": { "total": 8131784, "free": 1654092, "available": 5210716, "buffers": 147524, "cached": 3095544, "active": 1688680, "inactive": 3877848, "swap": 4194300, "dirty": 4532, "writeback": 0, "slab": 776368 }, "cpuPressure": { "some": { "avg10": 11.77, "avg60": 20.8, "avg300": 24.58, "total": 2771967854 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.1, "avg60": 0.36, "avg300": 2.14, "total": 108937395 }, "full": { "avg10": 0.05, "avg60": 0.23, "avg300": 1.31, "total": 80185779 } }, "ioPressure": { "some": { "avg10": 33.51, "avg60": 28.18, "avg300": 21.45, "total": 1461616581 }, "full": { "avg10": 26.52, "avg60": 18.89, "avg300": 12.38, "total": 1172731858 } } }, { "timestamp": "2026-09-11T15:11:03.938366159+02:00", "cpuStat": { "user": 26526.35, "nice": 125.67, "system": 13953.86, "idle": 926662.63, "iowait": 3789.5, "irq": 0, "softirq": 2091.49, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 206768271, "processCreated": 261257, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 497100, "available": 4613696, "buffers": 159836, "cached": 3629364, "active": 2339788, "inactive": 4344964, "swap": 4194300, "dirty": 342788, "writeback": 0, "slab": 789944 }, "cpuPressure": { "some": { "avg10": 21.04, "avg60": 23.66, "avg300": 24.81, "total": 2789219884 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.08, "avg60": 0.14, "avg300": 1.72, "total": 109013039 }, "full": { "avg10": 0.08, "avg60": 0.1, "avg300": 1.05, "total": 80241135 } }, "ioPressure": { "some": { "avg10": 29.4, "avg60": 31.42, "avg300": 23.81, "total": 1483433711 }, "full": { "avg10": 21.13, "avg60": 21.57, "avg300": 14.5, "total": 1187745289 } } }, { "timestamp": "2026-09-11T15:12:08.562453483+02:00", "cpuStat": { "user": 26615.62, "nice": 125.7, "system": 13990.46, "idle": 926694.61, "iowait": 3814.71, "irq": 0, "softirq": 2093.63, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 207048278, "processCreated": 261449, "processesRunning": 8 }, "memoryStat": { "total": 8131784, "free": 247432, "available": 3342400, "buffers": 177228, "cached": 2539628, "active": 3725368, "inactive": 3172428, "swap": 4194300, "dirty": 436, "writeback": 0, "slab": 842760 }, "cpuPressure": { "some": { "avg10": 38.82, "avg60": 31.48, "avg300": 26.71, "total": 2811520507 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.16, "avg60": 0.22, "avg300": 1.41, "total": 109327824 }, "full": { "avg10": 0.13, "avg60": 0.16, "avg300": 0.87, "total": 80511704 } }, "ioPressure": { "some": { "avg10": 25.65, "avg60": 26.38, "avg300": 23.82, "total": 1499022855 }, "full": { "avg10": 4.6, "avg60": 12.6, "avg300": 13.47, "total": 1194242816 } } }, { "timestamp": "2026-09-11T15:13:12.761603643+02:00", "cpuStat": { "user": 26731.62, "nice": 125.72, "system": 14027.77, "idle": 926708.72, "iowait": 3827.93, "irq": 0, "softirq": 2094.73, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 207317842, "processCreated": 261575, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 183020, "available": 2113636, "buffers": 124628, "cached": 1364804, "active": 4739992, "inactive": 2139204, "swap": 4194300, "dirty": 356, "writeback": 0, "slab": 911820 }, "cpuPressure": { "some": { "avg10": 38.73, "avg60": 39.14, "avg300": 29.96, "total": 2839544704 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 3.11, "avg60": 1.22, "avg300": 1.47, "total": 110658116 }, "full": { "avg10": 2.76, "avg60": 0.67, "avg300": 0.85, "total": 81206255 } }, "ioPressure": { "some": { "avg10": 21.07, "avg60": 24.28, "avg300": 23.81, "total": 1514641691 }, "full": { "avg10": 4.3, "avg60": 7.35, "avg300": 11.76, "total": 1197636535 } } }, { "timestamp": "2026-09-11T15:14:16.878505062+02:00", "cpuStat": { "user": 26867.43, "nice": 125.75, "system": 14067.43, "idle": 926719.91, "iowait": 3838, "irq": 0, "softirq": 2096.57, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 207678603, "processCreated": 261622, "processesRunning": 7 }, "memoryStat": { "total": 8131784, "free": 187916, "available": 1493456, "buffers": 15520, "cached": 906648, "active": 2699792, "inactive": 4236484, "swap": 4194300, "dirty": 75856, "writeback": 0, "slab": 846784 }, "cpuPressure": { "some": { "avg10": 43.52, "avg60": 40.31, "avg300": 32.04, "total": 2865872289 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 5.21, "avg60": 2.79, "avg300": 1.79, "total": 112872418 }, "full": { "avg10": 4.02, "avg60": 2.06, "avg300": 1.16, "total": 82914454 } }, "ioPressure": { "some": { "avg10": 27.95, "avg60": 23.29, "avg300": 23.36, "total": 1528536096 }, "full": { "avg10": 3.62, "avg60": 4.98, "avg300": 10.15, "total": 1200254466 } } }, { "timestamp": "2026-09-11T15:15:21.042097933+02:00", "cpuStat": { "user": 27010.99, "nice": 125.78, "system": 14101.97, "idle": 926727.92, "iowait": 3849.04, "irq": 0, "softirq": 2097.93, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 208103903, "processCreated": 261679, "processesRunning": 7 }, "memoryStat": { "total": 8131784, "free": 357180, "available": 1185664, "buffers": 16516, "cached": 713540, "active": 3541892, "inactive": 3333068, "swap": 4194300, "dirty": 72904, "writeback": 0, "slab": 750344 }, "cpuPressure": { "some": { "avg10": 51.43, "avg60": 43.35, "avg300": 34.17, "total": 2893443748 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 24.8, "avg60": 7.74, "avg300": 3.12, "total": 118724852 }, "full": { "avg10": 14.88, "avg60": 4.31, "avg300": 1.8, "total": 85987429 } }, "ioPressure": { "some": { "avg10": 24.65, "avg60": 23.54, "avg300": 23.37, "total": 1544026240 }, "full": { "avg10": 5.8, "avg60": 4.35, "avg300": 8.92, "total": 1203120497 } } }, { "timestamp": "2026-09-11T15:16:25.163337327+02:00", "cpuStat": { "user": 27147.66, "nice": 125.81, "system": 14137.95, "idle": 926738.66, "iowait": 3865.4, "irq": 0, "softirq": 2099.26, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 208599114, "processCreated": 261815, "processesRunning": 2 }, "memoryStat": { "total": 8131784, "free": 130932, "available": 1173200, "buffers": 15312, "cached": 767836, "active": 4443456, "inactive": 2705368, "swap": 4194300, "dirty": 49512, "writeback": 1396, "slab": 718588 }, "cpuPressure": { "some": { "avg10": 42.26, "avg60": 41.06, "avg300": 35.26, "total": 2919120669 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 5.83, "avg60": 11.76, "avg300": 5.8, "total": 130221455 }, "full": { "avg10": 3.5, "avg60": 3.62, "avg300": 2.13, "total": 88676577 } }, "ioPressure": { "some": { "avg10": 28.53, "avg60": 28.47, "avg300": 24.96, "total": 1564649773 }, "full": { "avg10": 11.66, "avg60": 6.34, "avg300": 8.38, "total": 1207341410 } } }, { "timestamp": "2026-09-11T15:16:44.361707777+02:00", "cpuStat": { "user": 27177.44, "nice": 125.82, "system": 14154.43, "idle": 926741.24, "iowait": 3871.6, "irq": 0, "softirq": 2099.68, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 208823453, "processCreated": 261840, "processesRunning": 9 }, "memoryStat": { "total": 8131784, "free": 139624, "available": 1329236, "buffers": 24352, "cached": 908004, "active": 3735704, "inactive": 3356648, "swap": 4194300, "dirty": 61720, "writeback": 0, "slab": 715396 }, "cpuPressure": { "some": { "avg10": 52.3, "avg60": 44.04, "avg300": 36.28, "total": 2929638095 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 10.29, "avg60": 11.61, "avg300": 6.13, "total": 132264775 }, "full": { "avg10": 2.32, "avg60": 3.52, "avg300": 2.21, "total": 89268909 } }, "ioPressure": { "some": { "avg10": 37.2, "avg60": 30.81, "avg300": 25.7, "total": 1571848129 }, "full": { "avg10": 7.8, "avg60": 6.76, "avg300": 8.37, "total": 1208868736 } } } ] }, "buildkit_completeness": { "request": true, "resolvedDependencies": false } } } }