Sign inSign up

micwy/aport-builder-x86_64

By micwy

Updated over 5 years ago

Build aport packages for x86_64 using docker

Image
0

212

micwy/aport-builder-x86_64 repository overview

Build aport packages using docker

This docker image simplifies the building of aport images for x86_64.

Everthing required to build a package is in the image, so the host system is not modified in any way.

Usage:

  • checkout aports
  • change into aports directory
  • run:
docker run -it --rm \
  -v $(pwd):/aports \
  -v $(pwd)/packages:/home/build/packages \
  --user build --workdir /aports \
  micwy/aport-builder-x86_64:latest \
  testing/mypackage
  • The package will be in the "packages" sub directory

Tag summary

Content type

Image

Digest

Size

65.5 MB

Last updated

over 5 years ago

docker pull micwy/aport-builder-x86_64