Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: docker
image: plugins/docker
Expand All @@ -16,3 +19,6 @@ steps:
auto_tag: false
tags:
- latest
platforms:
- linux/amd64
- linux/arm64
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A Dockerfile for the [Archive Team Warrior](https://wiki.archiveteam.org/index.php?title=ArchiveTeam_Warrior)

The official image supports both **amd64** and **arm64** architectures (including Raspberry Pi 4/5 and Apple Silicon). Docker will automatically pull the correct image for your platform. ARM32 (armv7/armhf) is not supported.

Build, run, grab the container IP and access the web interface on port 8001.

## Getting Started
Expand Down Expand Up @@ -118,17 +120,10 @@ kubectl apply -n archive -f k8s-warrior.yml

If everything works out you should be able to connect to any of your k8s' nodes IP on port 30163 to view.

You can build the image on other platforms by using [`docker buildx`](https://github.com/docker/buildx), e.g.:

```bash
docker buildx build -t <yourusername>/archive-team-warrior:latest --platform linux/arm/v7 --push .
```

### Docker Compose

First edit the `docker-compose.yml` file with any configuration keys (as described above). When configured to your liking, use `docker compose` to start both Warrior and Watchtower.

```bash
cd examples
docker compose up -d
```
100 changes: 0 additions & 100 deletions outdated/Dockerfile.raspberry

This file was deleted.

91 changes: 0 additions & 91 deletions outdated/Dockerfile.raspberry-k8s

This file was deleted.

33 changes: 0 additions & 33 deletions outdated/README.md

This file was deleted.

Binary file removed wget-lua.raspberry
Binary file not shown.