Skip to content

Commit 4584945

Browse files
vsokysok
authored andcommitted
RHAIENG-1603: Introduce new build-args for konflux build
1 parent e1e78df commit 4584945

File tree

17 files changed

+75
-0
lines changed

17 files changed

+75
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Base Image : UBI 9 with Python 3.12
2+
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
3+
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Base Image : UBI 9 with Python 3.12
2+
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
3+
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Base Image : UBI 9 with Python 3.12
2+
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
3+
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:latest
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# CUDA Version : 12.8.1
3+
# Architectures: linux/arm64, linux/x86_64
4+
# Source : https://quay.io/repository/aipcc/base-images/cuda
5+
BASE_IMAGE=quay.io/aipcc/base-images/cuda:3.0-1756380241
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# ROCm Version : 6.3.4
3+
# Architectures: linux/x86_64
4+
# Source : https://quay.io/repository/aipcc/base-images/rocm
5+
BASE_IMAGE=quay.io/aipcc/base-images/rocm:3.0-1755080929
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# CUDA Version : 12.8.1
3+
# Architectures: linux/arm64, linux/x86_64
4+
# Source : https://quay.io/repository/aipcc/base-images/cuda
5+
BASE_IMAGE=quay.io/aipcc/base-images/cuda:3.0-1756380241
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# CUDA Version : 12.8.1
3+
# Architectures: linux/arm64, linux/x86_64
4+
# Source : https://quay.io/repository/aipcc/base-images/cuda
5+
BASE_IMAGE=quay.io/aipcc/base-images/cuda:3.0-1756380241
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# ROCm Version : 6.3.4
3+
# Architectures: linux/x86_64
4+
# Source : https://quay.io/repository/aipcc/base-images/rocm
5+
BASE_IMAGE=quay.io/aipcc/base-images/rocm:3.0-1755080929
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# ROCm Version : 6.3.4
3+
# Architectures: linux/x86_64
4+
# Source : https://quay.io/repository/aipcc/base-images/rocm
5+
BASE_IMAGE=quay.io/aipcc/base-images/rocm:3.0-1755080929
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# CUDA Version : 12.8.1
3+
# Architectures: linux/arm64, linux/x86_64
4+
# Source : https://quay.io/repository/aipcc/base-images/cuda
5+
BASE_IMAGE=quay.io/aipcc/base-images/cuda:3.0-1756380241

0 commit comments

Comments
 (0)