Skip to content

Commit 9d3025b

Browse files
committed
Revert installed RPMs in AI Model Serving Containerfile
1 parent b3c370e commit 9d3025b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/image-blueprints-bootc/layer3-periodic/group1/rhel96-bootc-source-ai-model-serving.containerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ COPY ./bootc-images/$USHIFT_RPM_REPO_NAME.repo ./bootc-images/microshift-fast-da
1919
# vim-common for xxd utility
2020
RUN dnf repoinfo --enabled && \
2121
dnf install -y \
22-
{{ range (env.Getenv "MICROSHIFT_OPTIONAL_RPMS" | strings.Split " ") -}}
23-
"{{ . }}-{{ env.Getenv "SOURCE_VERSION" }}" \
24-
{{ end -}}
25-
{{ range (env.Getenv "MICROSHIFT_X86_64_RPMS" | strings.Split " ") -}}
26-
"{{ . }}-{{ env.Getenv "SOURCE_VERSION" }}" \
27-
{{ end -}}
22+
"microshift-release-info-{{ .Env.SOURCE_VERSION }}" \
23+
"microshift-ai-model-serving-{{ .Env.SOURCE_VERSION }}" \
24+
"microshift-ai-model-serving-release-info-{{ .Env.SOURCE_VERSION }}" \
2825
vim-common \
2926
qemu-guest-agent && \
3027
rm -vf /etc/yum.repos.d/microshift-*.repo && \

0 commit comments

Comments
 (0)