run cports in docker. mirrors to https://github.com/jabuxas/cports-docker
Go to file
2024-09-06 12:08:21 -03:00
.github/workflows build: add docker deploy image 2024-09-06 12:03:14 -03:00
.gitignore chore: add gitignore 2024-09-02 11:36:51 -03:00
docker-compose.yml ops: change docker-compose to use built image 2024-09-06 12:03:27 -03:00
Dockerfile feat: add all repos 2024-09-06 10:18:18 -03:00
generate_config.sh feat: add working docker files 2024-09-02 11:38:10 -03:00
LICENSE chore: init 2024-09-02 09:55:54 -03:00
README.md docs: add mention to image 2024-09-06 12:08:21 -03:00

cports-docker

Run cports and build pkgs inside chimera docker image.

how?

  • run generate_config.sh to set your repo directory correctly
  • then run:
docker compose run --build --rm cports
  • your cports repo will be in /cports, just do setup normally after that
  • make sure you have sane ulimits -n, docker for some reason is setting it as 1073741816 lately, and that makes builds take minutes.
  • optionally, use the docker image and set it up how you want to