Skip to content

Commit

Permalink
docs: allow remove git remote for custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Jan 9, 2023
1 parent da93561 commit 53cfc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Note:
- Make sure `APPS_JSON_BASE64` variable has correct base64 encoded JSON string. It is consumed as build arg, base64 encoding ensures it to be friendly with environment variables
- Make sure the `--tag` is valid image name that will be pushed to registry.
- Change `--build-arg` as per version of Python, NodeJS, Frappe Framework repo and branch
- The final image will have no traces of `.git` directory for any apps including frappe framework.
- Set `--build-arg=REMOVE_GIT_REMOTE=true` to remove git upstream remotes from all apps. Use this in case they have secrets or private tokens and you don't wish to ship them in final image.

### Push image to use in yaml files

Expand Down

0 comments on commit 53cfc06

Please sign in to comment.