logo
ghcr.io/xataio/pgstream:1.4.0
linux/amd64 ghcr.io 哄哄 贡献

pgstream是Xata提供的PostgreSQL变更数据捕获(CDC)工具,可实时捕获PostgreSQL数据库的变更事件,并将其流式传输到目标系统,支持数据实时同步与集成需求。

13
浏览次数
119.52MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0
源镜像
ghcr.io/xataio/pgstream:1.4.0
镜像ID
sha256:7df23fe9d05e3f110a315046c8487bec67b555c54e06d82c19184988d1b955e0
镜像 TAG
1.4.0
镜像大小
119.52MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
/usr/bin/pgstream
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-08-12T13:52:21.731950436Z
同步时间
2026-08-17 15:32
浏览量
13 次
贡献者
avatar 哄哄
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 8
KeyValue
2026-08-12T13:45:47Z org.opencontainers.image.created
pgstream org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
51959fb25869ceb59d875b99e3f6cd76966e59bf org.opencontainers.image.revision
https://github.com/xataio/pgstream org.opencontainers.image.source
pgstream org.opencontainers.image.title
https://github.com/xataio/pgstream org.opencontainers.image.url
1.4.0 org.opencontainers.image.version
🛡️ 镜像安全扫描
Trivy 2026-08-17 15:32 查看完整报告
0
低危 LOW
2
中危 MEDIUM
13
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
usr/bin/pgstream gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0  ghcr.io/xataio/pgstream:1.4.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0  ghcr.io/xataio/pgstream:1.4.0

Shell快速替换命令

sed -i 's#ghcr.io/xataio/pgstream:1.4.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0  ghcr.io/xataio/pgstream:1.4.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0  ghcr.io/xataio/pgstream:1.4.0'

镜像构建历史


# 2026-08-12 21:52:21  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/pgstream"]
                        
# 2026-08-12 21:52:21  119.52MB 复制新文件或目录到容器中
COPY pgstream /usr/bin/pgstream # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:7df23fe9d05e3f110a315046c8487bec67b555c54e06d82c19184988d1b955e0",
    "RepoTags": [
        "ghcr.io/xataio/pgstream:1.4.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream:1.4.0"
    ],
    "RepoDigests": [
        "ghcr.io/xataio/pgstream@sha256:9471deb04c8d9f81c269294b442760a02f2e083c236f7efe2ba065d23cb7a6d3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/xataio/pgstream@sha256:dcfb80ee33f609a7644192263747c0e7cdb691ab47c2bdd4d3a6b655350bc4f5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-12T13:52:21.731950436Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/usr/bin/pgstream"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-08-12T13:45:47Z",
            "org.opencontainers.image.description": "pgstream",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "51959fb25869ceb59d875b99e3f6cd76966e59bf",
            "org.opencontainers.image.source": "https://github.com/xataio/pgstream",
            "org.opencontainers.image.title": "pgstream",
            "org.opencontainers.image.url": "https://github.com/xataio/pgstream",
            "org.opencontainers.image.version": "1.4.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 119521442,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/10a12bb84a6f356dd7821a9a203ea6d10fc7453e3348f47ed0c2e77060c67474/merged",
            "UpperDir": "/var/lib/docker/overlay2/10a12bb84a6f356dd7821a9a203ea6d10fc7453e3348f47ed0c2e77060c67474/diff",
            "WorkDir": "/var/lib/docker/overlay2/10a12bb84a6f356dd7821a9a203ea6d10fc7453e3348f47ed0c2e77060c67474/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:bb7e066cb7f7cde0aa66ce6291dc22291a1380498990061288d240222755db45"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-17T15:32:28.250860972+08:00"
    }
}

更多版本

ghcr.io/xataio/pgstream:1.4.0

linux/amd64 ghcr.io119.52MB2026-08-17 15:32
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×