-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find matching keyid: #254
Comments
Corepack bug It downloads the latest pnpm, but verifies it with the bundled checksum for older version |
We either need to update it regularly, or get rid of it (@artegoser, why did we set up corepack instead of simply downloading pnpm at docker compile-time?), or ask users to disable checksum verification |
services:
txtdot:
image: ghcr.io/txtdot/txtdot:latest
ports:
- '8080:8080'
restart: unless-stopped
environment:
COREPACK_INTEGRITY_KEYS: 0 # <-- disables verification
volumes:
- '.env:/app/packages/server/dist/.env' |
At least the docker container does start when disabling the integrity checks. But I'm now getting a "Parse error: (/). [Readability]" or all other parser. Not sure if this is related to this problem? |
On which site does this error occur? |
Getting this error when running the docker compose:
The text was updated successfully, but these errors were encountered: