Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22
v24
2 changes: 1 addition & 1 deletion dev/import-tool/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion dev/tool/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base:v20250811
FROM haiodo/base:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion foundations/net/pods/network-pod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion foundations/net/pods/network-tool/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101

WORKDIR /usr/src/app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "test",
Expand All @@ -26,8 +25,7 @@
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "_phase:validate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "test",
Expand All @@ -27,8 +26,7 @@
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "_phase:validate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "format",
"outputFolderNames": [".rush/temp/.format"]
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "_phase:validate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "test",
Expand All @@ -26,8 +25,7 @@
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "_phase:validate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "package",
Expand All @@ -33,8 +32,7 @@
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "_phase:validate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "test",
"outputFolderNames": ["coverage"]
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"],
"disableBuildCacheForOperation": true
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "_phase:validate",
Expand Down
2 changes: 1 addition & 1 deletion pods/account/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion pods/backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion pods/collaborator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion pods/front/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/front-base:v20250811
FROM haiodo/front-base:v20251101
WORKDIR /app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion pods/fulltext/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion pods/media/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion pods/preview/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/preview-base:v20250811
FROM haiodo/preview-base:v20251101

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion pods/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base:v20250811
FROM haiodo/base:v20251101
WORKDIR /usr/src/app

COPY bundle/model.json ./
Expand Down
2 changes: 1 addition & 1 deletion pods/stats/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion pods/workspace/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/ai-bot/love-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

RUN npm install -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion services/ai-bot/pod-ai-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/backup/backup-api-pod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/front-base:v20250811
FROM haiodo/front-base:v20251101
WORKDIR /app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/billing/pod-billing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base:v20250811
FROM haiodo/base:v20251101
WORKDIR /app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/calendar/pod-calendar-mailer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/calendar/pod-calendar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/datalake/pod-datalake/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/export/pod-export/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM haiodo/base:v20250811
FROM haiodo/base:v20251101
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

Expand Down
2 changes: 1 addition & 1 deletion services/github/pod-github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/gmail/pod-gmail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/love/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/mail/pod-mail-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/mail/pod-mail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/notification/pod-notification/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/payment/pod-payment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base:v20250811
FROM haiodo/base:v20251101
WORKDIR /app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/print/pod-print/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM haiodo/print-base:v20250811
FROM haiodo/print-base:v20251101

WORKDIR /usr/src/app
COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/process/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/rating/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/rekoni/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/rekoni-base:v20250811
FROM haiodo/rekoni-base:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/sign/pod-sign/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/telegram-bot/pod-telegram-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/telegram/pod-telegram/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
2 changes: 1 addition & 1 deletion services/translate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haiodo/base-slim:v20250811
FROM haiodo/base-slim:v20251101
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
Expand Down
Loading