/archiveteam-arm

ARM modifications to the ArchiveTeam Docker images

Primary LanguagePython

ARM versions of Archive Team Docker images

Archive Team is saving our digital heritage. They have stand-alone VirtualBox-packaged versions of their archivers, and also have instructions to run Archive Team projects with Docker. The official images are however only available for x86_64 (amd64). The projects themselves run a mixture of Lua/Python, and should just work on ARM processors, widening the list of available hardware that can be used to archive (e.g. RaspberryPi, or other common ARM64/ARMv7/ARMv6 boards).

This repo aims to provide information and patched build scripts to either build the relevant images for these architectures, or to run the actual Archive Team projects with the nre base images.

Note: this repo is a work-in-progress, so not everything might work.

Projects

The following lists of projects are supported so far and have images:

Project Official Image ARM Image (this repo)
Reddit atdr.meo.ws/archiveteam/reddit-grab walkx/archiveteam-arm-reddit-grab
Telegram atdr.meo.ws/archiveteam/telegram-grab walkx/archiveteam-arm-telegram-grab
Ukraine atdr.meo.ws/archiveteam/ua-grab walkx/archiveteam-arm-ua-grab

In addition to the project images, the following base images are provided:

Official Image ARM Image (this repo)
atdr.meo.ws/archiveteam/wget-lua walkx/archiveteam-arm-wget-lua (gnutls version only)
atdr.meo.ws/archiveteam/grab-base walkx/archiveteam-arm-grab-base (gnutls version only)

Multiarch builds

Set things up as they are described in this Building Multi-Arch Images ... blogpost, basically:

docker buildx create --name mybuilder
docker buildx use mybuilder
docker buildx inspect --bootstrap