# container.build.demo **Repository Path**: wangzheng422/container.build.demo ## Basic Information - **Project Name**: container.build.demo - **Description**: 测试用的代码库,用来展现git的操作流程和git的更新功能 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-19 - **Last Updated**: 2022-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![ci](https://github.com/wangzheng422/container.build.demo/actions/workflows/main.yml/badge.svg)](https://github.com/wangzheng422/container.build.demo/actions/workflows/main.yml)[![CI FPGA](https://github.com/wangzheng422/container.build.demo/actions/workflows/fpga.yml/badge.svg)](https://github.com/wangzheng422/container.build.demo/actions/workflows/fpga.yml) # container build demo ## large file ```bash buildah from --name onbuild-container scratch buildah copy onbuild-container nr5g_19.10.03.bz2 / buildah umount onbuild-container buildah commit --rm onbuild-container quay.io/baicell/nr5g:latest buildah push quay.io/baicell/nr5g:latest buildah from --name onbuild-container scratch buildah copy onbuild-container BaiBBU_DXSS_1.0.18--4.18.0-305.19.1.PKG / buildah copy onbuild-container BaiBBU_DXSS_1.0.16--4.18.0-305.19.1.PKG / buildah umount onbuild-container buildah commit --rm onbuild-container quay.io/baicell/fpga-driver:v1.0.18--4.18.0-305.19.1 buildah push quay.io/baicell/fpga-driver:v1.0.18--4.18.0-305.19.1 ```