diff options
| author | fumingwei <[email protected]> | 2023-06-16 14:31:52 +0800 |
|---|---|---|
| committer | 付明卫 <[email protected]> | 2023-06-19 07:00:01 +0000 |
| commit | 5408905ac0a9905965e7f8aabd40dc7372844562 (patch) | |
| tree | 1bad72260a73bf5c51b527c8648b8843915f0863 /make | |
| parent | 4fe62c5732c110926f7febd2be3f0a649b06fd69 (diff) | |
bugfix:临时修拉取rockylinux8镜像失败问题
Diffstat (limited to 'make')
| -rw-r--r-- | make/Makefile.TSGXBUILDCONTAINERP0906 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile.TSGXBUILDCONTAINERP0906 b/make/Makefile.TSGXBUILDCONTAINERP0906 index c09ae45f..7444aa5c 100644 --- a/make/Makefile.TSGXBUILDCONTAINERP0906 +++ b/make/Makefile.TSGXBUILDCONTAINERP0906 @@ -55,7 +55,7 @@ installer: builddir sed -i '/sapp-pr:/d;/tfe-pr:/d;/mrzcpd:/d' $(PROJECTDIR)/ansible/install_config/group_vars/rpm_version.yml container-images-generate: builddir - buildah pull rockylinux:8 + podman load < $(PROJECTDIR)/package/rockylinux8.tar buildah from --name $(TOOLS_INSTALL_CONTAINER_NAME) rockylinux:8 buildah copy $(TOOLS_INSTALL_CONTAINER_NAME) $(CONFDIR)/yum-RockyLinux-8.conf /tmp/ buildah copy $(TOOLS_INSTALL_CONTAINER_NAME) /etc/hosts /tmp/ |
