From 0fa95d6c997fa76cfaefaab1dface06ec8c81928 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 23 May 2026 10:59:06 +0000 Subject: [PATCH] fix(cloudly): allow Docker install of fresh interfaces --- Dockerfile | 2 +- changelog.md | 5 +++++ pnpm-workspace.yaml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a07e9a..ff8e1fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM code.foss.global/host.today/ht-docker-node:lts AS build WORKDIR /app -COPY package.json pnpm-lock.yaml ./ +COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./ RUN pnpm install --frozen-lockfile COPY . ./ diff --git a/changelog.md b/changelog.md index aada3b1..558a0f7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ ## Pending +### Fixes + +- allow Docker builds to install freshly released serve.zone interfaces + - Copies pnpm-workspace.yaml into the Docker dependency install layer + - Excludes @serve.zone/interfaces from pnpm 11 minimum release age checks during release builds ## 2026-05-23 - 5.8.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 64e70f8..bceecd8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,6 @@ +minimumReleaseAgeExclude: + - '@serve.zone/interfaces' + allowBuilds: '@design.estate/dees-catalog': false cpu-features: true