Skip to content

Commit 8fcca8e

Browse files
committed
pin docker version or it will fail
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 69a6a2d commit 8fcca8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.tekton/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
- name: source
124124
steps:
125125
- name: markdown-lint
126-
image: quay.io/eclipse/che-docs
126+
image: jdkato/vale:v2.24.0
127127
workingDir: $(workspaces.source.path)
128128
script: |
129129
vale docs/content --minAlertLevel=error --output=line
@@ -185,7 +185,7 @@ spec:
185185
186186
- name: lint
187187
# golangci-lint has not tagged their image for 1.40.0 yet so using latest for now until we can pin it
188-
image: mirror.gcr.io/golangci/golangci-lint:latest
188+
image: golangci/golangci-lint:v1.51.0-alpine
189189
workingDir: $(workspaces.source.path)
190190
env:
191191
- name: GOCACHE

hack/dev/kind/gitea/gitea-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ spec:
145145
- key: app.ini
146146
path: app.ini
147147
containers:
148-
- image: quay.io/gpte-devops-automation/gitea
148+
- image: quay.io/gpte-devops-automation/gitea:1.17
149149
imagePullPolicy: IfNotPresent
150150
name: gitea
151151
env:

0 commit comments

Comments
 (0)