{ "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_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_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:08715af7bf1fa8249918bcf1c5c1e09cd4dcd47abf1c4e22a23bf05951dc229e": "step10", "sha256:13d9f9d1c5be39c5f2a778248a34e8e52bae36f3bfd1b63b2b5dfeedb4fe2c59": "step13", "sha256:158ef911a4cfe6f6e0b6824c417c1acc658102a075cff0ac585adab1b1f98be8": "step3", "sha256:25e355c72da36ed5106cdd8ba5fa3fc86be6c15bdae533852d193fa8706cdcd5": "step15", "sha256:41e9962cd8b8aa9ea3069ba6c4cec992e0557c509681ac2f909df79569d04776": "step2", "sha256:48f9a6d17e94866da672b925b2d1cdfa70a14c1ae5d23dfa6125e1995ae10835": "step20", "sha256:5b0c5efd7e8a824a586c22f9ef7944a954f29b7acee675cc3108b8b2a7136579": "step18", "sha256:5b65f1bc8245d9b7b2c5b62ae1c41cbff198f6ee8475ed98c22014a7b0239016": "step7", "sha256:65db0f1309fd4192a2474cc8f050c85294968d80aaa053c0325aa96537133be7": "step0", "sha256:7d2454c1df0b7520e114a8720dd79f7d5200d859a60974621e717b0b2d08d4ab": "step1", "sha256:85dcafdd5eda92f1f0a2c3e8f78de68dd51de81bbe49ba1b7b4d6545a39a2a45": "step11", "sha256:8748ce9c8ce7a7b7a14aa93945b4aa4780ad5c69097496cacf5642af8a91e89c": "step16", "sha256:a723b3a1558e5bbd697ebcb4bf5c300c38cbddb0370acd55b2d7323b57a2f777": "step19", "sha256:b7789bb6d99a18c7c99a90a59e6d7289a5f3dd206fc58243fb7ab92eeee8623f": "step5", "sha256:bbbb05a4d1a8fa7d3273b229838e9ffc665cf9fff4d15a545de49df3b7fc02e7": "step14", "sha256:c10f7bd0ba8000ecf806f8f6b2554edbf9137fc2000086b3faeb9b7cabb59a27": "step8", "sha256:d261f0116251ae6de6dd8b25c23718a110e48fd45bdafa6ab268a71d4e09009b": "step12", "sha256:d35648970b8fdb53f8abf61bdc6d8709e29f2e64e7de604795caf1c8ef8638a0": "step17", "sha256:e15dfe4c08213eda2ddae670880beb77a3833f0280f178d23df5707b5e5fb0ea": "step6", "sha256:ef1dfd9ed775f05d7c21d90d81152adeadb239abee356cf55514642c55403c0c": "step4", "sha256:fd16b2752040967428b94a3626a8bc60460415a1277fd46614c79d5578a91cc4": "step21", "sha256:fd9337ad35b0530816e704ef1a3cd9ea18439232008b66b2b50f0e04d13d427f": "step9" }, "llbDefinition": [ { "id": "step0", "op": { "Op": { "source": { "attrs": { "image.resolvemode": "local" }, "identifier": "docker-image://docker.io/library/node:22-alpine@sha256:c610fcdfb1d5b4740dd70c284ed3cb16bb857e0f7166196e36a5501df7a3aa32" } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step1", "inputs": [ "step0:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "mkdir": { "makeParents": true, "mode": 493, "path": "/app", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": -1 } ] } }, "constraints": {} } }, { "id": "step2", "inputs": [ "step1:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "if [ -n \"$ALPINE_MIRROR\" ]; then cp /etc/apk/repositories /tmp/apk.repositories; sed -i \"s|dl-cdn.alpinelinux.org|$ALPINE_MIRROR|g\" /etc/apk/repositories; fi \u0026\u0026 apk add --no-cache libc6-compat cairo pango jpeg giflib librsvg \u0026\u0026 if [ -n \"$ALPINE_MIRROR\" ]; then mv /tmp/apk.repositories /etc/apk/repositories; fi" ], "cwd": "/app", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NODE_ENV=production", "HOSTNAME=0.0.0.0", "PORT=3000" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step3", "inputs": [ "step2:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "addgroup --system --gid 1001 nodejs \u0026\u0026 adduser --system --uid 1001 nextjs" ], "cwd": "/app", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NODE_ENV=production", "HOSTNAME=0.0.0.0", "PORT=3000" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step4", "inputs": [ "step0:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "if [ -n \"$ALPINE_MIRROR\" ]; then sed -i \"s|dl-cdn.alpinelinux.org|$ALPINE_MIRROR|g\" /etc/apk/repositories; fi \u0026\u0026 apk add --no-cache libc6-compat" ], "cwd": "/", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NPM_REGISTRY=" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step5", "inputs": [ "step4:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "npm_registry=\"$NPM_REGISTRY\"; while [ \"${npm_registry%/}\" != \"$npm_registry\" ]; do npm_registry=\"${npm_registry%/}\"; done; if [ -n \"$npm_registry\" ]; then export COREPACK_NPM_REGISTRY=\"$npm_registry\"; fi \u0026\u0026 corepack enable \u0026\u0026 corepack prepare pnpm@10.28.0 --activate" ], "cwd": "/", "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALPINE_MIRROR=", "NPM_REGISTRY=" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step6", "inputs": [ "step5:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "mkdir": { "makeParents": true, "mode": 493, "path": "/app", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": -1 } ] } }, "constraints": {} } }, { "id": "step7", "inputs": [ "step6:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "apk add --no-cache python3 build-base g++ cairo-dev pango-dev jpeg-dev giflib-dev librsvg-dev" ], "cwd": "/app", "env": [ "ALPINE_MIRROR=", "NPM_REGISTRY=", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step8", "op": { "Op": { "source": { "attrs": { "local.sharedkeyhint": "context" }, "identifier": "local://context" } }, "constraints": {} } }, { "id": "step9", "inputs": [ "step7:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/package.json", "timestamp": -1 } }, "input": 0, "output": -1, "secondaryInput": 1 }, { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/pnpm-lock.yaml", "timestamp": -1 } }, "input": 2, "output": -1, "secondaryInput": 1 }, { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/pnpm-workspace.yaml", "timestamp": -1 } }, "input": 3, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step10", "inputs": [ "step9:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/packages/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/packages", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step11", "inputs": [ "step10:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/scripts/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/scripts", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step12", "inputs": [ "step11:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "npm_registry=\"$NPM_REGISTRY\"; while [ \"${npm_registry%/}\" != \"$npm_registry\" ]; do npm_registry=\"${npm_registry%/}\"; done; if [ -n \"$npm_registry\" ]; then pnpm config set registry \"$npm_registry\"; fi \u0026\u0026 pnpm install --frozen-lockfile" ], "cwd": "/app", "env": [ "ALPINE_MIRROR=", "NPM_REGISTRY=", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22" ], "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" }, { "cacheOpt": { "ID": "/pnpm-store" }, "dest": "/root/.local/share/pnpm/store", "input": -1, "mountType": 3, "output": -1 } ] } }, "constraints": {}, "platform": { "Architecture": "amd64", "OS": "linux" } } }, { "id": "step13", "inputs": [ "step6:0", "step12:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/node_modules", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/app/node_modules", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step14", "inputs": [ "step13:0", "step12:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/packages", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/app/packages", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step15", "inputs": [ "step14:0", "step8:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step16", "inputs": [ "step15:0", "step12:0" ], "op": { "Op": { "file": { "actions": [ { "Action": { "copy": { "allowEmptyWildcard": true, "allowWildcard": true, "createDestPath": true, "dest": "/app/public/vendor", "dirCopyContents": true, "followSymlink": true, "mode": -1, "src": "/app/public/vendor", "timestamp": -1 } }, "input": 0, "output": 0, "secondaryInput": 1 } ] } }, "constraints": {} } }, { "id": "step17", "inputs": [ "step16:0" ], "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "pnpm build" ], "cwd": "/app", "env": [ "ALPINE_MIRROR=", "NPM_REGISTRY=", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NODE_VERSION=22.23.2", "YARN_VERSION=1.22.22", "ALLOWED_FRAME_ANCESTORS=", "NEXT_PUBLIC_PERSISTENCE=", "NEXT_PUBLIC_PERSISTENCE_TOKEN=", "NEXT_PUBLIC_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-10T17:13:52.865382226+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:14:26.876692408+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:15:02.892351408+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:15:42.908638959+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:16:14.922182853+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:17:02.953877698+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:17:34.991213757+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:18:07.003232821+02:00" }, { "netStat": {}, "pidsStat": {}, "timestamp": "2026-09-10T17:18:35.202671633+02:00" } ], "sysCPUStat": { "guest": 0, "guestNice": 0, "idle": 298.24, "iowait": 36.45, "irq": 0, "nice": 0.11, "softirq": 6.41, "steal": 0, "system": 118.15, "user": 619.19 } } }, { "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": "4y84887fbdameu690002xrkfk", "startedOn": "2026-09-10T17:13:40.067861488+02:00", "finishedOn": "2026-09-10T17:19:40.717893642+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:37c8b483e2578df135e317541d9ac7c41ee163b4cf005be5ce249f0489bfc00e": "step0", "sha256:69e280ada25fc15c42240fc03ad90cdeece9f6afcfd7d04fb482b929ec5dc11c": "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:c90128759911fe1dc76a508503ab7093635d924265a39fc948c4aee91b3cbd28", "size": 134732687 } ] ], "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:c90128759911fe1dc76a508503ab7093635d924265a39fc948c4aee91b3cbd28", "size": 134732687 }, { "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", "digest": "sha256:04a796bfadf8e7d70bd61bbe7d5681ea3494b17e60bfb0ecde16eaa8182641c7", "size": 74219463 } ] ], "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-10T17:13:40.158020884+02:00", "cpuStat": { "user": 11358.31, "nice": 76.95, "system": 5597.83, "idle": 652156.58, "iowait": 1704.96, "irq": 0, "softirq": 993.5, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 95779681, "processCreated": 173447, "processesRunning": 2 }, "memoryStat": { "total": 8131784, "free": 1524232, "available": 5157288, "buffers": 249728, "cached": 2940504, "active": 1984004, "inactive": 3457924, "swap": 4194300, "dirty": 6560, "writeback": 0, "slab": 1030220 }, "cpuPressure": { "some": { "avg10": 0.95, "avg60": 1.17, "avg300": 3.59, "total": 777032738 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0, "avg60": 0.02, "avg300": 0.34, "total": 18984435 }, "full": { "avg10": 0, "avg60": 0.01, "avg300": 0.24, "total": 15277890 } }, "ioPressure": { "some": { "avg10": 1.33, "avg60": 0.55, "avg300": 1.85, "total": 657593327 }, "full": { "avg10": 1.21, "avg60": 0.49, "avg300": 1.33, "total": 592680981 } } }, { "timestamp": "2026-09-10T17:14:12.17370768+02:00", "cpuStat": { "user": 11416.73, "nice": 76.96, "system": 5612.89, "idle": 652202.73, "iowait": 1708.67, "irq": 0, "softirq": 994.36, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 95957063, "processCreated": 173610, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 153848, "available": 4092272, "buffers": 244924, "cached": 3154644, "active": 3228284, "inactive": 3540900, "swap": 4194300, "dirty": 980, "writeback": 0, "slab": 1050044 }, "cpuPressure": { "some": { "avg10": 9.32, "avg60": 4.28, "avg300": 4.1, "total": 779928827 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.84, "avg60": 0.31, "avg300": 0.38, "total": 19115175 }, "full": { "avg10": 0.83, "avg60": 0.26, "avg300": 0.28, "total": 15398324 } }, "ioPressure": { "some": { "avg10": 3.6, "avg60": 2.66, "avg300": 2.29, "total": 659567278 }, "full": { "avg10": 1.31, "avg60": 1.83, "avg300": 1.63, "total": 594077269 } } }, { "timestamp": "2026-09-10T17:14:44.186198728+02:00", "cpuStat": { "user": 11519.16, "nice": 76.98, "system": 5628.61, "idle": 652208.56, "iowait": 1709.09, "irq": 0, "softirq": 994.6, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96039712, "processCreated": 173669, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 128356, "available": 2805184, "buffers": 185840, "cached": 1984168, "active": 4968888, "inactive": 1917468, "swap": 4194300, "dirty": 1436, "writeback": 0, "slab": 971788 }, "cpuPressure": { "some": { "avg10": 22.11, "avg60": 11.84, "avg300": 5.97, "total": 787052110 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.25, "avg60": 1.02, "avg300": 0.54, "total": 19886498 }, "full": { "avg10": 1.82, "avg60": 0.83, "avg300": 0.42, "total": 16075292 } }, "ioPressure": { "some": { "avg10": 2.19, "avg60": 2.54, "avg300": 2.3, "total": 660497199 }, "full": { "avg10": 0.05, "avg60": 1.07, "avg300": 1.46, "total": 594190143 } } }, { "timestamp": "2026-09-10T17:15:16.204605307+02:00", "cpuStat": { "user": 11618.97, "nice": 76.99, "system": 5638.29, "idle": 652216.5, "iowait": 1710.99, "irq": 0, "softirq": 994.88, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96099633, "processCreated": 173715, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 175224, "available": 2177192, "buffers": 171172, "cached": 1408068, "active": 5308532, "inactive": 1576980, "swap": 4194300, "dirty": 324, "writeback": 0, "slab": 896652 }, "cpuPressure": { "some": { "avg10": 9.09, "avg60": 10.85, "avg300": 6.34, "total": 790355507 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.9, "avg60": 1.54, "avg300": 0.71, "total": 20740452 }, "full": { "avg10": 0.96, "avg60": 0.87, "avg300": 0.47, "total": 16528493 } }, "ioPressure": { "some": { "avg10": 6.12, "avg60": 3.97, "avg300": 2.67, "total": 662420402 }, "full": { "avg10": 1.22, "avg60": 1.09, "avg300": 1.42, "total": 594673659 } } }, { "timestamp": "2026-09-10T17:15:48.245598687+02:00", "cpuStat": { "user": 11730.5, "nice": 77, "system": 5644.89, "idle": 652221.67, "iowait": 1711.52, "irq": 0, "softirq": 995.11, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96141912, "processCreated": 173729, "processesRunning": 5 }, "memoryStat": { "total": 8131784, "free": 210428, "available": 1716700, "buffers": 139088, "cached": 989116, "active": 2560172, "inactive": 4356876, "swap": 4194300, "dirty": 500, "writeback": 0, "slab": 835080 }, "cpuPressure": { "some": { "avg10": 11.24, "avg60": 10.14, "avg300": 6.6, "total": 793068517 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 2.44, "avg60": 1.51, "avg300": 0.78, "total": 21249041 }, "full": { "avg10": 1.91, "avg60": 0.98, "avg300": 0.53, "total": 16933474 } }, "ioPressure": { "some": { "avg10": 1.14, "avg60": 3.04, "avg300": 2.59, "total": 663149567 }, "full": { "avg10": 0.11, "avg60": 0.73, "avg300": 1.29, "total": 594812033 } } }, { "timestamp": "2026-09-10T17:16:20.307145427+02:00", "cpuStat": { "user": 11812.09, "nice": 77.03, "system": 5658.52, "idle": 652247.33, "iowait": 1712.79, "irq": 0, "softirq": 995.52, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96221029, "processCreated": 173833, "processesRunning": 7 }, "memoryStat": { "total": 8131784, "free": 120740, "available": 1557144, "buffers": 19604, "cached": 1151540, "active": 3360824, "inactive": 3783828, "swap": 4194300, "dirty": 86560, "writeback": 0, "slab": 719168 }, "cpuPressure": { "some": { "avg10": 17.87, "avg60": 10.72, "avg300": 7.01, "total": 797448065 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 3.81, "avg60": 2.02, "avg300": 0.97, "total": 22216685 }, "full": { "avg10": 3.27, "avg60": 1.52, "avg300": 0.7, "total": 17717595 } }, "ioPressure": { "some": { "avg10": 3.76, "avg60": 3.05, "avg300": 2.62, "total": 664232759 }, "full": { "avg10": 0.77, "avg60": 0.66, "avg300": 1.21, "total": 595092213 } } }, { "timestamp": "2026-09-10T17:16:52.321826258+02:00", "cpuStat": { "user": 11849.77, "nice": 77.05, "system": 5674.56, "idle": 652307.67, "iowait": 1720.49, "irq": 0, "softirq": 996.81, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96349636, "processCreated": 173856, "processesRunning": 2 }, "memoryStat": { "total": 8131784, "free": 2692288, "available": 4224116, "buffers": 34524, "cached": 1225884, "active": 2314692, "inactive": 2205236, "swap": 4194300, "dirty": 40, "writeback": 0, "slab": 726024 }, "cpuPressure": { "some": { "avg10": 6.6, "avg60": 9.31, "avg300": 7.09, "total": 799312259 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.17, "avg60": 1.59, "avg300": 0.96, "total": 22596887 }, "full": { "avg10": 0.79, "avg60": 1.14, "avg300": 0.68, "total": 18007970 } }, "ioPressure": { "some": { "avg10": 6.38, "avg60": 4.82, "avg300": 3.11, "total": 666657598 }, "full": { "avg10": 5.45, "avg60": 3.05, "avg300": 1.76, "total": 597336266 } } }, { "timestamp": "2026-09-10T17:17:24.586691462+02:00", "cpuStat": { "user": 11888.82, "nice": 77.06, "system": 5695.13, "idle": 652334.97, "iowait": 1737.48, "irq": 0, "softirq": 998.21, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96479655, "processCreated": 173874, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 3162508, "available": 3875656, "buffers": 5696, "cached": 450308, "active": 2759076, "inactive": 1295388, "swap": 4194300, "dirty": 3368, "writeback": 0, "slab": 712284 }, "cpuPressure": { "some": { "avg10": 20.44, "avg60": 13.3, "avg300": 8.3, "total": 805510937 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 9.94, "avg60": 5.4, "avg300": 1.97, "total": 26137575 }, "full": { "avg10": 5.76, "avg60": 3.29, "avg300": 1.26, "total": 20110207 } }, "ioPressure": { "some": { "avg10": 27.64, "avg60": 12.9, "avg300": 5.22, "total": 674237259 }, "full": { "avg10": 14.26, "avg60": 7.41, "avg300": 2.94, "total": 601711747 } } }, { "timestamp": "2026-09-10T17:17:56.601821476+02:00", "cpuStat": { "user": 11931.14, "nice": 77.07, "system": 5704.57, "idle": 652403.58, "iowait": 1740.76, "irq": 0, "softirq": 999.56, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96583935, "processCreated": 173893, "processesRunning": 3 }, "memoryStat": { "total": 8131784, "free": 2841952, "available": 3583584, "buffers": 15884, "cached": 468620, "active": 3072880, "inactive": 1316104, "swap": 4194300, "dirty": 540, "writeback": 0, "slab": 712620 }, "cpuPressure": { "some": { "avg10": 1.9, "avg60": 8.61, "avg300": 7.65, "total": 806401963 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.56, "avg60": 3.22, "avg300": 1.77, "total": 26201472 }, "full": { "avg10": 0.39, "avg60": 1.99, "avg300": 1.14, "total": 20170076 } }, "ioPressure": { "some": { "avg10": 2.33, "avg60": 8.59, "avg300": 4.96, "total": 675220193 }, "full": { "avg10": 1.67, "avg60": 5.16, "avg300": 2.86, "total": 602516883 } } }, { "timestamp": "2026-09-10T17:18:28.614646963+02:00", "cpuStat": { "user": 11974.35, "nice": 77.07, "system": 5714.88, "idle": 652474.14, "iowait": 1742.11, "irq": 0, "softirq": 1000.24, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96648048, "processCreated": 173935, "processesRunning": 9 }, "memoryStat": { "total": 8131784, "free": 4233304, "available": 5014484, "buffers": 16088, "cached": 507156, "active": 1813288, "inactive": 1193788, "swap": 4194300, "dirty": 284, "writeback": 0, "slab": 712508 }, "cpuPressure": { "some": { "avg10": 7.88, "avg60": 7.21, "avg300": 7.37, "total": 808187088 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.02, "avg60": 1.89, "avg300": 1.58, "total": 26211459 }, "full": { "avg10": 0.01, "avg60": 1.16, "avg300": 1.02, "total": 20176074 } }, "ioPressure": { "some": { "avg10": 3.25, "avg60": 5.68, "avg300": 4.58, "total": 675685870 }, "full": { "avg10": 2.42, "avg60": 3.5, "avg300": 2.66, "total": 602858078 } } }, { "timestamp": "2026-09-10T17:19:00.628463006+02:00", "cpuStat": { "user": 11989.11, "nice": 77.08, "system": 5732.6, "idle": 652547.83, "iowait": 1759.23, "irq": 0, "softirq": 1001.77, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 96902895, "processCreated": 173968, "processesRunning": 2 }, "memoryStat": { "total": 8131784, "free": 4207132, "available": 5735488, "buffers": 93552, "cached": 1080680, "active": 1384480, "inactive": 1594744, "swap": 4194300, "dirty": 828, "writeback": 0, "slab": 809740 }, "cpuPressure": { "some": { "avg10": 2.39, "avg60": 5.69, "avg300": 7.01, "total": 809572434 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 10.16, "avg60": 5.61, "avg300": 2.54, "total": 29758014 }, "full": { "avg10": 9.85, "avg60": 5.1, "avg300": 2.01, "total": 23664421 } }, "ioPressure": { "some": { "avg10": 16.21, "avg60": 10.1, "avg300": 5.8, "total": 681079658 }, "full": { "avg10": 15.75, "avg60": 8.45, "avg300": 3.98, "total": 607900440 } } }, { "timestamp": "2026-09-10T17:19:32.642712553+02:00", "cpuStat": { "user": 12009.87, "nice": 77.09, "system": 5751.97, "idle": 652622.35, "iowait": 1767.06, "irq": 0, "softirq": 1003.56, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 97152123, "processCreated": 173984, "processesRunning": 6 }, "memoryStat": { "total": 8131784, "free": 2973612, "available": 5415164, "buffers": 192888, "cached": 1782588, "active": 1715892, "inactive": 2389980, "swap": 4194300, "dirty": 65312, "writeback": 0, "slab": 923676 }, "cpuPressure": { "some": { "avg10": 9.14, "avg60": 5.77, "avg300": 6.83, "total": 811396450 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 1.45, "avg60": 3.75, "avg300": 2.39, "total": 30214013 }, "full": { "avg10": 0.94, "avg60": 3.29, "avg300": 1.88, "total": 24017685 } }, "ioPressure": { "some": { "avg10": 4.96, "avg60": 8.93, "avg300": 6, "total": 683738919 }, "full": { "avg10": 4.54, "avg60": 7.84, "avg300": 4.34, "total": 610437896 } } }, { "timestamp": "2026-09-10T17:19:48.112356344+02:00", "cpuStat": { "user": 12022.27, "nice": 77.09, "system": 5760.66, "idle": 652660.1, "iowait": 1767.45, "irq": 0, "softirq": 1004.32, "steal": 0, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 97395891, "processCreated": 173993, "processesRunning": 1 }, "memoryStat": { "total": 8131784, "free": 2463520, "available": 5373432, "buffers": 206564, "cached": 2207796, "active": 1720580, "inactive": 2824472, "swap": 4194300, "dirty": 392680, "writeback": 0, "slab": 955132 }, "cpuPressure": { "some": { "avg10": 7.77, "avg60": 5.82, "avg300": 6.78, "total": 812544951 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 0.35, "avg60": 2.97, "avg300": 2.27, "total": 30233903 }, "full": { "avg10": 0.23, "avg60": 2.61, "avg300": 1.79, "total": 24034245 } }, "ioPressure": { "some": { "avg10": 1.46, "avg60": 7.13, "avg300": 5.73, "total": 683858501 }, "full": { "avg10": 1.36, "avg60": 6.27, "avg300": 4.15, "total": 610541677 } } } ] }, "buildkit_completeness": { "request": true, "resolvedDependencies": false } } } }