Skip to content

Commit 47f90db

Browse files
fix build for railway
1 parent e4ff1cd commit 47f90db

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

apps/workflows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ COPY \
106106
--link \
107107
"packages/status-fetcher/package.json" "/app/packages/status-fetcher/package.json"
108108
RUN \
109-
--mount=type=cache,target=/root/.local/share/pnpm/store,id=s/3a5c916e-f3f2-4f35-ba0e-3c8511b6f9a3-/root/.local/share/pnpm/store,sharing=locked \
109+
--mount=type=cache,target=/root/.local/share/pnpm/store,id=s/995d9762-a732-446d-808a-498c7c33a8d5-/root/.local/share/pnpm/store,sharing=locked \
110110
<<EOF
111111
corepack enable pnpm
112112
pnpm install --prod --frozen-lockfile --filter=@openstatus/workflows... --verbose

apps/workflows/dofigen.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,17 @@ effective: |
122122
- corepack enable pnpm
123123
- pnpm install --prod --frozen-lockfile --filter=@openstatus/workflows... --verbose
124124
cache:
125-
- id: s/3a5c916e-f3f2-4f35-ba0e-3c8511b6f9a3-/root/.local/share/pnpm/store
125+
- id: s/995d9762-a732-446d-808a-498c7c33a8d5-/root/.local/share/pnpm/store
126126
target: /root/.local/share/pnpm/store
127127
sharing: locked
128128
build:
129129
fromImage:
130130
path: denoland/deno
131131
digest: sha256:8d24854de78a79c56e74b49aa4c5996c60e1fe3730efba8fbdd2692c582e6e29
132132
label:
133-
org.opencontainers.image.base.digest: sha256:8d24854de78a79c56e74b49aa4c5996c60e1fe3730efba8fbdd2692c582e6e29
134-
org.opencontainers.image.stage: build
135133
org.opencontainers.image.base.name: docker.io/denoland/deno:2.9.0
134+
org.opencontainers.image.stage: build
135+
org.opencontainers.image.base.digest: sha256:8d24854de78a79c56e74b49aa4c5996c60e1fe3730efba8fbdd2692c582e6e29
136136
workdir: /app/apps/workflows
137137
env:
138138
NODE_ENV: production
@@ -165,13 +165,13 @@ effective: |
165165
path: hi/curl
166166
digest: sha256:848b81ab5d5e55371d7193fd4f1ea7b605d14dbb039344ffad34a4c1f0d880f4
167167
label:
168-
org.opencontainers.image.title: OpenStatus Workflows
168+
io.dofigen.version: 2.8.0
169169
org.opencontainers.image.vendor: OpenStatus
170+
org.opencontainers.image.description: Background job processing and probe scheduling for OpenStatus
170171
org.opencontainers.image.authors: OpenStatus Team
171172
org.opencontainers.image.source: https://github.com/openstatusHQ/openstatus
172173
org.opencontainers.image.base.digest: sha256:848b81ab5d5e55371d7193fd4f1ea7b605d14dbb039344ffad34a4c1f0d880f4
173-
org.opencontainers.image.description: Background job processing and probe scheduling for OpenStatus
174-
io.dofigen.version: 2.8.0
174+
org.opencontainers.image.title: OpenStatus Workflows
175175
user:
176176
user: '1000'
177177
group: '1000'
@@ -208,7 +208,7 @@ images:
208208
digest: sha256:b31e7a42fdf8b8aa5f5ed477c72d694301273f1069c5a2f71d53c6482e99a2fc
209209
resources:
210210
dofigen.yml:
211-
hash: 416be0bdb8fcc1bc717f637b38cfa3b095b5277c947ad7e55d51b98194fdd856
211+
hash: c478b25a43ff0cfbc6114251b800a544357c64a503b8ac64805e1077f559c3de
212212
content: |
213213
ignore:
214214
- node_modules
@@ -272,7 +272,7 @@ resources:
272272
cache:
273273
# Railway scopes cache mounts per service: the id must be literally
274274
# s/<service-id>-<target> (env vars aren't allowed in the id).
275-
- id: s/3a5c916e-f3f2-4f35-ba0e-3c8511b6f9a3-/root/.local/share/pnpm/store
275+
- id: s/995d9762-a732-446d-808a-498c7c33a8d5-/root/.local/share/pnpm/store
276276
target: /root/.local/share/pnpm/store
277277
sharing: locked
278278

apps/workflows/dofigen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ builders:
6060
cache:
6161
# Railway scopes cache mounts per service: the id must be literally
6262
# s/<service-id>-<target> (env vars aren't allowed in the id).
63-
- id: s/3a5c916e-f3f2-4f35-ba0e-3c8511b6f9a3-/root/.local/share/pnpm/store
63+
- id: s/995d9762-a732-446d-808a-498c7c33a8d5-/root/.local/share/pnpm/store
6464
target: /root/.local/share/pnpm/store
6565
sharing: locked
6666

0 commit comments

Comments
 (0)