Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
woodgear committed Sep 11, 2024
1 parent 660af9a commit 29d51ef
Show file tree
Hide file tree
Showing 80 changed files with 885 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .build/build-e2e-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: source
workspace: source
steps:
- image: build-harbor.alauda.cn/ops/golang:1.18-alpine3.16 # keep it as same as alb docker builder.
- image: build-harbor.alauda.cn/ops/golang:1.22.7-alpine # keep it as same as alb docker builder.
name: build
imagePullPolicy: IfNotPresent
workingDir: '$(workspaces.source.path)'
Expand Down
2 changes: 1 addition & 1 deletion .build/build-openresty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
name: source
tasks:
- name: build-alb-nginx
timeout: 30m
timeout: 100m
retries: 3
taskRef:
kind: ClusterTask
Expand Down
4 changes: 2 additions & 2 deletions .build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: source
workspace: source
steps:
- image: docker-mirrors.alauda.cn/library/golang:1.22.5-alpine # keep it as same as alb docker builder.
- image: docker-mirrors.alauda.cn/library/golang:1.22.7-alpine # keep it as same as alb docker builder.
name: build
imagePullPolicy: IfNotPresent
workingDir: '$(workspaces.source.path)'
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
- $(tasks.nginx-build.results.ociContainerImageBuild-url)
- name: scan-flags
value:
- db.repository=build-harbor.alauda.cn/3rdparty/aquasec/trivy-db
- db.repository=build-harbor.alauda.cn/ops/aquasecurity/trivy-db
- db.skip-update=false
- name: quality-gate-rules
value:
Expand Down
Loading

0 comments on commit 29d51ef

Please sign in to comment.