概要

フル名
docker.io/hhyo/archery
Registry
docker.io
名前空間
hhyo
リポジトリ
archery
キャッシュ Tag 数
50
最終同期
07/13/2026, 02:13 PM

概要

Archery SQL 审核平台镜像,MySQL/Oracle 等 SQL 上线审批与执行,DBA 工单流转、慢查询分析与数据库变更管控。

詳細

hhyo/archery 运行 Archery SQL 审核与工单平台,支持 SQL 上线审批、自动审核规则、慢查询分析与数据库账号管理。定位为 DBA 运维 Web 控制台,需 MySQL 存元数据;企业 SQL 变更管控、多实例统一审核或替代手工脚本上线流程。

快速启动

docker run -d --name archery \
  -p 9123:9123 \
  docker.io/hhyo/archery:latest

推荐实践

docker run -d --name archery \
  --restart unless-stopped \
  -p 9123:9123 \
  -v /data/archery:/opt/archery \
  docker.io/hhyo/archery:v1.12.0

核心参数说明

  • -p 9123:9123 — Archery Web UI
  • -v .../archery:... — 配置与日志
  • 权限 — 含 DB 执行能力(高敏
  • 访问 — 限内网 DBA 运维

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: archery
spec:
  replicas: 1
  selector:
    matchLabels:
      app: archery
  template:
    metadata:
      labels:
        app: archery
    spec:
      containers:
        - name: archery
          image: docker.io/hhyo/archery:v1.12.0
          ports:
            - containerPort: 9123
          volumeMounts:
            - name: data
              mountPath: /opt/archery
      volumes:
        - name: data
          persistentVolumeClaim:
            claimName: archery-data
---
apiVersion: v1
kind: Service
metadata:
  name: archery
spec:
  selector:
    app: archery
  ports:
    - port: 9123
      targetPort: 9123

Ingress 限 RBAC;PVC 存配置与日志。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/hhyo/archery
:master
linux/amd64
2026/06/17 18:49736.7 MBsha256:54e84d2fd847
docker.io/hhyo/archery
:latest
linux/amd64
2026/03/07 12:02731.4 MBsha256:2816f831ecc8
docker.io/hhyo/archery
:v1.14.0
linux/amd64
2026/03/07 12:02731.4 MBsha256:2816f831ecc8
docker.io/hhyo/archery
:v1.13.0
linux/amd64
2025/10/08 21:02728.3 MBsha256:02405a7af540
docker.io/hhyo/archery
:v1.12.0
linux/amd64
2025/04/12 22:17709.0 MBsha256:96c07b788cbd
docker.io/hhyo/archery
:v1.11.3
linux/amd64
2024/08/24 17:32720.6 MBsha256:a3e242864e0b
docker.io/hhyo/archery
:v1.11.2
linux/amd64
2024/08/24 14:17720.6 MBsha256:72439f69bf44
docker.io/hhyo/archery
:v1.11.1
linux/amd64
2024/05/08 14:03676.8 MBsha256:804e501d93e1
docker.io/hhyo/archery
:v1.11.0
linux/amd64
2024/05/07 22:43676.8 MBsha256:b91ad7899869
docker.io/hhyo/archery
:v1.10.0
linux/amd64
2023/08/17 13:57534.8 MBsha256:94de0fa7f2e9
docker.io/hhyo/archery
:v1.9.1
linux/amd64
2022/10/07 23:57723.6 MBsha256:1aa41843419e
docker.io/hhyo/archery
:v1.9.0
linux/amd64
2022/09/22 09:43723.4 MBsha256:f6c1e10c09c6
docker.io/hhyo/archery
:v1.8.5
linux/amd64
2022/05/21 14:46705.4 MBsha256:0294d39c1779
docker.io/hhyo/archery
:v1.8.4
linux/amd64
2022/05/04 15:30703.5 MBsha256:40fd3b8b2925
docker.io/hhyo/archery
:v1.8.3
linux/amd64
2022/03/27 16:36687.2 MBsha256:e585b1644d01
docker.io/hhyo/archery
:v1.8.2
linux/amd64
2021/12/05 21:39625.8 MBsha256:2163b7e7c39b
docker.io/hhyo/archery
:1.8.1
linux/amd64
2021/03/27 12:33624.4 MBsha256:a0438bc40433
docker.io/hhyo/archery
:1.8.0
linux/amd64
2020/11/01 20:19653.2 MBsha256:3b6f7ead1b84
docker.io/hhyo/archery
:ci
linux/amd64
2020/11/01 18:41653.2 MBsha256:5b50cef003eb
docker.io/hhyo/archery
:1.7.13
linux/amd64
2020/08/30 12:40664.3 MBsha256:53f71769fdc0