From d36a97086ba9b858ba5398066ee41eb15c0c9a8d Mon Sep 17 00:00:00 2001 From: xnacly <47723417+xnacly@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:23:16 +0200 Subject: [PATCH] MILAB-6714: drop private from gpu-info software package pl-pkg gates docker auto-push on !isPrivate, so CI built the image and wrote the entrypoint descriptor pointing at its tag, then skipped the push. The published block 404s pulling that image at runtime. The flag was written by a structure refresh run against a local block-tools build predating the fix in @platforma-sdk/block-tools (structurer now does removeField("private") for software packages). --- .changeset/gpu-info-not-private.md | 5 +++++ software/gpu-info/package.json | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/gpu-info-not-private.md diff --git a/.changeset/gpu-info-not-private.md b/.changeset/gpu-info-not-private.md new file mode 100644 index 0000000..b78cf2a --- /dev/null +++ b/.changeset/gpu-info-not-private.md @@ -0,0 +1,5 @@ +--- +"@platforma-open/milaboratories.gpu-test.gpu-info": patch +--- + +Drop `private` from the software package so CI pushes its docker image again. `pl-pkg` gates auto-push on `!isPrivate`, so the image was built and referenced in the entrypoint descriptor but never uploaded. diff --git a/software/gpu-info/package.json b/software/gpu-info/package.json index 2f2b0ca..cede801 100644 --- a/software/gpu-info/package.json +++ b/software/gpu-info/package.json @@ -1,7 +1,6 @@ { "name": "@platforma-open/milaboratories.gpu-test.gpu-info", "version": "3.0.2", - "private": true, "description": "GPU detection and info reporting", "files": [ "./dist/**/*"