{ "builder": { "id": "" }, "buildType": "https://mobyproject.org/buildkit@v1", "materials": [ { "uri": "pkg:docker/mcr.microsoft.com/dotnet/aspnet@9.0?platform=linux%2Famd64", "digest": { "sha256": "22bcafd1f3c3bec34af587d205c631380352b15eeb52f9376f7cb3f6489c1f6f" } }, { "uri": "pkg:docker/mcr.microsoft.com/dotnet/sdk@9.0?platform=linux%2Famd64", "digest": { "sha256": "90872f8e7f1fd2b93989b81fb7f152c3bef4fe817470a3227abaa18c873dba60" } } ], "invocation": { "configSource": { "entryPoint": "Dockerfile" }, "parameters": { "frontend": "dockerfile.v0", "locals": [ { "name": "context" }, { "name": "dockerfile" } ] }, "environment": { "platform": "linux/amd64" } }, "buildConfig": { "llbDefinition": [ { "id": "step0", "op": { "Op": { "source": { "identifier": "docker-image://mcr.microsoft.com/dotnet/aspnet:9.0@sha256:22bcafd1f3c3bec34af587d205c631380352b15eeb52f9376f7cb3f6489c1f6f", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step1", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step0:0" ] }, { "id": "step2", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/app", "mode": 493, "makeParents": true, "owner": { "user": { "User": { "byId": 1654 } } }, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step1:0" ] }, { "id": "step3", "op": { "Op": { "source": { "identifier": "docker-image://mcr.microsoft.com/dotnet/sdk:9.0@sha256:90872f8e7f1fd2b93989b81fb7f152c3bef4fe817470a3227abaa18c873dba60", "attrs": { "image.resolvemode": "local" } } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} } }, { "id": "step4", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step3:0" ] }, { "id": "step5", "op": { "Op": { "source": { "identifier": "local://context", "attrs": { "local.excludepatterns": "[\"**/.dockerignore\",\"**/.env\",\"**/.git\",\"**/.gitignore\",\"**/.project\",\"**/.settings\",\"**/.toolstarget\",\"**/.vs\",\"**/.vscode\",\"**/.idea\",\"**/*.*proj.user\",\"**/*.dbmdl\",\"**/*.jfm\",\"**/azds.yaml\",\"**/bin\",\"**/charts\",\"**/docker-compose*\",\"**/Dockerfile*\",\"**/node_modules\",\"**/npm-debug.log\",\"**/obj\",\"**/secrets.dev.yaml\",\"**/values.dev.yaml\",\"LICENSE\",\"README.md\"]", "local.sharedkeyhint": "context" } } }, "constraints": {} } }, { "id": "step6", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/NeoClass.Server/NeoClass.Server.csproj", "dest": "/src/NeoClass/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step4:0", "step5:0" ] }, { "id": "step7", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet restore \"NeoClass/NeoClass.Server.csproj\"" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step6:0" ] }, { "id": "step8", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/", "dest": "/src/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step7:0", "step5:0" ] }, { "id": "step9", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": -1, "output": 0, "Action": { "mkdir": { "path": "/src/NeoClass.Server", "mode": 493, "makeParents": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step8:0" ] }, { "id": "step10", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet build \"NeoClass.Server.csproj\" -c $BUILD_CONFIGURATION -o /app/build" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.Server", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step9:0" ] }, { "id": "step11", "op": { "Op": { "exec": { "meta": { "args": [ "/bin/sh", "-c", "dotnet publish \"NeoClass.Server.csproj\" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false" ], "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "APP_UID=1654", "ASPNETCORE_HTTP_PORTS=8080", "DOTNET_RUNNING_IN_CONTAINER=true", "DOTNET_VERSION=9.0.5", "ASPNET_VERSION=9.0.5", "DOTNET_GENERATE_ASPNET_CERTIFICATE=false", "DOTNET_NOLOGO=true", "DOTNET_SDK_VERSION=9.0.300", "DOTNET_USE_POLLING_FILE_WATCHER=true", "NUGET_XMLDOC_MODE=skip", "POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12", "BUILD_CONFIGURATION=Release" ], "cwd": "/src/NeoClass.Server", "removeMountStubsRecursive": true }, "mounts": [ { "dest": "/" } ] } }, "platform": { "Architecture": "amd64", "OS": "linux" }, "constraints": {} }, "inputs": [ "step10:0" ] }, { "id": "step12", "op": { "Op": { "file": { "actions": [ { "input": 0, "secondaryInput": 1, "output": 0, "Action": { "copy": { "src": "/app/publish", "dest": "/app/", "mode": -1, "followSymlink": true, "dirCopyContents": true, "createDestPath": true, "allowWildcard": true, "allowEmptyWildcard": true, "timestamp": -1 } } } ] } }, "constraints": {} }, "inputs": [ "step2:0", "step11:0" ] }, { "id": "step13", "op": { "Op": {} }, "inputs": [ "step12:0" ] } ], "digestMapping": { "sha256:145432127fef8500e534156a9db2a4875140a2ab82174a370bf0d5412cab6be5": "step8", "sha256:1762f4e08858ebc9a9955d748ffa08d50f794cf1b3117d695498177d5ed84ff9": "step3", "sha256:1b8698c4c638eb753334dcf59bbe87d779cff816a680349bd6294de409758d92": "step10", "sha256:239f83c5bd12e4cb8c393af0f7303058fda27b3b928de21f8919e2a74b33e95e": "step11", "sha256:26e3785a152c06bb74eadf6f5748c93f796013a9dd19a179881e8665326c7030": "step12", "sha256:3505c1acc8d1fc4af895d5264484c02d0896ad0a570c59cb08a53f272a7b22ce": "step7", "sha256:53516aba3d5ccb7331035d51646ef57f48ab4aaee819ea72771afc4f55bdbd31": "step4", "sha256:83fc69e4388bc2b57a8d9e6bb0ee8099ef965eca2f86381e92b215a4c46da6d4": "step9", "sha256:a72d09dcee1d91e0b4e9edf6fb869c841646ad43578dfded1a77863d64fae1a2": "step2", "sha256:caf60ec9592fcf80077dddfe1a5ab6c6cc02178cefee9ca59bc409666d117c43": "step6", "sha256:cfc24ff23119adb0415e0aa24c00a1a197f764e46feef96e543056c720104b82": "step5", "sha256:de6e135a74f09b87176ad1484962eef270c5f70db1c7ced3a5aebabba4bf18e3": "step13", "sha256:fcdce95a86bd14a9cdbaa0de60a8671c130b6b326ffc770fc34e60581b1fb1fd": "step0", "sha256:fd6934b346acf1a46d2d71d04972a9fcbd87dfd6ca28afa906b14f47857a077c": "step1" } }, "metadata": { "buildInvocationID": "qngu66axm0ga5i90uip06ratm", "buildStartedOn": "2025-05-17T11:46:50.69413536Z", "buildFinishedOn": "2025-05-17T11:48:51.423698566Z", "completeness": { "parameters": true, "environment": true, "materials": false }, "reproducible": false, "https://mobyproject.org/buildkit@v1#metadata": { "vcs": { "localdir:context": ".", "localdir:dockerfile": "NeoClass.Server", "revision": "c326adc15716a9aa774de5b0894fe9ed483bb98d", "source": "https://gitlab.com/mitsiosm/neoclass.git" }, "source": { "locations": { "step0": { "locations": [ { "ranges": [ { "start": { "line": 1 }, "end": { "line": 1 } } ] } ] }, "step1": { "locations": [ { "ranges": [ { "start": { "line": 3 }, "end": { "line": 3 } } ] } ] }, "step10": { "locations": [ { "ranges": [ { "start": { "line": 14 }, "end": { "line": 14 } } ] } ] }, "step11": { "locations": [ { "ranges": [ { "start": { "line": 18 }, "end": { "line": 18 } } ] } ] }, "step12": { "locations": [ { "ranges": [ { "start": { "line": 22 }, "end": { "line": 22 } } ] } ] }, "step2": { "locations": [ { "ranges": [ { "start": { "line": 21 }, "end": { "line": 21 } } ] } ] }, "step3": { "locations": [ { "ranges": [ { "start": { "line": 7 }, "end": { "line": 7 } } ] } ] }, "step4": { "locations": [ { "ranges": [ { "start": { "line": 9 }, "end": { "line": 9 } } ] } ] }, "step5": {}, "step6": { "locations": [ { "ranges": [ { "start": { "line": 10 }, "end": { "line": 10 } } ] } ] }, "step7": { "locations": [ { "ranges": [ { "start": { "line": 11 }, "end": { "line": 11 } } ] } ] }, "step8": { "locations": [ { "ranges": [ { "start": { "line": 12 }, "end": { "line": 12 } } ] } ] }, "step9": { "locations": [ { "ranges": [ { "start": { "line": 13 }, "end": { "line": 13 } } ] } ] } }, "infos": [ { "filename": "Dockerfile", "language": "Dockerfile", "data": "77u/RlJPTSBtY3IubWljcm9zb2Z0LmNvbS9kb3RuZXQvYXNwbmV0OjkuMCBBUyBiYXNlClVTRVIgJEFQUF9VSUQKV09SS0RJUiAvYXBwCkVYUE9TRSA4MDgwCkVYUE9TRSA4MDgxCgpGUk9NIG1jci5taWNyb3NvZnQuY29tL2RvdG5ldC9zZGs6OS4wIEFTIGJ1aWxkCkFSRyBCVUlMRF9DT05GSUdVUkFUSU9OPVJlbGVhc2UKV09SS0RJUiAvc3JjCkNPUFkgWyJOZW9DbGFzcy5TZXJ2ZXIvTmVvQ2xhc3MuU2VydmVyLmNzcHJvaiIsICJOZW9DbGFzcy8iXQpSVU4gZG90bmV0IHJlc3RvcmUgIk5lb0NsYXNzL05lb0NsYXNzLlNlcnZlci5jc3Byb2oiCkNPUFkgLiAuCldPUktESVIgIi9zcmMvTmVvQ2xhc3MuU2VydmVyIgpSVU4gZG90bmV0IGJ1aWxkICJOZW9DbGFzcy5TZXJ2ZXIuY3Nwcm9qIiAtYyAkQlVJTERfQ09ORklHVVJBVElPTiAtbyAvYXBwL2J1aWxkCgpGUk9NIGJ1aWxkIEFTIHB1Ymxpc2gKQVJHIEJVSUxEX0NPTkZJR1VSQVRJT049UmVsZWFzZQpSVU4gZG90bmV0IHB1Ymxpc2ggIk5lb0NsYXNzLlNlcnZlci5jc3Byb2oiIC1jICRCVUlMRF9DT05GSUdVUkFUSU9OIC1vIC9hcHAvcHVibGlzaCAvcDpVc2VBcHBIb3N0PWZhbHNlCgpGUk9NIGJhc2UgQVMgZmluYWwKV09SS0RJUiAvYXBwCkNPUFkgLS1mcm9tPXB1Ymxpc2ggL2FwcC9wdWJsaXNoIC4KRU5UUllQT0lOVCBbImRvdG5ldCIsICJOZW9DbGFzcy5TZXJ2ZXIuZGxsIl0K", "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:6972401529f5b79e7e00781d8d8809bda19d0dfed5727c85c4929d59d729ae3d": "step0", "sha256:72a0210ad28a50950384dbfdf7d47f60d28d4eff2d8b4a6808ed993c1f0affb5": "step1" } } ] }, "layers": { "step0:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6c4c763d22d0c5f9b2c5901dfa667fbbc4713cee6869336b8fd5022185071f1c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:619f0868afbc5e60bd1db4beec05345d8f859f8b1ac1174cfa609eeec0e40b1a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:08d0189cfd72fb9b9bac913a1277c6e2f681d478633e5e83a50d95c0799e9cb3", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:904025ba50c407cacf13906a40f89b17f1ee2e0abc9f55b062daa714931a6fed", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:577f558a2cdd181f08e825f75b8c8d3d51b8141f1a61c0d5dac16bee91088956", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c6dba34feed2bd0a0c154f438f12d614c10c6483ec1fc9115a98ccf74b6b223f", "size": -1 } ] ], "step10:0": [ [] ], "step11:0": [ [] ], "step12:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6c4c763d22d0c5f9b2c5901dfa667fbbc4713cee6869336b8fd5022185071f1c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:619f0868afbc5e60bd1db4beec05345d8f859f8b1ac1174cfa609eeec0e40b1a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:08d0189cfd72fb9b9bac913a1277c6e2f681d478633e5e83a50d95c0799e9cb3", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:904025ba50c407cacf13906a40f89b17f1ee2e0abc9f55b062daa714931a6fed", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:577f558a2cdd181f08e825f75b8c8d3d51b8141f1a61c0d5dac16bee91088956", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c6dba34feed2bd0a0c154f438f12d614c10c6483ec1fc9115a98ccf74b6b223f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:dd5c7ac78ad7425725f05e39c52cf220e759a1d28575cd4054b467e99c086986", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:a48fc8640eb36a9f64b2c7bec17fa9f492664d2218fe879822922fc2558daa69", "size": -1 } ] ], "step1:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6c4c763d22d0c5f9b2c5901dfa667fbbc4713cee6869336b8fd5022185071f1c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:619f0868afbc5e60bd1db4beec05345d8f859f8b1ac1174cfa609eeec0e40b1a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:08d0189cfd72fb9b9bac913a1277c6e2f681d478633e5e83a50d95c0799e9cb3", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:904025ba50c407cacf13906a40f89b17f1ee2e0abc9f55b062daa714931a6fed", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:577f558a2cdd181f08e825f75b8c8d3d51b8141f1a61c0d5dac16bee91088956", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c6dba34feed2bd0a0c154f438f12d614c10c6483ec1fc9115a98ccf74b6b223f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:dd5c7ac78ad7425725f05e39c52cf220e759a1d28575cd4054b467e99c086986", "size": -1 } ] ], "step2:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6c4c763d22d0c5f9b2c5901dfa667fbbc4713cee6869336b8fd5022185071f1c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:619f0868afbc5e60bd1db4beec05345d8f859f8b1ac1174cfa609eeec0e40b1a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:08d0189cfd72fb9b9bac913a1277c6e2f681d478633e5e83a50d95c0799e9cb3", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:904025ba50c407cacf13906a40f89b17f1ee2e0abc9f55b062daa714931a6fed", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:577f558a2cdd181f08e825f75b8c8d3d51b8141f1a61c0d5dac16bee91088956", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c6dba34feed2bd0a0c154f438f12d614c10c6483ec1fc9115a98ccf74b6b223f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:dd5c7ac78ad7425725f05e39c52cf220e759a1d28575cd4054b467e99c086986", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", "size": -1 } ] ], "step3:0": [ [ { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:6c4c763d22d0c5f9b2c5901dfa667fbbc4713cee6869336b8fd5022185071f1c", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:619f0868afbc5e60bd1db4beec05345d8f859f8b1ac1174cfa609eeec0e40b1a", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:08d0189cfd72fb9b9bac913a1277c6e2f681d478633e5e83a50d95c0799e9cb3", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:904025ba50c407cacf13906a40f89b17f1ee2e0abc9f55b062daa714931a6fed", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:577f558a2cdd181f08e825f75b8c8d3d51b8141f1a61c0d5dac16bee91088956", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c6dba34feed2bd0a0c154f438f12d614c10c6483ec1fc9115a98ccf74b6b223f", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:4f98aa247ad742ecc7a41466c758492e71ec2b43d8b90c39735ced3c16466f43", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:c8fdd5e3f6e814f5fd174f0661494927eebe8dfa6e58d94770594612e5bcb0d1", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:f5716f3903d3c32ca519832335b580b5a8d6a9b00baba05757be4373d7d7e962", "size": -1 }, { "mediaType": "application/vnd.docker.image.rootfs.diff.tar", "digest": "sha256:007ea19b23fe1de2037265a127769259b31086a154e546a13118f0df03014476", "size": -1 } ] ], "step4:0": [ [] ], "step5:0": [ [] ], "step6:0": [ [] ], "step7:0": [ [] ], "step8:0": [ [] ], "step9:0": [ [] ] }, "sysUsage": [ { "timestamp": "2025-05-17T11:46:52.641646029Z", "cpuStat": { "user": 27246168.15, "nice": 17718.13, "system": 34133198.03, "idle": 402398471.1, "iowait": 8364549.78, "irq": 0, "softirq": 1194934.36, "steal": 30415.45, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046643899086, "processCreated": 2925788840, "processesRunning": 5 }, "memoryStat": { "total": 154490964, "free": 1375332, "available": 12819760, "buffers": 682872, "cached": 9916656, "active": 65105712, "inactive": 30051932, "swap": 203074596, "dirty": 26120, "writeback": 64, "slab": 11674476 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001066276266 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.72, "avg60": 97.1, "avg300": 97.27, "total": 3218355475318 }, "full": { "avg10": 0.05, "avg60": 0.11, "avg300": 0.2, "total": 170617562117 } }, "ioPressure": { "some": { "avg10": 7.15, "avg60": 6.65, "avg300": 6.49, "total": 2412963587600 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:00.683012999Z", "cpuStat": { "user": 27246208.81, "nice": 17718.2, "system": 34133243.88, "idle": 402399009.55, "iowait": 8364551.38, "irq": 0, "softirq": 1194935.49, "steal": 30415.48, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046645856620, "processCreated": 2925791228, "processesRunning": 9 }, "memoryStat": { "total": 154490964, "free": 1598200, "available": 13063148, "buffers": 694060, "cached": 9944392, "active": 64357268, "inactive": 30553268, "swap": 203074596, "dirty": 191560, "writeback": 4, "slab": 11674376 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001074294223 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.52, "avg60": 97.24, "avg300": 97.3, "total": 3218363428074 }, "full": { "avg10": 0.57, "avg60": 0.22, "avg300": 0.23, "total": 170617652141 } }, "ioPressure": { "some": { "avg10": 6.61, "avg60": 6.59, "avg300": 6.49, "total": 2412964109636 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:08.683688117Z", "cpuStat": { "user": 27246255.1, "nice": 17718.26, "system": 34133289.37, "idle": 402399533.76, "iowait": 8364561.09, "irq": 0, "softirq": 1194936.65, "steal": 30415.67, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046647805915, "processCreated": 2925793666, "processesRunning": 11 }, "memoryStat": { "total": 154490964, "free": 1169468, "available": 12504092, "buffers": 643136, "cached": 9858892, "active": 64318476, "inactive": 30942528, "swap": 203074596, "dirty": 111760, "writeback": 0, "slab": 11667056 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001082269647 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.92, "avg60": 97.01, "avg300": 97.25, "total": 3218370768210 }, "full": { "avg10": 0.25, "avg60": 0.19, "avg300": 0.22, "total": 170617717087 } }, "ioPressure": { "some": { "avg10": 6.96, "avg60": 6.65, "avg300": 6.5, "total": 2412964754252 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:16.686310407Z", "cpuStat": { "user": 27246299.18, "nice": 17718.39, "system": 34133329.92, "idle": 402400057.5, "iowait": 8364582.9, "irq": 0, "softirq": 1194937.77, "steal": 30415.73, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046649664663, "processCreated": 2925795619, "processesRunning": 10 }, "memoryStat": { "total": 154490964, "free": 1318976, "available": 12760792, "buffers": 644464, "cached": 9966628, "active": 64254784, "inactive": 30720076, "swap": 203074596, "dirty": 116760, "writeback": 0, "slab": 11667208 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001090248856 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 84.68, "avg60": 94.38, "avg300": 96.67, "total": 3218376823211 }, "full": { "avg10": 0.48, "avg60": 0.26, "avg300": 0.23, "total": 170617799730 } }, "ioPressure": { "some": { "avg10": 8.49, "avg60": 7.01, "avg300": 6.58, "total": 2412965520743 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:24.686581057Z", "cpuStat": { "user": 27246348.29, "nice": 17718.44, "system": 34133374.99, "idle": 402400588.13, "iowait": 8364583.78, "irq": 0, "softirq": 1194940.44, "steal": 30415.79, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046652316567, "processCreated": 2925798309, "processesRunning": 22 }, "memoryStat": { "total": 154490964, "free": 1560748, "available": 13031508, "buffers": 592468, "cached": 10065504, "active": 65948284, "inactive": 29117588, "swap": 203074596, "dirty": 17820, "writeback": 108, "slab": 11659248 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001098225684 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 85.62, "avg60": 93.18, "avg300": 96.34, "total": 3218384019995 }, "full": { "avg10": 0.48, "avg60": 0.29, "avg300": 0.24, "total": 170617889024 } }, "ioPressure": { "some": { "avg10": 7.21, "avg60": 6.91, "avg300": 6.57, "total": 2412966031394 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:32.687295065Z", "cpuStat": { "user": 27246394.68, "nice": 17718.49, "system": 34133425.22, "idle": 402401115.21, "iowait": 8364585.87, "irq": 0, "softirq": 1194943.55, "steal": 30416.35, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046655157954, "processCreated": 2925800922, "processesRunning": 15 }, "memoryStat": { "total": 154490964, "free": 1611068, "available": 13306648, "buffers": 588076, "cached": 10357620, "active": 65640744, "inactive": 29448108, "swap": 203074596, "dirty": 96720, "writeback": 52, "slab": 11658872 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001106199965 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 92.43, "avg60": 93.78, "avg300": 96.39, "total": 3218391922477 }, "full": { "avg10": 0.54, "avg60": 0.32, "avg300": 0.25, "total": 170617978024 } }, "ioPressure": { "some": { "avg10": 6.69, "avg60": 6.83, "avg300": 6.56, "total": 2412966554872 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:40.783804459Z", "cpuStat": { "user": 27246443.65, "nice": 17718.55, "system": 34133467.73, "idle": 402401651.55, "iowait": 8364586.53, "irq": 0, "softirq": 1194946.07, "steal": 30416.45, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046657729438, "processCreated": 2925803318, "processesRunning": 21 }, "memoryStat": { "total": 154490964, "free": 1391164, "available": 11981696, "buffers": 586856, "cached": 10357192, "active": 66793724, "inactive": 28777636, "swap": 203074596, "dirty": 26836, "writeback": 1640, "slab": 11659552 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001114272450 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 95.9, "avg60": 94.4, "avg300": 96.45, "total": 3218399935702 }, "full": { "avg10": 0.34, "avg60": 0.3, "avg300": 0.25, "total": 170618044195 } }, "ioPressure": { "some": { "avg10": 6.31, "avg60": 6.72, "avg300": 6.55, "total": 2412967068371 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:48.882753542Z", "cpuStat": { "user": 27246482.97, "nice": 17718.61, "system": 34133513.36, "idle": 402402201, "iowait": 8364589.33, "irq": 0, "softirq": 1194947.52, "steal": 30416.5, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046659661832, "processCreated": 2925805617, "processesRunning": 28 }, "memoryStat": { "total": 154490964, "free": 1842764, "available": 13033660, "buffers": 578116, "cached": 10169108, "active": 66542996, "inactive": 28246064, "swap": 203074596, "dirty": 5160, "writeback": 4, "slab": 11660140 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001122350568 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.23, "avg60": 94.88, "avg300": 96.5, "total": 3218407938997 }, "full": { "avg10": 0.55, "avg60": 0.36, "avg300": 0.26, "total": 170618138647 } }, "ioPressure": { "some": { "avg10": 6.13, "avg60": 6.63, "avg300": 6.53, "total": 2412967613709 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:47:56.88563508Z", "cpuStat": { "user": 27246529.52, "nice": 17718.66, "system": 34133550.28, "idle": 402402738.12, "iowait": 8364597.86, "irq": 0, "softirq": 1194948.44, "steal": 30416.57, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046661763972, "processCreated": 2925807975, "processesRunning": 8 }, "memoryStat": { "total": 154490964, "free": 1309120, "available": 12672860, "buffers": 581116, "cached": 10338516, "active": 67101420, "inactive": 28143152, "swap": 203074596, "dirty": 57188, "writeback": 0, "slab": 11659844 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001130332083 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.2, "avg60": 95.18, "avg300": 96.52, "total": 3218415734647 }, "full": { "avg10": 0.25, "avg60": 0.31, "avg300": 0.25, "total": 170618201733 } }, "ioPressure": { "some": { "avg10": 6.76, "avg60": 6.71, "avg300": 6.55, "total": 2412968232986 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:48:04.985132752Z", "cpuStat": { "user": 27246580.15, "nice": 17718.71, "system": 34133587.57, "idle": 402403284.78, "iowait": 8364599.03, "irq": 0, "softirq": 1194949.38, "steal": 30416.68, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046663671400, "processCreated": 2925810406, "processesRunning": 27 }, "memoryStat": { "total": 154490964, "free": 1267760, "available": 12441936, "buffers": 584944, "cached": 10435372, "active": 66936484, "inactive": 28266852, "swap": 203074596, "dirty": 32164, "writeback": 0, "slab": 11659764 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001138409056 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.84, "avg60": 95.34, "avg300": 96.52, "total": 3218423628257 }, "full": { "avg10": 0.11, "avg60": 0.27, "avg300": 0.24, "total": 170618257316 } }, "ioPressure": { "some": { "avg10": 6.44, "avg60": 6.65, "avg300": 6.54, "total": 2412968754359 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:48:12.987071425Z", "cpuStat": { "user": 27246619.41, "nice": 17718.76, "system": 34133633.39, "idle": 402403828.66, "iowait": 8364599.83, "irq": 0, "softirq": 1194950.51, "steal": 30416.72, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046665426321, "processCreated": 2925812790, "processesRunning": 9 }, "memoryStat": { "total": 154490964, "free": 1514880, "available": 13067664, "buffers": 580328, "cached": 10346964, "active": 67498024, "inactive": 27523928, "swap": 203074596, "dirty": 95124, "writeback": 2868, "slab": 11659644 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001146390163 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.83, "avg60": 95.74, "avg300": 96.58, "total": 3218431570704 }, "full": { "avg10": 0.17, "avg60": 0.27, "avg300": 0.24, "total": 170618334532 } }, "ioPressure": { "some": { "avg10": 6.19, "avg60": 6.57, "avg300": 6.53, "total": 2412969264586 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:48:21.084422714Z", "cpuStat": { "user": 27246704.04, "nice": 17718.83, "system": 34133677.75, "idle": 402404332.61, "iowait": 8364600.57, "irq": 0, "softirq": 1194952.27, "steal": 30416.79, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046667357239, "processCreated": 2925815089, "processesRunning": 38 }, "memoryStat": { "total": 154490964, "free": 1752704, "available": 13384304, "buffers": 577484, "cached": 10262832, "active": 68031372, "inactive": 26873520, "swap": 203074596, "dirty": 39196, "writeback": 0, "slab": 11659664 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001154459407 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 98, "avg60": 96.12, "avg300": 96.63, "total": 3218439554407 }, "full": { "avg10": 0.51, "avg60": 0.35, "avg300": 0.26, "total": 170618421463 } }, "ioPressure": { "some": { "avg10": 6.07, "avg60": 6.48, "avg300": 6.51, "total": 2412969779269 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:48:29.086645535Z", "cpuStat": { "user": 27246747.55, "nice": 17718.89, "system": 34133720.69, "idle": 402404864.05, "iowait": 8364601.23, "irq": 0, "softirq": 1194955.32, "steal": 30416.9, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046669958579, "processCreated": 2925817581, "processesRunning": 14 }, "memoryStat": { "total": 154490964, "free": 1592980, "available": 13287312, "buffers": 576764, "cached": 10312988, "active": 67842444, "inactive": 27157172, "swap": 203074596, "dirty": 956, "writeback": 8, "slab": 11658976 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001162439198 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.76, "avg60": 96.23, "avg300": 96.65, "total": 3218447386253 }, "full": { "avg10": 0.28, "avg60": 0.31, "avg300": 0.26, "total": 170618487673 } }, "ioPressure": { "some": { "avg10": 6.03, "avg60": 6.43, "avg300": 6.5, "total": 2412970287315 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:48:37.088976876Z", "cpuStat": { "user": 27246794.1, "nice": 17718.94, "system": 34133761.83, "idle": 402405397.44, "iowait": 8364601.82, "irq": 0, "softirq": 1194957.99, "steal": 30416.92, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046672442664, "processCreated": 2925820131, "processesRunning": 50 }, "memoryStat": { "total": 154490964, "free": 1853436, "available": 13307364, "buffers": 577568, "cached": 10118336, "active": 68067928, "inactive": 26625840, "swap": 203074596, "dirty": 2828, "writeback": 0, "slab": 11659148 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001170419094 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 97.79, "avg60": 96.42, "avg300": 96.68, "total": 3218455204812 }, "full": { "avg10": 0.12, "avg60": 0.27, "avg300": 0.25, "total": 170618545261 } }, "ioPressure": { "some": { "avg10": 6.01, "avg60": 6.38, "avg300": 6.48, "total": 2412970796086 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:48:45.092189195Z", "cpuStat": { "user": 27246840.52, "nice": 17718.99, "system": 34133811.5, "idle": 402405928.25, "iowait": 8364603.3, "irq": 0, "softirq": 1194959.43, "steal": 30416.94, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046674346010, "processCreated": 2925822684, "processesRunning": 17 }, "memoryStat": { "total": 154490964, "free": 1686624, "available": 11616356, "buffers": 572092, "cached": 9734620, "active": 70163008, "inactive": 25241556, "swap": 203074596, "dirty": 1988, "writeback": 0, "slab": 11660764 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001178398766 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.95, "avg60": 96.4, "avg300": 96.67, "total": 3218462975837 }, "full": { "avg10": 0.23, "avg60": 0.27, "avg300": 0.25, "total": 170618627849 } }, "ioPressure": { "some": { "avg10": 6, "avg60": 6.33, "avg300": 6.47, "total": 2412971315811 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } }, { "timestamp": "2025-05-17T11:48:51.424314184Z", "cpuStat": { "user": 27246874.35, "nice": 17719.03, "system": 34133848.02, "idle": 402406353.52, "iowait": 8364604.54, "irq": 0, "softirq": 1194960.33, "steal": 30416.97, "guest": 0, "guestNice": 0 }, "procStat": { "contextSwitches": 1046675795628, "processCreated": 2925824655, "processesRunning": 57 }, "memoryStat": { "total": 154490964, "free": 1501188, "available": 12739176, "buffers": 571804, "cached": 9819668, "active": 71057088, "inactive": 24292376, "swap": 203074596, "dirty": 748, "writeback": 0, "slab": 11658232 }, "cpuPressure": { "some": { "avg10": 99, "avg60": 99, "avg300": 99, "total": 6001184711404 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 0 } }, "memoryPressure": { "some": { "avg10": 96.79, "avg60": 96.44, "avg300": 96.67, "total": 3218469119454 }, "full": { "avg10": 0.35, "avg60": 0.3, "avg300": 0.26, "total": 170618687354 } }, "ioPressure": { "some": { "avg10": 6.1, "avg60": 6.32, "avg300": 6.46, "total": 2412971727443 }, "full": { "avg10": 0, "avg60": 0, "avg300": 0, "total": 4694216 } } } ] } } }