Skip to content

Commit b41532c

Browse files
committed
0.1.8
1 parent 7929c94 commit b41532c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ kubectl apply -f https://raw.githubusercontent.com/weibaohui/blazork8s/main/depl
6464
### x86 Run
6565
Note: When using Docker Desktop, you need to handle the access domain address of the API server yourself. Ensure that it is accessible within the Docker environment.
6666
```docker
67-
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.7
67+
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.8
6868
```
6969
### ARM Run (Mac M1/2/3)
7070
```docker
71-
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.7-arm
71+
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.8-arm
7272
```
7373

7474
* View:http://IP:4000 (!Do not use 127.0.0.1/localhost!)

Readme_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ kubectl apply -f https://gitee.com/weibaohui/blazork8s/raw/main/deploy/deploymen
6868
使用docker-desktop需要自行处理apiserver的访问域名地址,请确保在docker内可访问
6969
### X86架构环境
7070
```docker
71-
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.7
71+
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.8
7272
```
7373
### ARM Run (Mac M1/2/3等ARM架构)
7474
```docker
75-
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.7-arm
75+
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.8-arm
7676
```
7777

7878
* 访问:http://IP:4000 (!不要使用 127.0.0.1/localhost!)

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ echo $CR_PAT | docker login ghcr.io -u weibaohui --password-stdin
66
#docker buildx build -t ghcr.io/weibaohui/blazork8s:0.0.8 -f BlazorApp/Dockerfile --platform=linux/arm64,linux/amd64 . --push
77

88
#arm
9-
docker build -t ghcr.io/weibaohui/blazork8s:0.1.7-arm -f BlazorApp/Dockerfile .
10-
docker push ghcr.io/weibaohui/blazork8s:0.1.7-arm
9+
docker build -t ghcr.io/weibaohui/blazork8s:0.1.8-arm -f BlazorApp/Dockerfile .
10+
docker push ghcr.io/weibaohui/blazork8s:0.1.8-arm

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ spec:
128128
spec:
129129
containers:
130130
- name: blazork8s
131-
image: ghcr.io/weibaohui/blazork8s:0.1.7
131+
image: ghcr.io/weibaohui/blazork8s:0.1.8
132132
env:
133133
# - name: ASPNETCORE_ENVIRONMENT
134134
# value: "Development"

0 commit comments

Comments
 (0)