File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ Does not include:
2626 - [ CSI Driver] ( docs/csi-driver.md )
2727- Administration
2828 - [ Deployment] ( docs/deployment.md )
29- - Development
29+ - [ Development] ( docs/development.md )
3030 - [ Testing] ( docs/testing.md )
3131 - [ Release Procedure] ( docs/release-procedure.md )
Original file line number Diff line number Diff line change 1+ # Development
2+
3+ ## Build Container Images locally
4+
5+ Create a classic personal access token in GitHub. Set an expiration date and enable the ` write:packages ` scope.
6+ ** Note:** Using a token generated by the ` gh ` cli is not sufficient.
7+
8+ Login to the ` ghcr.io ` registry. When asked for a password, paste the access token:
9+
10+ ``` bash
11+ ko login -u < your_username> --password-stdin ghcr.io
12+ ```
13+
14+ Build image and push to the regsitry:
15+
16+ ``` bash
17+ make images
18+ ```
19+
20+ The pushed image name and tag are logged to the console.
You can’t perform that action at this time.
0 commit comments