You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,7 +23,7 @@ RUN arch="${TARGETARCH:-$(uname -m)}" && \
20
23
arch=$(echo "$arch" | cut -d- -f1) && \
21
24
if [ "$arch" = "s390x" ]; then \
22
25
echo "Skipping mongocli build for ${arch}, creating dummy binary"; \
23
-
mkdir -p /tmp && echo -e '#!/bin/sh\necho "mongocli not supported on s390x"' > /tmp/mongocli && \
26
+
mkdir -p /tmp && printf '#!/bin/sh\necho "mongocli not supported on s390x"\n' > /tmp/mongocli && \
24
27
chmod +x /tmp/mongocli; \
25
28
else \
26
29
echo "Building mongocli for ${arch}"; \
@@ -44,7 +47,7 @@ ARG TARGETARCH
44
47
# Inject the official UBI 9 repository configuration into the AIPCC base image.
45
48
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
46
49
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
#########################
4
4
ARG BASE_IMAGE
5
5
6
+
# External image alias for UBI repository configuration
7
+
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
8
+
6
9
############################
7
10
# Stage 1: PDF Tool Build #
8
11
############################
@@ -34,7 +37,7 @@ USER 0
34
37
# Inject the official UBI 9 repository configuration into the AIPCC base image.
35
38
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
36
39
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cuda
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ ARG TARGETARCH
5
5
#########################
6
6
ARG BASE_IMAGE
7
7
8
+
# External image alias for UBI repository configuration
9
+
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
10
+
8
11
####################
9
12
# cuda-base #
10
13
####################
@@ -18,7 +21,7 @@ USER 0
18
21
# Inject the official UBI 9 repository configuration into the AIPCC base image.
19
22
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
20
23
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.rocm
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
#########################
4
4
ARG BASE_IMAGE
5
5
6
+
# External image alias for UBI repository configuration
7
+
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
8
+
6
9
####################
7
10
# rocm-base #
8
11
####################
@@ -16,7 +19,7 @@ USER 0
16
19
# Inject the official UBI 9 repository configuration into the AIPCC base image.
17
20
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
18
21
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
32
35
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
33
36
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
32
35
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
33
36
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
30
33
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
31
34
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
30
33
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
31
34
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
0 commit comments