fix(cloudly): allow Docker install of fresh interfaces
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ FROM code.foss.global/host.today/ht-docker-node:lts AS build
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## Pending
|
## 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
|
## 2026-05-23 - 5.8.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
minimumReleaseAgeExclude:
|
||||||
|
- '@serve.zone/interfaces'
|
||||||
|
|
||||||
allowBuilds:
|
allowBuilds:
|
||||||
'@design.estate/dees-catalog': false
|
'@design.estate/dees-catalog': false
|
||||||
cpu-features: true
|
cpu-features: true
|
||||||
|
|||||||
Reference in New Issue
Block a user