Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit c839e65

Browse files
author
Michael Sauter
committed
Align Dockerfile instructions
1 parent 66bcf82 commit c839e65

10 files changed

+10
-10
lines changed

deploy/central/images-chart/templates/bc-ods-buildah.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.buildah
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8'
20+
name: 'registry.redhat.io/ubi8:8.4'
2121
buildArgs:
2222
- name: aquasecScannerUrl
2323
value: '{{.Values.aquasecScannerUrl}}'

deploy/central/images-chart/templates/bc-ods-finish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.finish
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8/ubi-minimal'
20+
name: 'registry.redhat.io/ubi8/ubi-minimal:8.4'
2121
pullSecret:
2222
name: registry.redhat.io
2323
postCommit: {}

deploy/central/images-chart/templates/bc-ods-go-toolset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.go-toolset
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8'
20+
name: 'registry.redhat.io/ubi8:8.4'
2121
pullSecret:
2222
name: registry.redhat.io
2323
postCommit: {}

deploy/central/images-chart/templates/bc-ods-gradle-toolset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.gradle-toolset
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8'
20+
name: 'registry.redhat.io/ubi8:8.4'
2121
pullSecret:
2222
name: registry.redhat.io
2323
postCommit: {}

deploy/central/images-chart/templates/bc-ods-helm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.helm
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8/ubi-minimal'
20+
name: 'registry.redhat.io/ubi8/ubi-minimal:8.4'
2121
pullSecret:
2222
name: registry.redhat.io
2323
postCommit: {}

deploy/central/images-chart/templates/bc-ods-python-toolset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.python-toolset
1818
from:
1919
kind: DockerImage
20-
name: "registry.redhat.io/ubi8"
20+
name: "registry.redhat.io/ubi8/ubi-minimal:8.4"
2121
pullSecret:
2222
name: registry.redhat.io
2323
postCommit: {}

deploy/central/images-chart/templates/bc-ods-sonar.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.sonar
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8/ubi-minimal'
20+
name: 'registry.redhat.io/ubi8/ubi-minimal:8.4'
2121
buildArgs:
2222
- name: sonarEdition
2323
value: '{{.Values.sonarEdition}}'

deploy/central/images-chart/templates/bc-ods-start.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.start
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8/ubi-minimal'
20+
name: 'registry.redhat.io/ubi8/ubi-minimal:8.4'
2121
pullSecret:
2222
name: registry.redhat.io
2323
postCommit: {}

deploy/central/images-chart/templates/bc-ods-typescript-toolset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.typescript-toolset
1818
from:
1919
kind: DockerImage
20-
name: "registry.redhat.io/ubi8"
20+
name: "registry.redhat.io/ubi8/ubi-minimal:8.4"
2121
pullSecret:
2222
name: registry.redhat.io
2323
postCommit: {}

deploy/central/images-chart/templates/bc-ods-webhook-interceptor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dockerfilePath: build/package/Dockerfile.webhook-interceptor
1818
from:
1919
kind: DockerImage
20-
name: 'registry.redhat.io/ubi8/ubi-minimal'
20+
name: 'registry.redhat.io/ubi8/ubi-minimal:8.4'
2121
buildArgs:
2222
- name: taskSuffix
2323
value: '{{.Values.taskSuffix}}'

0 commit comments

Comments
 (0)