docker.io/timescale/timescaledb-ha:pg15-latest linux/amd64

docker.io/timescale/timescaledb-ha:pg15-latest - 国内下载镜像源 浏览次数:96

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

TimescaleDB-HA是高可用时序数据库镜像

该镜像是基于PostgreSQL构建的高可用时序数据库,支持自动副本和集群。

该镜像提供了一个轻松部署和管理高可用时序数据库的解决方案。它包括所有必需的组件来为您的应用程序提供快速、可靠且可伸缩的时间序列数据存储。

您可以使用TimescaleDB-HA来处理来自各种来源的大规模时间序列数据,例如IoT设备、服务器日志等。它还提供了强大的查询和分析功能,使您能够轻松地对您的数据进行探索、聚合和可视化。

总之,TimescaleDB-HA是高度可用的高性能时序数据库镜像,是处理大规模时间序列数据的理想选择之一。

源镜像 docker.io/timescale/timescaledb-ha:pg15-latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest
镜像ID sha256:ad39c4fbc5c44557db1e16af10ec11e3ab12d0a472374f39aaba06ad9ca2640e
镜像TAG pg15-latest
大小 3.37GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD postgres
启动入口 /docker-entrypoint.sh
工作目录 /home/postgres
OS/平台 linux/amd64
浏览量 96 次
贡献者
镜像创建 2023-04-24T07:54:45.17949738Z
同步时间 2025-02-07 18:07
更新时间 2025-03-30 12:46
开放端口
5432/tcp 8008/tcp 8081/tcp
环境变量
PATH=/usr/lib/postgresql/15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PGROOT=/home/postgres PGDATA=/home/postgres/pgdata/data PGLOG=/home/postgres/pg_log PGSOCKET=/home/postgres/pgdata BACKUPROOT=/home/postgres/pgdata/backup PGBACKREST_CONFIG=/home/postgres/pgdata/backup/pgbackrest.conf PGBACKREST_STANZA=poddb LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER=
镜像标签
0.1.39: com.timescaledb.image.hotforge.version docker-ha: com.timescaledb.image.install_method 2.1.4: com.timescaledb.image.patroni.version 2.44: com.timescaledb.image.pgBackRest.version 3.3.2: com.timescaledb.image.postgis.version 12.14,13.10,14.7,15.2: com.timescaledb.image.postgresql.available_versions 15.2: com.timescaledb.image.postgresql.version 0.0.0,0.1,0.1.1,0.1.2,0.1.3-beta,0.2.0,0.3.0,0.3.1,0.3.2,0.5.0,0.5.1,0.5.2,0.5.4,0.6.0,0.7.0,0.8.0: com.timescaledb.image.promscale.available_versions 0.8.0: com.timescaledb.image.promscale.version 2.10.0,2.10.1,2.10.2,2.8.1,2.9.0,2.9.1,2.9.2,2.9.3: com.timescaledb.image.timescaledb.available_versions 2.10.2: com.timescaledb.image.timescaledb.version 1.1.11: com.timescaledb.image.timescaledb_cloudutils.version 1.0.0: com.timescaledb.image.timescaledb_osm.available_versions 1.0.0: com.timescaledb.image.timescaledb_osm.version 1.13.1,1.14.0,1.15.0,1.16.0: com.timescaledb.image.timescaledb_toolkit.available_versions 1.16.0: com.timescaledb.image.timescaledb_toolkit.version 1.0.1: com.timescaledb.image.tsdb_admin.version 2023-04-24T08:00:20+00:00: org.opencontainers.image.created v1.6.9: org.opencontainers.image.revision https://github.com/timescale/timescaledb-docker-ha: org.opencontainers.image.source Timescale: org.opencontainers.image.vendor
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 22.04 扫描引擎: Trivy 扫描时间: 2025-02-07 18:07

低危漏洞:157 中危漏洞:498 高危漏洞:7 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest  docker.io/timescale/timescaledb-ha:pg15-latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest  docker.io/timescale/timescaledb-ha:pg15-latest

Shell快速替换命令

sed -i 's#timescale/timescaledb-ha:pg15-latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest  docker.io/timescale/timescaledb-ha:pg15-latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest  docker.io/timescale/timescaledb-ha:pg15-latest'

镜像构建历史


# 2023-04-24 15:54:45  0.00B 指定运行容器时使用的用户
USER postgres
                        
# 2023-04-24 15:54:45  0.00B 声明容器运行时监听的端口
EXPOSE map[5432/tcp:{} 8008/tcp:{} 8081/tcp:{}]
                        
# 2023-04-24 15:54:45  0.00B 设置工作目录为/home/postgres
WORKDIR /home/postgres
                        
# 2023-04-24 15:54:45  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c chmod 755 "${PGROOT}" # buildkit
                        
# 2023-04-24 15:54:44  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c chmod 1777 /var/run/postgresql # buildkit
                        
# 2023-04-24 15:54:44  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c chown postgres:postgres /var/log/pgbackrest/ /var/lib/pgbackrest /var/spool/pgbackrest -R # buildkit
                        
# 2023-04-24 15:54:44  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c chown postgres:postgres "${PGLOG}" "${PGROOT}" "${PGDATA}" /var/run/postgresql/ -R # buildkit
                        
# 2023-04-24 15:54:43  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c for i in $(seq 0 7); do touch "${PGLOG}/postgresql-$i.log" "${PGLOG}/postgresql-$i.csv"; done # buildkit
                        
# 2023-04-24 15:54:43  44.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c rm /etc/pgbackrest.conf && ln -s "${PGBACKREST_CONFIG}" /etc/pgbackrest.conf # buildkit
                        
# 2023-04-24 15:54:43  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c install -o postgres -g postgres -m 0750 -d "${PGROOT}" "${PGLOG}" "${PGDATA}" "${BACKUPROOT}" /etc/supervisor/conf.d /scripts /var/lib/postgresql # buildkit
                        
# 2023-04-24 15:54:42  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c usermod postgres --home "${PGROOT}" --move-home # buildkit
                        
# 2023-04-24 15:54:42  0.00B 设置环境变量 PGROOT PGDATA PGLOG PGSOCKET BACKUPROOT PGBACKREST_CONFIG PGBACKREST_STANZA PATH LC_ALL LANG PAGER
ENV PGROOT=/home/postgres PGDATA=/home/postgres/pgdata/data PGLOG=/home/postgres/pg_log PGSOCKET=/home/postgres/pgdata BACKUPROOT=/home/postgres/pgdata/backup PGBACKREST_CONFIG=/home/postgres/pgdata/backup/pgbackrest.conf PGBACKREST_STANZA=poddb PATH=/usr/lib/postgresql/15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER=
                        
# 2023-04-24 15:54:42  89.59KB 复制新文件或目录到容器中
COPY scripts /scripts/ # buildkit
                        
# 2023-04-24 15:54:42  1.61KB 复制新文件或目录到容器中
COPY pgbackrest_entrypoint.sh / # buildkit
                        
# 2023-04-24 15:54:42  26.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=15 /bin/sh -c ln -s /timescaledb_entrypoint.sh /patroni_entrypoint.sh # buildkit
                        
# 2023-04-24 15:54:42  2.40KB 复制新文件或目录到容器中
COPY timescaledb_entrypoint.sh / # buildkit
                        
# 2023-04-24 15:54:42  0.00B 设置默认要执行的命令
CMD ["postgres"]
                        
# 2023-04-24 15:54:42  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2023-04-24 15:54:42  0.00B 定义构建参数
ARG PG_MAJOR
                        
# 2023-04-24 15:54:42  3.37GB 复制新文件或目录到容器中
COPY / / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:ad39c4fbc5c44557db1e16af10ec11e3ab12d0a472374f39aaba06ad9ca2640e",
    "RepoTags": [
        "timescale/timescaledb-ha:pg15-latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha:pg15-latest"
    ],
    "RepoDigests": [
        "timescale/timescaledb-ha@sha256:a8e3322e1cf936828698cb4de2a9c4b59acae1b123909f023bb15f42270af95d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-ha@sha256:a8e3322e1cf936828698cb4de2a9c4b59acae1b123909f023bb15f42270af95d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-04-24T07:54:45.17949738Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "postgres",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5432/tcp": {},
            "8008/tcp": {},
            "8081/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/lib/postgresql/15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PGROOT=/home/postgres",
            "PGDATA=/home/postgres/pgdata/data",
            "PGLOG=/home/postgres/pg_log",
            "PGSOCKET=/home/postgres/pgdata",
            "BACKUPROOT=/home/postgres/pgdata/backup",
            "PGBACKREST_CONFIG=/home/postgres/pgdata/backup/pgbackrest.conf",
            "PGBACKREST_STANZA=poddb",
            "LC_ALL=C.UTF-8",
            "LANG=C.UTF-8",
            "PAGER="
        ],
        "Cmd": [
            "postgres"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/postgres",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "com.timescaledb.image.hotforge.version": "0.1.39",
            "com.timescaledb.image.install_method": "docker-ha",
            "com.timescaledb.image.patroni.version": "2.1.4",
            "com.timescaledb.image.pgBackRest.version": "2.44",
            "com.timescaledb.image.postgis.version": "3.3.2",
            "com.timescaledb.image.postgresql.available_versions": "12.14,13.10,14.7,15.2",
            "com.timescaledb.image.postgresql.version": "15.2",
            "com.timescaledb.image.promscale.available_versions": "0.0.0,0.1,0.1.1,0.1.2,0.1.3-beta,0.2.0,0.3.0,0.3.1,0.3.2,0.5.0,0.5.1,0.5.2,0.5.4,0.6.0,0.7.0,0.8.0",
            "com.timescaledb.image.promscale.version": "0.8.0",
            "com.timescaledb.image.timescaledb.available_versions": "2.10.0,2.10.1,2.10.2,2.8.1,2.9.0,2.9.1,2.9.2,2.9.3",
            "com.timescaledb.image.timescaledb.version": "2.10.2",
            "com.timescaledb.image.timescaledb_cloudutils.version": "1.1.11",
            "com.timescaledb.image.timescaledb_osm.available_versions": "1.0.0",
            "com.timescaledb.image.timescaledb_osm.version": "1.0.0",
            "com.timescaledb.image.timescaledb_toolkit.available_versions": "1.13.1,1.14.0,1.15.0,1.16.0",
            "com.timescaledb.image.timescaledb_toolkit.version": "1.16.0",
            "com.timescaledb.image.tsdb_admin.version": "1.0.1",
            "org.opencontainers.image.created": "2023-04-24T08:00:20+00:00",
            "org.opencontainers.image.revision": "v1.6.9",
            "org.opencontainers.image.source": "https://github.com/timescale/timescaledb-docker-ha",
            "org.opencontainers.image.vendor": "Timescale"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3369075701,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f3d31957894886907fe80e61b2aeebaf6c2d66e49e75ad1f728c452e97d3b2d4/diff:/var/lib/docker/overlay2/5d6a177821b2421c9d46c7650366e488568cfdddf6c2dbade96e0f0a9f393e28/diff:/var/lib/docker/overlay2/82991c63d2ace930d708eee5be67361f1e9165e05c9746cac6cb9f1ac9e9493f/diff:/var/lib/docker/overlay2/58c2741cb06f58244e44da1ea3c2bec5fe955fcc94e35838126579b2b61f5f1b/diff:/var/lib/docker/overlay2/0e07bc7864afb775979078f36bf49656c0acacc3ffcf2d617a7f0f0392b8e707/diff:/var/lib/docker/overlay2/48a3626793e8e649b6039c90a0efa4ffe183b28f5a0003338595a7ec63a180c9/diff:/var/lib/docker/overlay2/cecb26250f6fbf94b297e37cd393c2444960515f60f13ce04fd9533ed38c9603/diff:/var/lib/docker/overlay2/6d33fd1e2209eb44d37bd5a76a0547c5d5a289ad82d867f60ee67bd9ca5f1091/diff:/var/lib/docker/overlay2/949f942c345fc25c6b2496926c1c9251c04ed7a8f1d9afce0fc93b6777ee83f3/diff:/var/lib/docker/overlay2/e0bc0ffa918fc3ab9a7a5a882d346457012696993b85bdb6115dc3891eb91568/diff:/var/lib/docker/overlay2/0ac3ca1101e8cacc152cf802274a9cdbbfe1b8413fa9e17f18d77e3d045e5941/diff:/var/lib/docker/overlay2/4591e1ddf3f8539b2c12b602704d8af7cbfad7eeacff5173d5c31ece8a2a1f13/diff:/var/lib/docker/overlay2/e801a1a789a69096d64b7c1d6118e30c3ecff2bb08ebfcc41f501091ee6a8d24/diff",
            "MergedDir": "/var/lib/docker/overlay2/b963bd341def74965a1b0f19f0aaf6e9f1e1ba25c2ad4c7a9610d7b68db2214c/merged",
            "UpperDir": "/var/lib/docker/overlay2/b963bd341def74965a1b0f19f0aaf6e9f1e1ba25c2ad4c7a9610d7b68db2214c/diff",
            "WorkDir": "/var/lib/docker/overlay2/b963bd341def74965a1b0f19f0aaf6e9f1e1ba25c2ad4c7a9610d7b68db2214c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ad57839d331bdff03467cd566585a2d193b022db9e83dd3713566f82971f91e2",
            "sha256:706cd957ee722ed1cff2702e38d39bc6e5f7c47985cfced0109acffeb792c6df",
            "sha256:246ed367c068c2873670e1559df7454036996799bf5b7a43239a1d4be40e4604",
            "sha256:4f144ab4b24c1b2cb753d4fa5348aec2cb670ba9b9c58c7c778c86660722da4f",
            "sha256:dee6e86c526b0158b4977180ac5ea02f53b14eef1bdcfe9d2bcfff6fa438c116",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:af337f362ee90d5cd94f6b247e70255018b466e3595ec41f61adbd40bd5ba074",
            "sha256:3918600e2a2de284f50bdcdaeb4c45de0101a24b7980a3fc2a00be270b6de102",
            "sha256:df8b866b2eaf5e761e695d01febfb5627b87b1d4046a5bd396a43c05b0c6cd39",
            "sha256:3f508b29810c26daf14a9462c9726f5ae9540de318c09c42ccf589f3df9db7ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:9623cee521e635c56e82464e5f9feacdb7910df336573fd953116ee0536ad1f0",
            "sha256:5f372b9a2b24493b557cd93e640a73c0309bc525265a4761b0cfac95bd916daf",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-07T18:05:02.541321778+08:00"
    }
}

更多版本

docker.io/timescale/timescaledb-ha:pg16-ts2.17-all

linux/amd64 docker.io6.03GB2024-10-16 11:08
236

docker.io/timescale/timescaledb-ha:pg14-latest

linux/amd64 docker.io2.99GB2025-02-06 22:06
93

docker.io/timescale/timescaledb-ha:pg15-latest

linux/amd64 docker.io3.37GB2025-02-07 18:07
95

docker.io/timescale/timescaledb-ha:pg16.8-ts2.19.0-all

linux/amd64 docker.io6.65GB2025-03-24 15:43
43

docker.io/timescale/timescaledb-ha:pg16

linux/amd64 docker.io2.29GB2025-03-24 15:47
28

docker.io/timescale/timescaledb-ha:pg17

linux/amd64 docker.io2.03GB2025-03-25 13:45
24