概要

フル名
docker.io/ananwaresystems/webarchive
Registry
docker.io
名前空間
ananwaresystems
リポジトリ
webarchive
キャッシュ Tag 数
10
最終同期
07/06/2026, 03:46 AM

概要

WebArchive 网页归档管理 Web 镜像,抓取、存储与浏览历史网页快照,适合合规存档与网站变更追踪场景。

詳細

ananwaresystems/webarchive 运行 WebArchive 网页归档 Web 应用,配置抓取规则定期保存目标 URL 快照并提供浏览检索界面。定位为网页归档 Web 应用,挂载 archive volume 持久化快照;K8s Deployment + Ingress 内网合规存档平台。

快速启动

docker run -d --name webarchive \
  -p 8080:8080 \
  docker.io/ananwaresystems/webarchive:latest

推荐实践

docker run -d --name webarchive \
  --restart unless-stopped \
  -p 8080:8080 \
  -v /data/webarchive:/app/archives \
  docker.io/ananwaresystems/webarchive:1.0.0

核心参数说明

  • -p 8080:8080 — WebArchive Web UI
  • -v .../webarchive:... — 快照数据持久化
  • --restart unless-stopped — 定时抓取持续运行
  • 合规 — 遵守目标站点 robots.txt

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: webarchive
spec:
  replicas: 1
  selector:
    matchLabels:
      app: webarchive
  template:
    metadata:
      labels:
        app: webarchive
    spec:
      containers:
        - name: webarchive
          image: docker.io/ananwaresystems/webarchive:1.0.0
          ports:
            - containerPort: 8080
          volumeMounts:
            - name: archives
              mountPath: /app/archives
      volumes:
        - name: archives
          persistentVolumeClaim:
            claimName: webarchive-data
---
apiVersion: v1
kind: Service
metadata:
  name: webarchive
spec:
  selector:
    app: webarchive
  ports:
    - port: 8080
      targetPort: 8080

PVC 容量按归档量规划;CronJob 可选外部触发抓取。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/ananwaresystems/webarchive
:0.1.8
linux/amd64
2018/05/04 12:4318.0 MBsha256:51e1f1c3f5a3
docker.io/ananwaresystems/webarchive
:0.1.7
linux/amd64
2018/05/04 12:3216.5 MBsha256:376f642ba858
docker.io/ananwaresystems/webarchive
:0.1.6
linux/amd64
2018/05/04 12:2416.5 MBsha256:759b27d45758
docker.io/ananwaresystems/webarchive
:0.1.5
linux/amd64
2018/05/04 05:2216.5 MBsha256:30185a2c1404
docker.io/ananwaresystems/webarchive
:0.1.4
linux/amd64
2018/05/04 05:1816.5 MBsha256:38fac3d22bed
docker.io/ananwaresystems/webarchive
:0.1.3
linux/amd64
2018/05/04 05:0916.5 MBsha256:78c17c9338e4
docker.io/ananwaresystems/webarchive
:0.1.2
linux/amd64
2018/05/04 04:5532.3 MBsha256:ef9a6842f3c9
docker.io/ananwaresystems/webarchive
:0.1.1
linux/amd64
2018/05/04 04:2816.5 MBsha256:74d8ac43cc92
docker.io/ananwaresystems/webarchive
:0.1
linux/amd64
2018/05/04 04:2216.5 MBsha256:7274a55b04c6
docker.io/ananwaresystems/webarchive
:1.0
linux/amd64
2018/04/25 01:121.1 MBsha256:47968a7c355d