Commit Graph
10 Commits
Author SHA1 Message Date
Denys Vuika 38bab90cd7 chore: update devcontainer documentation to clarify signing setup and lifecycle hooks 2026-07-08 14:40:24 +00:00
Denys Vuika b40dfdd1f3 chore: enhance devcontainer setup with GPG keyring support and improved signing process 2026-07-08 12:55:30 +00:00
Denys Vuika 4b27f9978d chore: update postStartCommand to retain GPG signing across container restarts 2026-07-07 15:03:05 +00:00
Denys Vuika 9b5ed36acd chore: update GPG signing instructions for clarity and accuracy in devcontainer setup 2026-07-07 15:03:05 +00:00
Denys Vuika c40f93e396 chore: update GPG signing instructions for devcontainer setup and troubleshooting 2026-07-07 15:03:03 +00:00
Denys Vuika 0c7e16e98e chore: add PowerShell script to export GPG public key for auto-import in devcontainer 2026-07-07 15:03:03 +00:00
Denys Vuika 114de75e73 chore: add auto-import of GPG public key in devcontainer setup 2026-07-07 15:03:02 +00:00
Denys Vuika 31a72da250 chore: let Corepack provision pnpm from package.json as single source of truth
Remove the duplicated PNPM_VERSION pin from devcontainer.json build args and
the Dockerfile ARG (which had drifted to 11.5.3 vs package.json's 11.5.0).
Corepack now reads package.json#packageManager at runtime; set
COREPACK_ENABLE_DOWNLOAD_PROMPT=0 so first-use provisioning is non-interactive.
Update docs accordingly.
2026-07-07 15:02:59 +00:00
Denys Vuika 521b2eb6af update readme 2026-07-07 15:02:58 +00:00
Denys Vuika 376a25946a chore: install gnupg2 for GPG agent forwarding and update devcontainer configuration 2026-07-07 15:02:58 +00:00