mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Added licensing zip from container to prevent user login leak
This commit is contained in:
parent
91507f1382
commit
3ee78ad66b
@ -7,6 +7,8 @@ license: packages.lua Dockerfile license.sh
|
||||
run: license
|
||||
rm -rf output
|
||||
docker run -it -v /etc:/hostetc -v /usr:/hostusr -v /lib:/lib -v $(PWD)/output:/output license
|
||||
docker run -it --rm -v $(PWD):/licensing debian sh -c "cd /licensing/output && tar --numeric-owner -zcvf /licensing/License.tar.gz *"
|
||||
mv License.tar.gz ~/Desktop/
|
||||
|
||||
clean:
|
||||
rm -rf output
|
||||
|
Loading…
Reference in New Issue
Block a user