Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 635 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 635 Bytes

docker-pkgbuilder

Docker PKGBUILD Environment for Jimni Packages
user account :
user : user
password : password

jimni.sh

bash jimni.sh <download/autobuild/run>
  • download : will download jimni packages to compile

  • autobuild : will compile every package with makepkg and output to build directory (requires download to be run first)

  • run : will start the container and give you a shell session


  • How to build image
sudo docker build -t jimni --no-cache=true .
  • How to run image
docker run -it --rm jimni bash -c "bash"

Todo - copy packaged files from container to host