frappe_docker/docs
OmarElaraby26 ae275df161 fix(security): replace APPS_JSON_BASE64 build-arg with BuildKit secret mount
APPS_JSON_BASE64 is stored in image layer metadata, permanently exposing
private repo tokens (GitHub PATs) to anyone with image pull access.

Replace --build-arg with --mount=type=secret so that apps.json is only
available during the RUN step and never committed to any layer.

Refs: https://docs.docker.com/reference/build-checks/secrets-used-in-arg-or-env/
2026-04-05 22:24:53 +02:00
..
.vitepress refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
01-getting-started refactor: Migrating Comprehensive Guide 2026-03-16 00:02:01 +05:30
02-setup fix(security): replace APPS_JSON_BASE64 build-arg with BuildKit secret mount 2026-04-05 22:24:53 +02:00
03-production fix: Added missing title metadata 2026-03-15 18:47:35 +05:30
04-operations Merge pull request #1805 from adithyaappu/docs/vitepress-docs 2026-03-19 12:01:10 +01:00
05-development refactor: Migrating Comprehensive Guide 2026-03-16 00:02:01 +05:30
06-migration Merge pull request #1805 from adithyaappu/docs/vitepress-docs 2026-03-19 12:01:10 +01:00
07-troubleshooting refactor: Migrating Comprehensive Guide 2026-03-16 00:02:01 +05:30
08-reference fix(lint): resolve pre-commit formatting 2026-03-19 11:57:06 +01:00
09-concepts refactor: Migrating Comprehensive Guide 2026-03-16 00:02:01 +05:30
images refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
public refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
getting-started.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
index.md fix(docs): correct single compose setup home link 2026-04-01 19:44:12 +02:00
package.json fix(docs): override vulnerable minimatch and picomatch 2026-04-01 19:25:51 +02:00
pnpm-lock.yaml fix(docs): override vulnerable minimatch and picomatch 2026-04-01 19:25:51 +02:00