We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd54c21 commit d905d88Copy full SHA for d905d88
build/os-packages/Dockerfile.bigcloud2110
@@ -6,7 +6,7 @@ WORKDIR /bigcloud/${OS_VERSION}/os
6
COPY build/os-packages/repos/bigcloud.2110.repo /etc/yum.repos.d/
7
COPY build/os-packages/packages.yml .
8
COPY --from=mikefarah/yq:4.30.8 /usr/bin/yq /usr/bin/yq
9
-RUN yq eval '.common[],.yum[],.bigcloud[]' packages.yml > packages.list
+RUN yq eval '.common[],.yum[],.bigcloud2110[]' packages.yml > packages.list
10
11
RUN ARCH=$(uname -m) \
12
&& rm -rf /etc/yum.repos.d/openEuler* \
0 commit comments