opello / archiveteam-arm

ARM modifications to the ArchiveTeam Docker images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 imrehg/archiveteam-arm-reddit-grab
Telegram atdr.meo.ws/archiveteam/telegram-grab imrehg/archiveteam-arm-telegram-grab
Ukraine atdr.meo.ws/archiveteam/ua-grab imrehg/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 imrehg/archiveteam-arm-wget-lua (gnutls version only)
atdr.meo.ws/archiveteam/grab-base imrehg/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

About

ARM modifications to the ArchiveTeam Docker images


Languages

Language:Python 68.2%Language:Shell 31.8%