Overview

Full name
docker.io/hanchuanchuan/goinception
Registry
docker.io
Namespace
hanchuanchuan
Repository
goinception
Cached tags
36
Last synced
07/13/2026, 03:17 PM

Introduction

goInception SQL 审核镜像,MySQL SQL 语法检查/备份/执行,DBA 自动化审核与变更前置校验服务。

Details

hanchuanchuan/goinception 运行 goInception MySQL SQL 审核工具,提供 SQL 语法检查、自动备份、在线 DDL 与执行审核。定位为 MySQL SQL 审核 Sidecar/API 服务,常与 Yearning/OArch 配合;DBA SQL 变更前置审核、自动化备份校验或 MySQL 运维流水线中间层。

快速启动

docker run -d --name goinception \
  -p 4000:4000 \
  docker.io/hanchuanchuan/goinception:latest

推荐实践

docker run -d --name goinception \
  --restart unless-stopped \
  -p 4000:4000 \
  -v /data/goinception:/etc/goinception \
  docker.io/hanchuanchuan/goinception:1.3.0

核心参数说明

  • -p 4000:4000 — goInception API 端口
  • -v .../goinception:... — 配置文件
  • 对接 — Yearning/OArch 审核平台
  • 访问 — 限内网 DBA 运维

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: goinception
spec:
  replicas: 1
  selector:
    matchLabels:
      app: goinception
  template:
    metadata:
      labels:
        app: goinception
    spec:
      containers:
        - name: goinception
          image: docker.io/hanchuanchuan/goinception:1.3.0
          ports:
            - containerPort: 4000
          volumeMounts:
            - name: config
              mountPath: /etc/goinception
      volumes:
        - name: config
          configMap:
            name: goinception-config
---
apiVersion: v1
kind: Service
metadata:
  name: goinception
spec:
  selector:
    app: goinception
  ports:
    - port: 4000
      targetPort: 4000

ConfigMap 存审核规则;限 DBA namespace。

Latest tags (20)

View all 36 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/hanchuanchuan/goinception
:latest
linux/amd64
2024/11/01 21:2945.0 MBsha256:b3c0dd26fb50
docker.io/hanchuanchuan/goinception
:v1.3.0
linux/amd64
2024/11/01 21:2945.0 MBsha256:b3c0dd26fb50
docker.io/hanchuanchuan/goinception
:v1.2.5
linux/amd64
2022/06/12 21:0740.3 MBsha256:084597d4ae55
docker.io/hanchuanchuan/goinception
:v1.2.4
linux/amd64
2021/09/10 22:5240.8 MBsha256:6202eebb193a
docker.io/hanchuanchuan/goinception
:v1.2.3
linux/amd64
2020/12/19 19:0926.4 MBsha256:1012dc5fca3f
docker.io/hanchuanchuan/goinception
:v1.2.2
linux/amd64
2020/05/22 19:0026.4 MBsha256:d3fde99f6233
docker.io/hanchuanchuan/goinception
:v1.2.1-33-g382ac71
linux/amd64
2020/04/03 22:1726.8 MBsha256:34c23edc4d39
docker.io/hanchuanchuan/goinception
:v1.2.1
linux/amd64
2020/04/01 22:2326.8 MBsha256:0cf16fdc2e34
docker.io/hanchuanchuan/goinception
:v1.2.0
linux/amd64
2020/03/06 16:1726.8 MBsha256:4010e9f7206e
docker.io/hanchuanchuan/goinception
:v1.1.6
linux/amd64
2020/01/20 11:1526.8 MBsha256:2b28819bb549
docker.io/hanchuanchuan/goinception
:v1.1.5
linux/amd64
2020/01/02 21:2526.8 MBsha256:695d7c9f09fa
docker.io/hanchuanchuan/goinception
:v1.1.4
linux/amd64
2019/12/09 20:5626.8 MBsha256:1385457a9de1
docker.io/hanchuanchuan/goinception
:v1.1.3
linux/amd64
2019/11/21 21:3826.7 MBsha256:8de9b5fa0da0
docker.io/hanchuanchuan/goinception
:v1.1.2
linux/amd64
2019/11/13 22:0826.7 MBsha256:88bd406bb783
docker.io/hanchuanchuan/goinception
:v1.1.1
linux/amd64
2019/10/30 22:1926.7 MBsha256:d6221e91e7a5
docker.io/hanchuanchuan/goinception
:v1.1.0
linux/amd64
2019/10/13 22:3926.7 MBsha256:0c38d4d5d21e
docker.io/hanchuanchuan/goinception
:v1.0.5
linux/amd64
2019/09/07 17:2026.7 MBsha256:eb03b5f9d470
docker.io/hanchuanchuan/goinception
:v1.0.4
linux/amd64
2019/08/20 19:4126.7 MBsha256:c1b9da8afc4d
docker.io/hanchuanchuan/goinception
:v1.0.3
linux/amd64
2019/08/05 16:2626.8 MBsha256:296d8f422f37
docker.io/hanchuanchuan/goinception
:v1.0.2
linux/amd64
2019/07/29 09:4426.8 MBsha256:4521019d4f66