File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ $ docker run \
4444 -p 8081:8081 \
4545 -e REPO_URL=[URL REPOSITORY] \
4646 -e REPO_BRANCH=[DEFAULT BRANCH] \
47- jarpsimoes/git_http_server
47+ ghcr.io/ jarpsimoes/git_http_server
4848```
4949Test content
5050``` shell
@@ -68,7 +68,7 @@ $ docker run \
6868 -e REPO_BRANCH=[DEFAULT BRANCH] \
6969 -e REPO_USERNAME=[Token Identifier or Username] \
7070 -e REPO_PASSWORD=[Password or Token]
71- jarpsimoes/git_http_server
71+ ghcr.io/ jarpsimoes/git_http_server
7272```
7373
7474### Implementation with Proxy redirect
@@ -88,7 +88,7 @@ $ docker run \
8888 -e REPO_PASSWORD=[Password or Token] \
8989 -e GHS_CUSTOM_PATH_google/redirect=https://www.google.pt
9090 -e GHS_CUSTOM_REWRITE_google/redirect=true
91- jarpsimoes/git_http_server
91+ ghcr.io/ jarpsimoes/git_http_server
9292```
9393
9494Test content
@@ -134,7 +134,7 @@ spec:
134134 - name : REPO_URL
135135 value : [REPOSITORY_URL]
136136 name : git-http-server
137- image : jarpsimoes/git_http_server:v0.91749682
137+ image : ghcr.io/ jarpsimoes/git_http_server:v0.0.1-beta
138138 imagePullPolicy : Always
139139 livenessProbe :
140140 httpGet :
You can’t perform that action at this time.
0 commit comments