mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-29 17:17:05 +00:00
8710d447d3
During the 1st stage build of multi-stage build, when run swupd os-install, the swupd state data are saved to /swupd_state, which will not be copied to the target. So we do not need to remove swupd state data. Signed-off-by: Liu, Jianjun <jianjun.liu@intel.com>
cgit
========== This provides a Clear Linux* cgit service
Build
docker build -t clearlinux/cgit .
Or just pull it from Dockerhub
docker pull clearlinux/cgit
Start cgit Container
docker run -p 80:80 -v <git repo path>:/var/www/cgit clearlinux/cgit
Extra Build ARGs
swupd_argsSpecifies SWUPD flags
Default build args in Docker are on: https://docs.docker.com/engine/reference/builder/#arg