{ "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_MAIC_EDITOR_ENABLED": "true", "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", "source": "docker/dockerfile:1" }, "locals": [ { "name": "context" }, { "name": "dockerfile" } ], "root": { "configSource": { "path": "Dockerfile" }, "request": { "args": { "build-arg:NEXT_PUBLIC_MAIC_EDITOR_ENABLED": "true", "build-arg:NEXT_PUBLIC_PERSISTENCE": "1", "build-arg:NEXT_PUBLIC_PERSISTENCE_TOKEN": "openmaic_dev_token", "build-arg:NEXT_PUBLIC_PRO_WORKBENCH_ENABLED": "true", "vcs:localdir:context": ".", "vcs:localdir:dockerfile": ".", "vcs:revision": "b0344320cdf02c2e3b992148d32bdb0d424a6674", "vcs:source": "https://xxxxx@github.com/nhivo2504/openmaic.git" } } }, "compatibilityVersion": 30 } }, "internalParameters": { "buildConfig": { "digestMapping": { "sha256:02b9d70dee80529624889934d63f96a57a8f0e87668c08a548f3c9fe769d1755": "step15", "sha256:158ef911a4cfe6f6e0b6824c417c1acc658102a075cff0ac585adab1b1f98be8": "step3", "sha256:1cfaa62f43c68516f5bb08ab7cf9953bca528ade01e7ba9e303e87a34ed6bec1": "step17", "sha256:29d8623d9d0edd798a9841539054afdc08b2bb166af320e6d5dd3165aead8286": "step9", "sha256:3aa36e8e518d8b15620b1735b28b557785a333c21e123a448c9a5fd95296c713": "step18", "sha256:41e9962cd8b8aa9ea3069ba6c4cec992e0557c509681ac2f909df79569d04776": "step2", "sha256:4c8779f98bc7c34c2e4d5d07e54aa508b72e032508948640fcb47593ed348dd3": "step10", "sha256:4f8afe0497cb9316d49fd79134d3c94a24c5d7c4b5862f6b2f057ce0ea5bc7e8": "step13", "sha256:5b65f1bc8245d9b7b2c5b62ae1c41cbff198f6ee8475ed98c22014a7b0239016": "step7", "sha256:6579f2dfa47f7564505982d4a9199297ae06de002158011104afd81a7bcadd0e": "step11", "sha256:65db0f1309fd4192a2474cc8f050c85294968d80aaa053c0325aa96537133be7": "step0", "sha256:75c3913f893b4f0e49d4791cbebcfcaa79eeef616ff8becf3f47fe822dbe29e8": "step16", "sha256:76cacd81dae4940bcdb1f2d8daa007f91a22bedf8ea87e829a66be39b3d1807b": "step21", "sha256:7d2454c1df0b7520e114a8720dd79f7d5200d859a60974621e717b0b2d08d4ab": "step1", "sha256:98355eaf9f181b9a095d3b7d4d443e04531acd32ebce5f834e40f35026aa846a": "step12", "sha256:b7789bb6d99a18c7c99a90a59e6d7289a5f3dd206fc58243fb7ab92eeee8623f": "step5", "sha256:e15dfe4c08213eda2ddae670880beb77a3833f0280f178d23df5707b5e5fb0ea": "step6", "sha256:e8313a505ae03f7669e61f1b5c527da9bdc0caa160d1c1357fb1927c34b98542": "step8", "sha256:ef1dfd9ed775f05d7c21d90d81152adeadb239abee356cf55514642c55403c0c": "step4", "sha256:f040cde4cbf51a5dacb9c1d3d7f12e871b648c3b23fbf81e9d08249fc9c49bda": "step14", "sha256:faa9f78fe44c69ca9e2d69754e372764211de6f7bc7fa6c296474022f7fdab81": "step20", "sha256:ff84367a6e983fbb889d27a8193428452341578d10e26eeb5e3c9eb35fa471ae": "step19" }, "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=true", "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-11T08:06:13.170035649+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T08:07:23.257591466+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T08:08:35.334725747+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T08:09:55.493903104+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T08:10:59.781562333+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-11T08:12:34.351076436+02:00" } ], "sysCPUStat": { "guest": 0, "guestNice": 0, "idle": 383.43, "iowait": 72.37, "irq": 0, "nice": 0.13, "softirq": 12.03, "steal": 0, "system": 201.01, "user": 705.31 } } }, { "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": "o7my7tlq83bhsmkuhpkg3f69a", "startedOn": "2026-09-11T08:05:19.486178812+02:00", "finishedOn": "2026-09-11T08:13:50.336624168+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": 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:682ae639561b2fb17dad4948d9ad80941b447d70f2093e8ef2c67ab0be88dab7": "step0", "sha256:a5eefd1db0035c34f84818ca0e0e04215f0f5dc377219fe5911c9d59f433d221": "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:35ad698f0595ec6dcc33380b97547d72d4071227fa59cd3b54caf02ee6125673", "size": 134726841 } ] ], "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:35ad698f0595ec6dcc33380b97547d72d4071227fa59cd3b54caf02ee6125673", "size": 134726841 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:f8a7de58284dec63d9f45cdaee6f7fb118e046e244e18eff8ea00110e7406695", "size": 74242923 } ] ], "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-11T08:05:21.470126381+02:00", "cpuStat": { "user": 16338.81, "nice": 118.43, "system": 7853.08, "idle": 853394.56, "iowait": 2319.5, "irq": 0, "softirq": 1359.75, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 120540336, "processCreated": 219618, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 3616316, "available": 4969508, "buffers": 41964, "cached": 886072, "active": 2663140, "inactive": 785672, "swap": 4194300, "dirty": 1132, "writeback": 0, "slab": 927232 }, "cpuPressure": { "some": { "avg10": 4.98, "avg60": 2.14, "avg300": 0.93, "total": 1179165856 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 41770341 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 33947059 } }, "ioPressure": { "some": { "avg10": 7.09, "avg60": 2.73, "avg300": 0.89, "total": 887212760 }, "full": { "avg10": 6.43, "avg60": 2.42, "avg300": 0.76, "total": 787393743 } } }, { "timestamp": "2026-09-11T08:05:53.51181327+02:00", "cpuStat": { "user": 16351.1, "nice": 118.44, "system": 7881.78, "idle": 853420.96, "iowait": 2349.85, "irq": 0, "softirq": 1361.95, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 120797634, "processCreated": 219781, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 3504968, "available": 5142244, "buffers": 105400, "cached": 1092644, "active": 2507136, "inactive": 1035004, "swap": 4194300, "dirty": 53088, "writeback": 0, "slab": 941836 }, "cpuPressure": { "some": { "avg10": 14.46, "avg60": 8.35, "avg300": 2.67, "total": 1184932904 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 41777338 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 33953633 } }, "ioPressure": { "some": { "avg10": 33.98, "avg60": 15.38, "avg300": 4.23, "total": 898061668 }, "full": { "avg10": 26.03, "avg60": 11.53, "avg300": 3.18, "total": 795329295 } } }, { "timestamp": "2026-09-11T08:06:27.544606341+02:00", "cpuStat": { "user": 16362, "nice": 118.46, "system": 7905.42, "idle": 853473.26, "iowait": 2381.39, "irq": 0, "softirq": 1364.71, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121034504, "processCreated": 219883, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 2854388, "available": 4896052, "buffers": 115748, "cached": 1479104, "active": 2843296, "inactive": 1341872, "swap": 4194300, "dirty": 816, "writeback": 0, "slab": 949768 }, "cpuPressure": { "some": { "avg10": 4.41, "avg60": 7.13, "avg300": 3.02, "total": 1186983230 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 41777339 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 33953634 } }, "ioPressure": { "some": { "avg10": 26.76, "avg60": 20.96, "avg300": 6.93, "total": 907843375 }, "full": { "avg10": 22.54, "avg60": 16.71, "avg300": 5.44, "total": 803597780 } } }, { "timestamp": "2026-09-11T08:07:03.564098066+02:00", "cpuStat": { "user": 16454.48, "nice": 118.47, "system": 7934.58, "idle": 853480.16, "iowait": 2388.51, "irq": 0, "softirq": 1365.32, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121154925, "processCreated": 219916, "processesRunning": 7 }, "memoryStat": { "total": 8131784, "free": 1380000, "available": 3499848, "buffers": 122040, "cached": 1548452, "active": 4272456, "inactive": 1376672, "swap": 4194300, "dirty": 1880, "writeback": 0, "slab": 952644 }, "cpuPressure": { "some": { "avg10": 20.7, "avg60": 13.27, "avg300": 5.06, "total": 1194797745 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 41777339 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 33953634 } }, "ioPressure": { "some": { "avg10": 18.3, "avg60": 19.6, "avg300": 8.22, "total": 914614833 }, "full": { "avg10": 4.16, "avg60": 11.14, "avg300": 5.35, "total": 805484419 } } }, { "timestamp": "2026-09-11T08:07:35.578756171+02:00", "cpuStat": { "user": 16538.86, "nice": 118.48, "system": 7955.34, "idle": 853485.36, "iowait": 2393.42, "irq": 0, "softirq": 1365.78, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121261144, "processCreated": 219954, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 425824, "available": 2593748, "buffers": 127780, "cached": 1586280, "active": 5179736, "inactive": 1410312, "swap": 4194300, "dirty": 448, "writeback": 0, "slab": 957764 }, "cpuPressure": { "some": { "avg10": 21.83, "avg60": 20.19, "avg300": 7.84, "total": 1205143794 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 41777339 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 33953634 } }, "ioPressure": { "some": { "avg10": 19.65, "avg60": 19.77, "avg300": 9.45, "total": 921131528 }, "full": { "avg10": 3.9, "avg60": 8.08, "avg300": 5.18, "total": 806768481 } } }, { "timestamp": "2026-09-11T08:08:15.615296113+02:00", "cpuStat": { "user": 16648.51, "nice": 118.5, "system": 7971.61, "idle": 853496.16, "iowait": 2401.17, "irq": 0, "softirq": 1366.55, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121397605, "processCreated": 220012, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 222284, "available": 1944316, "buffers": 88696, "cached": 1175568, "active": 3956612, "inactive": 2865696, "swap": 4194300, "dirty": 256, "writeback": 0, "slab": 932544 }, "cpuPressure": { "some": { "avg10": 18.36, "avg60": 20.32, "avg300": 9.48, "total": 1213648161 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.78, "avg60": 1, "avg300": 0.26, "total": 42687500 }, "full": { "avg10": 1.56, "avg60": 0.87, "avg300": 0.23, "total": 34764250 } }, "ioPressure": { "some": { "avg10": 19.81, "avg60": 19.51, "avg300": 10.69, "total": 929035485 }, "full": { "avg10": 6.66, "avg60": 6.51, "avg300": 5.1, "total": 808809921 } } }, { "timestamp": "2026-09-11T08:08:47.636599819+02:00", "cpuStat": { "user": 16757.49, "nice": 118.5, "system": 7981.37, "idle": 853497.16, "iowait": 2403.14, "irq": 0, "softirq": 1366.9, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121486940, "processCreated": 220129, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 166392, "available": 1537480, "buffers": 77476, "cached": 860744, "active": 4602900, "inactive": 2304764, "swap": 4194300, "dirty": 368, "writeback": 0, "slab": 907092 }, "cpuPressure": { "some": { "avg10": 26.15, "avg60": 22.38, "avg300": 11.12, "total": 1221730393 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.75, "avg60": 1.56, "avg300": 0.46, "total": 43524254 }, "full": { "avg10": 1.05, "avg60": 0.94, "avg300": 0.31, "total": 35144116 } }, "ioPressure": { "some": { "avg10": 16.48, "avg60": 18.51, "avg300": 11.38, "total": 934563004 }, "full": { "avg10": 0.94, "avg60": 4.33, "avg300": 4.71, "total": 809323942 } } }, { "timestamp": "2026-09-11T08:09:19.680509596+02:00", "cpuStat": { "user": 16828.23, "nice": 118.51, "system": 7994.53, "idle": 853524.42, "iowait": 2406.84, "irq": 0, "softirq": 1367.37, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121562211, "processCreated": 220223, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 145728, "available": 1438888, "buffers": 61216, "cached": 872252, "active": 4092096, "inactive": 2872800, "swap": 4194300, "dirty": 88388, "writeback": 96, "slab": 866620 }, "cpuPressure": { "some": { "avg10": 15.32, "avg60": 17.8, "avg300": 11.1, "total": 1225601204 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 10.28, "avg60": 3.16, "avg300": 0.91, "total": 45130204 }, "full": { "avg10": 9.1, "avg60": 2.55, "avg300": 0.72, "total": 36558188 } }, "ioPressure": { "some": { "avg10": 9.13, "avg60": 13.5, "avg300": 10.83, "total": 936627310 }, "full": { "avg10": 6.09, "avg60": 3.86, "avg300": 4.51, "total": 810294745 } } }, { "timestamp": "2026-09-11T08:09:51.703110405+02:00", "cpuStat": { "user": 16867.62, "nice": 118.54, "system": 8012.87, "idle": 853574.82, "iowait": 2412.62, "irq": 0, "softirq": 1368.39, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121648860, "processCreated": 220369, "processesRunning": 1 }, "memoryStat": { "total": 8131784, "free": 2397148, "available": 3825288, "buffers": 64380, "cached": 969612, "active": 2456520, "inactive": 2253536, "swap": 4194300, "dirty": 1028, "writeback": 0, "slab": 868516 }, "cpuPressure": { "some": { "avg10": 7.22, "avg60": 15.87, "avg300": 11.45, "total": 1230213268 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.22, "avg60": 2.56, "avg300": 1.02, "total": 45869152 }, "full": { "avg10": 0.91, "avg60": 1.96, "avg300": 0.77, "total": 37050803 } }, "ioPressure": { "some": { "avg10": 6.42, "avg60": 10.63, "avg300": 10.38, "total": 938968987 }, "full": { "avg10": 5.7, "avg60": 4.32, "avg300": 4.53, "total": 812009688 } } }, { "timestamp": "2026-09-11T08:10:23.752800889+02:00", "cpuStat": { "user": 16892.61, "nice": 118.55, "system": 8031.96, "idle": 853627.03, "iowait": 2417.25, "irq": 0, "softirq": 1369.54, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121727488, "processCreated": 220563, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 1743100, "available": 3199040, "buffers": 65140, "cached": 994916, "active": 3099804, "inactive": 2234500, "swap": 4194300, "dirty": 2528, "writeback": 0, "slab": 871208 }, "cpuPressure": { "some": { "avg10": 15.44, "avg60": 15.1, "avg300": 11.66, "total": 1234863589 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.05, "avg60": 2.26, "avg300": 1.09, "total": 46506724 }, "full": { "avg10": 1.03, "avg60": 1.51, "avg300": 0.78, "total": 37383144 } }, "ioPressure": { "some": { "avg10": 3.59, "avg60": 8.33, "avg300": 9.85, "total": 940769450 }, "full": { "avg10": 2.16, "avg60": 3.97, "avg300": 4.45, "total": 813300929 } } }, { "timestamp": "2026-09-11T08:11:11.788602402+02:00", "cpuStat": { "user": 16950.87, "nice": 118.57, "system": 8055.25, "idle": 853704.72, "iowait": 2419.04, "irq": 0, "softirq": 1371.21, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121855049, "processCreated": 220623, "processesRunning": 7 }, "memoryStat": { "total": 8131784, "free": 1205548, "available": 2667756, "buffers": 65548, "cached": 1000804, "active": 3628892, "inactive": 2234456, "swap": 4194300, "dirty": 804, "writeback": 0, "slab": 872136 }, "cpuPressure": { "some": { "avg10": 8.75, "avg60": 12.34, "avg300": 11.48, "total": 1239998687 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.46, "avg60": 1.74, "avg300": 1.11, "total": 47207327 }, "full": { "avg10": 1.89, "avg60": 1.13, "avg300": 0.76, "total": 37788070 } }, "ioPressure": { "some": { "avg10": 2.41, "avg60": 4.48, "avg300": 8.54, "total": 941533269 }, "full": { "avg10": 2.02, "avg60": 2.27, "avg300": 3.88, "total": 813746175 } } }, { "timestamp": "2026-09-11T08:11:43.825947597+02:00", "cpuStat": { "user": 16997.32, "nice": 118.57, "system": 8065.35, "idle": 853764.71, "iowait": 2421.77, "irq": 0, "softirq": 1372.74, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 121941111, "processCreated": 220762, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 760636, "available": 2358564, "buffers": 66032, "cached": 1135048, "active": 4054200, "inactive": 2238156, "swap": 4194300, "dirty": 860, "writeback": 0, "slab": 873540 }, "cpuPressure": { "some": { "avg10": 7.14, "avg60": 10.17, "avg300": 11.01, "total": 1242416558 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.55, "avg60": 1.2, "avg300": 1.04, "total": 47420780 }, "full": { "avg10": 0.3, "avg60": 0.78, "avg300": 0.71, "total": 37932870 } }, "ioPressure": { "some": { "avg10": 5.45, "avg60": 3.76, "avg300": 7.9, "total": 942400052 }, "full": { "avg10": 4.47, "avg60": 2.25, "avg300": 3.68, "total": 814450522 } } }, { "timestamp": "2026-09-11T08:12:15.853815481+02:00", "cpuStat": { "user": 17041.09, "nice": 118.59, "system": 8076.64, "idle": 853813.7, "iowait": 2429.53, "irq": 0, "softirq": 1374.54, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 122028372, "processCreated": 220916, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 318148, "available": 2056896, "buffers": 111472, "cached": 1220308, "active": 4311840, "inactive": 2357700, "swap": 4194300, "dirty": 1124, "writeback": 0, "slab": 884056 }, "cpuPressure": { "some": { "avg10": 16.83, "avg60": 10.69, "avg300": 10.97, "total": 1246140931 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.12, "avg60": 0.77, "avg300": 0.95, "total": 47562041 }, "full": { "avg10": 0.11, "avg60": 0.53, "avg300": 0.65, "total": 38049343 } }, "ioPressure": { "some": { "avg10": 6.44, "avg60": 5.02, "avg300": 7.78, "total": 944817911 }, "full": { "avg10": 4.4, "avg60": 3.53, "avg300": 3.86, "total": 816401696 } } }, { "timestamp": "2026-09-11T08:12:47.884701834+02:00", "cpuStat": { "user": 17071.61, "nice": 118.6, "system": 8105.24, "idle": 853851.03, "iowait": 2447.35, "irq": 0, "softirq": 1376.65, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 122246962, "processCreated": 221054, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 2869532, "available": 5209112, "buffers": 166468, "cached": 1731848, "active": 1543896, "inactive": 2666892, "swap": 4194300, "dirty": 832, "writeback": 0, "slab": 916716 }, "cpuPressure": { "some": { "avg10": 9.65, "avg60": 12.44, "avg300": 11.5, "total": 1251263065 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 7.31, "avg60": 4.58, "avg300": 1.89, "total": 50908249 }, "full": { "avg10": 5.5, "avg60": 3.24, "avg300": 1.32, "total": 40374103 } }, "ioPressure": { "some": { "avg10": 17.98, "avg60": 10.89, "avg300": 8.97, "total": 951059822 }, "full": { "avg10": 15.11, "avg60": 8.15, "avg300": 4.96, "total": 821137794 } } }, { "timestamp": "2026-09-11T08:13:19.908609692+02:00", "cpuStat": { "user": 17088.2, "nice": 118.61, "system": 8124.37, "idle": 853922.38, "iowait": 2457.42, "irq": 0, "softirq": 1378.65, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 122447410, "processCreated": 221195, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 2272452, "available": 4843004, "buffers": 264832, "cached": 1745896, "active": 1899480, "inactive": 2772752, "swap": 4194300, "dirty": 892, "writeback": 0, "slab": 1040420 }, "cpuPressure": { "some": { "avg10": 3.91, "avg60": 9.42, "avg300": 10.85, "total": 1253139261 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.39, "avg60": 2.71, "avg300": 1.7, "total": 50961548 }, "full": { "avg10": 0.32, "avg60": 1.93, "avg300": 1.19, "total": 40420006 } }, "ioPressure": { "some": { "avg10": 10.74, "avg60": 10.39, "avg300": 9.03, "total": 954177225 }, "full": { "avg10": 10.21, "avg60": 8.49, "avg300": 5.36, "total": 824039809 } } }, { "timestamp": "2026-09-11T08:13:51.928834802+02:00", "cpuStat": { "user": 17123.85, "nice": 118.62, "system": 8142.45, "idle": 853983.4, "iowait": 2459.1, "irq": 0, "softirq": 1380.68, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 122695088, "processCreated": 221245, "processesRunning": 7 }, "memoryStat": { "total": 8131784, "free": 1345088, "available": 4635280, "buffers": 279620, "cached": 2468396, "active": 2102888, "inactive": 3508568, "swap": 4194300, "dirty": 81744, "writeback": 0, "slab": 1022900 }, "cpuPressure": { "some": { "avg10": 11.19, "avg60": 10.27, "avg300": 10.9, "total": 1256982002 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.11, "avg60": 1.62, "avg300": 1.52, "total": 51020073 }, "full": { "avg10": 0.11, "avg60": 1.16, "avg300": 1.06, "total": 40467226 } }, "ioPressure": { "some": { "avg10": 2.1, "avg60": 6.69, "avg300": 8.23, "total": 954772826 }, "full": { "avg10": 1.46, "avg60": 5.38, "avg300": 4.9, "total": 824479877 } } }, { "timestamp": "2026-09-11T08:13:59.501203631+02:00", "cpuStat": { "user": 17129.37, "nice": 118.62, "system": 8149.8, "idle": 853998.06, "iowait": 2459.26, "irq": 0, "softirq": 1381.09, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 122865710, "processCreated": 221252, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 1027976, "available": 4653888, "buffers": 289580, "cached": 2769148, "active": 2080596, "inactive": 3819212, "swap": 4194300, "dirty": 393172, "writeback": 0, "slab": 1049336 }, "cpuPressure": { "some": { "avg10": 13.9, "avg60": 11.08, "avg300": 11.06, "total": 1258308959 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.05, "avg60": 1.41, "avg300": 1.48, "total": 51023663 }, "full": { "avg10": 0.04, "avg60": 1.01, "avg300": 1.04, "total": 40468625 } }, "ioPressure": { "some": { "avg10": 0.94, "avg60": 5.86, "avg300": 8, "total": 954834419 }, "full": { "avg10": 0.65, "avg60": 4.71, "avg300": 4.76, "total": 824521571 } } } ] }, "buildkit_completeness": { "request": true, "resolvedDependencies": false } } } }