Go to file
Ricard Illa 20ba0467d1
sendxmpp
2022-08-22 18:28:36 +02:00
agate placeholder files to represent built images 2022-08-22 17:23:56 +02:00
buildx-qemu placeholder files to represent built images 2022-08-22 17:23:56 +02:00
mpd placeholder files to represent built images 2022-08-22 17:23:56 +02:00
pleroma placeholder files to represent built images 2022-08-22 17:23:56 +02:00
rainloop placeholder files to represent built images 2022-08-22 17:23:56 +02:00
rsync placeholder files to represent built images 2022-08-22 17:23:56 +02:00
sendxmpp sendxmpp 2022-08-22 18:28:36 +02:00
static-page-builder placeholder files to represent built images 2022-08-22 17:23:56 +02:00
tor placeholder files to represent built images 2022-08-22 17:23:56 +02:00
transmission placeholder files to represent built images 2022-08-22 17:23:56 +02:00
webdav placeholder files to represent built images 2022-08-22 17:23:56 +02:00
.drone.yml drone ci 2022-08-17 00:15:06 +02:00
.gitignore placeholder files to represent built images 2022-08-22 17:23:56 +02:00
LICENSE added LICENSE and README 2020-12-30 17:29:25 +01:00
Makefile sendxmpp 2022-08-22 18:28:36 +02:00
README.md added buildx-qemu image 2022-08-16 22:57:31 +02:00

README.md

Dockerfiles

Collection of docker images for my personal use. I usually implement my own docker images if I don't find one built or recommended by the original developer of the software I intend to run. Or if the recommended one is too complex for my specific use case. Or if I don't like it for whatever reason. Or if I just feel like making my own image.

All images are made to suit my specific needs and taste, not to be generally useful.

I use simple Makefiles to build the images for the architectures I care about (linux/amd64 and linux/arm64) using docker buildx and push them to my private docker registry.

Currently implemented images:

  • agate
  • buildx-qemu (image I use to build the other images in my CI/CD)
  • mpd
  • pleroma
  • rainloop
  • tor
  • transmission
  • webdav (really simple nginx + nginx-mod-http-dav-ext image)

Create buildx driver

docker buildx create --use

Enable multi-arch execution

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes