summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2024-10-17 11:00:31 +0800
committerfumingwei <[email protected]>2024-10-17 12:00:55 +0800
commitee8dc6601a160fd03e348ff63613ddb9d791d1b6 (patch)
treeea5c885b49bb9de0ca6c4899cb89300818b574c2
parent7c2242fa0e2cdf21da21c49d562f18b374778d94 (diff)
Install build TSG-OS image tools.rockylinux-build-os
-rw-r--r--Dockerfile6
-rw-r--r--helm-v3.13.3-linux-amd64bin0 -> 51228672 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4e1d56b..b8d3c8f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,7 @@ COPY GEEDGE.hvc /tmp/GEEDGE.hvc
COPY rebuildrpm_and_envelope.sh /root/rebuildrpm_and_envelope.sh
COPY aksusbd-8.23-1.x86_64.rpm /tmp/aksusbd-8.23-1.x86_64.rpm
COPY envconfig.cfgx /tmp/envconfig.cfgx
+COPY helm-v3.13.3-linux-amd64 /usr/local/bin/helm
RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \
sed -e 's|^mirrorlist=|#mirrorlist=|g' \
@@ -24,7 +25,7 @@ RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \
yum install -y python2 && \
yum install -y python3-pip && \
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie && \
- rpm -U https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/c/cppcheck-2.7-1.el7.x86_64.rpm && \
+ rpm -U https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/c/cppcheck-2.7-1.el7.x86_64.rpm && \
yum install -y sudo && \
mkdir -p /opt/VendorCodes/ && \
mv /tmp/GEEDGE.hvc /opt/VendorCodes/GEEDGE.hvc && \
@@ -34,6 +35,9 @@ RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \
yum localinstall -y /tmp/aksusbd-8.23-1.x86_64.rpm && \
chmod o+x /opt/Sentinel/Linux/VendorTools/Envelope/linuxenv && \
chmod o+x /root/rebuildrpm_and_envelope.sh && \
+ chmod 0755 /usr/local/bin/helm && \
+ dnf -y install pbzip2 buildah podman python39 qemu-img qemu-kvm telnet net-tools procps-ng httpd && \
+ python3.9 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ansible j2cli j2cli[yaml] && \
yum clean all && \
rm -rf /var/cache/yum
CMD [ "/bin/bash" ]
diff --git a/helm-v3.13.3-linux-amd64 b/helm-v3.13.3-linux-amd64
new file mode 100644
index 0000000..b21190f
--- /dev/null
+++ b/helm-v3.13.3-linux-amd64
Binary files differ