镜像概览
- 完整引用
docker.io/hanchuanchuan/goinception- Registry
- docker.io
- 命名空间
- hanchuanchuan
- 仓库
- goinception
- 已缓存 Tag 数
- 36
- 最近同步
- 07/13/2026, 03:17 PM
简介
goInception SQL 审核镜像,MySQL SQL 语法检查/备份/执行,DBA 自动化审核与变更前置校验服务。
详细介绍
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。
最新 Tag(20 条)
查看全部 36 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/hanchuanchuan/goinception :latest | linux/amd64 | 2024/11/01 21:29 | 45.0 MB | sha256:b3c0dd26fb50… | |||
docker.io/hanchuanchuan/goinception :v1.3.0 | linux/amd64 | 2024/11/01 21:29 | 45.0 MB | sha256:b3c0dd26fb50… | |||
docker.io/hanchuanchuan/goinception :v1.2.5 | linux/amd64 | 2022/06/12 21:07 | 40.3 MB | sha256:084597d4ae55… | |||
docker.io/hanchuanchuan/goinception :v1.2.4 | linux/amd64 | 2021/09/10 22:52 | 40.8 MB | sha256:6202eebb193a… | |||
docker.io/hanchuanchuan/goinception :v1.2.3 | linux/amd64 | 2020/12/19 19:09 | 26.4 MB | sha256:1012dc5fca3f… | |||
docker.io/hanchuanchuan/goinception :v1.2.2 | linux/amd64 | 2020/05/22 19:00 | 26.4 MB | sha256:d3fde99f6233… | |||
docker.io/hanchuanchuan/goinception :v1.2.1-33-g382ac71 | linux/amd64 | 2020/04/03 22:17 | 26.8 MB | sha256:34c23edc4d39… | |||
docker.io/hanchuanchuan/goinception :v1.2.1 | linux/amd64 | 2020/04/01 22:23 | 26.8 MB | sha256:0cf16fdc2e34… | |||
docker.io/hanchuanchuan/goinception :v1.2.0 | linux/amd64 | 2020/03/06 16:17 | 26.8 MB | sha256:4010e9f7206e… | |||
docker.io/hanchuanchuan/goinception :v1.1.6 | linux/amd64 | 2020/01/20 11:15 | 26.8 MB | sha256:2b28819bb549… | |||
docker.io/hanchuanchuan/goinception :v1.1.5 | linux/amd64 | 2020/01/02 21:25 | 26.8 MB | sha256:695d7c9f09fa… | |||
docker.io/hanchuanchuan/goinception :v1.1.4 | linux/amd64 | 2019/12/09 20:56 | 26.8 MB | sha256:1385457a9de1… | |||
docker.io/hanchuanchuan/goinception :v1.1.3 | linux/amd64 | 2019/11/21 21:38 | 26.7 MB | sha256:8de9b5fa0da0… | |||
docker.io/hanchuanchuan/goinception :v1.1.2 | linux/amd64 | 2019/11/13 22:08 | 26.7 MB | sha256:88bd406bb783… | |||
docker.io/hanchuanchuan/goinception :v1.1.1 | linux/amd64 | 2019/10/30 22:19 | 26.7 MB | sha256:d6221e91e7a5… | |||
docker.io/hanchuanchuan/goinception :v1.1.0 | linux/amd64 | 2019/10/13 22:39 | 26.7 MB | sha256:0c38d4d5d21e… | |||
docker.io/hanchuanchuan/goinception :v1.0.5 | linux/amd64 | 2019/09/07 17:20 | 26.7 MB | sha256:eb03b5f9d470… | |||
docker.io/hanchuanchuan/goinception :v1.0.4 | linux/amd64 | 2019/08/20 19:41 | 26.7 MB | sha256:c1b9da8afc4d… | |||
docker.io/hanchuanchuan/goinception :v1.0.3 | linux/amd64 | 2019/08/05 16:26 | 26.8 MB | sha256:296d8f422f37… | |||
docker.io/hanchuanchuan/goinception :v1.0.2 | linux/amd64 | 2019/07/29 09:44 | 26.8 MB | sha256:4521019d4f66… |