docker.io/timescale/timescaledb-postgis:1.3.0-pg11 linux/amd64

docker.io/timescale/timescaledb-postgis:1.3.0-pg11 - 国内下载镜像源 浏览次数:48
源镜像 docker.io/timescale/timescaledb-postgis:1.3.0-pg11
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis:1.3.0-pg11
镜像ID sha256:dacc3eaa1461ea71a571eb2f41ad0a6d8fe9cd065e920d69842f52b0aa126ca5
镜像TAG 1.3.0-pg11
大小 162.86MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD postgres
启动入口 docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 48 次
贡献者
镜像创建 2019-05-16T21:00:31.1342719Z
同步时间 2025-01-22 16:17
更新时间 2025-02-05 18:28
开放端口
5432/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.utf8 PG_MAJOR=11 PG_VERSION=11.3 PG_SHA256=2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d PGDATA=/var/lib/postgresql/data TIMESCALEDB_VERSION=1.3.0 POSTGIS_VERSION=2.5.1
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.9.4 扫描引擎: Trivy 扫描时间: 2025-01-22 16:19

低危漏洞:6 中危漏洞:27 高危漏洞:37 严重漏洞:5

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis:1.3.0-pg11
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis:1.3.0-pg11  docker.io/timescale/timescaledb-postgis:1.3.0-pg11

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis:1.3.0-pg11
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis:1.3.0-pg11  docker.io/timescale/timescaledb-postgis:1.3.0-pg11

Shell快速替换命令

sed -i 's#timescale/timescaledb-postgis:1.3.0-pg11#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis:1.3.0-pg11#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2019-05-17 05:00:31  76.13MB 
/bin/sh -c set -ex     && apk add --no-cache --virtual .fetch-deps                 ca-certificates                 openssl                 tar     && apk add --no-cache --virtual .crypto-rundeps                 --repository http://dl-cdn.alpinelinux.org/alpine/edge/main                 libressl2.7-libcrypto                 libcrypto1.1     && apk add --no-cache --virtual .postgis-deps --repository http://nl.alpinelinux.org/alpine/edge/testing         geos         gdal         proj4         protobuf-c     && apk add --no-cache --virtual .build-deps --repository http://nl.alpinelinux.org/alpine/edge/testing         postgresql-dev         perl         file         geos-dev         libxml2-dev         gdal-dev         proj4-dev         protobuf-c-dev         json-c-dev         gcc g++         make     && cd /tmp     && wget http://download.osgeo.org/postgis/source/postgis-${POSTGIS_VERSION}.tar.gz -O - | tar -xz     && chown root:root -R postgis-${POSTGIS_VERSION}     && cd /tmp/postgis-${POSTGIS_VERSION}     && ./configure     && echo "PERL = /usr/bin/perl" >> extensions/postgis/Makefile     && echo "PERL = /usr/bin/perl" >> extensions/postgis_topology/Makefile     && make -s     && make -s install     && apk add --no-cache --virtual .postgis-rundeps         json-c     && cd /         && rm -rf /tmp/postgis-${POSTGIS_VERSION}     && apk del .fetch-deps .build-deps
                        
# 2019-05-17 04:58:29  0.00B 
/bin/sh -c #(nop)  ENV POSTGIS_VERSION=2.5.1
                        
# 2019-05-17 04:58:29  0.00B 
/bin/sh -c #(nop)  ARG POSTGIS_VERSION
                        
# 2019-05-17 04:58:29  0.00B 
/bin/sh -c #(nop)  MAINTAINER Timescale https://www.timescale.com
                        
# 2019-05-17 04:03:25  3.73MB 
/bin/sh -c set -ex     && apk add --no-cache --virtual .fetch-deps                 ca-certificates                 git                 openssl                 openssl-dev                 tar     && mkdir -p /build/     && git clone https://github.com/timescale/timescaledb /build/timescaledb         && apk add --no-cache --virtual .build-deps                 coreutils                 dpkg-dev dpkg                 gcc                 libc-dev                 make                 cmake                 util-linux-dev         && cd /build/timescaledb && rm -fr build     && git checkout ${TIMESCALEDB_VERSION}     && ./bootstrap -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY}     && cd build && make install     && cd ~         && apk del .fetch-deps .build-deps     && rm -rf /build     && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample
                        
# 2019-05-17 04:02:49  377.02KB 
/bin/sh -c #(nop) COPY multi:518de6620f705d99f21b86ffd00b03bcc128b675003c5a648dd7c839efcac844 in /usr/local/share/postgresql/extension/ 
                        
# 2019-05-17 04:02:47  2.20MB 
/bin/sh -c #(nop) COPY multi:a252cce6c3e1205b745348be99ad0ee2acbff79353b5d1754820153c81e2fd5a in /usr/local/lib/postgresql/ 
                        
# 2019-05-17 04:02:46  9.59MB 
/bin/sh -c #(nop) COPY multi:36d5aaaa80590c94b6eab62e055a2d79b63e414077310870d94ab4af30eb0d94 in /usr/local/bin/ 
                        
# 2019-05-17 04:02:45  4.71KB 
/bin/sh -c #(nop) COPY multi:d7f5f2ecaf8bcd80d232031f24d12301b30e27cf5397fc8022d861c499f4ab26 in /docker-entrypoint-initdb.d/ 
                        
# 2019-05-17 04:02:44  0.00B 
/bin/sh -c #(nop)  ENV TIMESCALEDB_VERSION=1.3.0
                        
# 2019-05-17 04:02:44  0.00B 
/bin/sh -c #(nop)  MAINTAINER Timescale https://www.timescale.com
                        
# 2019-05-17 04:02:44  0.00B 
/bin/sh -c #(nop)  ARG OSS_ONLY
                        
# 2019-05-11 10:49:54  0.00B 
/bin/sh -c #(nop)  CMD ["postgres"]
                        
# 2019-05-11 10:49:54  0.00B 
/bin/sh -c #(nop)  EXPOSE 5432
                        
# 2019-05-11 10:49:54  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2019-05-11 10:49:54  34.00B 
/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
                        
# 2019-05-11 10:49:52  5.47KB 
/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/ 
                        
# 2019-05-11 10:49:52  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/postgresql/data]
                        
# 2019-05-11 10:49:52  0.00B 
/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
                        
# 2019-05-11 10:49:51  0.00B 
/bin/sh -c #(nop)  ENV PGDATA=/var/lib/postgresql/data
                        
# 2019-05-11 10:49:50  0.00B 
/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
                        
# 2019-05-11 10:49:49  23.79KB 
/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
                        
# 2019-05-11 10:49:48  65.26MB 
/bin/sh -c set -ex 		&& apk add --no-cache --virtual .fetch-deps 		ca-certificates 		openssl 		tar 		&& wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" 	&& echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - 	&& mkdir -p /usr/src/postgresql 	&& tar 		--extract 		--file postgresql.tar.bz2 		--directory /usr/src/postgresql 		--strip-components 1 	&& rm postgresql.tar.bz2 		&& apk add --no-cache --virtual .build-deps 		bison 		coreutils 		dpkg-dev dpkg 		flex 		gcc 		libc-dev 		libedit-dev 		libxml2-dev 		libxslt-dev 		make 		openssl-dev 		perl-utils 		perl-ipc-run 		util-linux-dev 		zlib-dev 		icu-dev 		&& cd /usr/src/postgresql 	&& awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new 	&& grep '/var/run/postgresql' src/include/pg_config_manual.h.new 	&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h 	&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" 	&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' 	&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' 	&& ./configure 		--build="$gnuArch" 		--enable-integer-datetimes 		--enable-thread-safety 		--enable-tap-tests 		--disable-rpath 		--with-uuid=e2fs 		--with-gnu-ld 		--with-pgport=5432 		--with-system-tzdata=/usr/share/zoneinfo 		--prefix=/usr/local 		--with-includes=/usr/local/include 		--with-libraries=/usr/local/lib 				--with-openssl 		--with-libxml 		--with-libxslt 		--with-icu 	&& make -j "$(nproc)" world 	&& make install-world 	&& make -C contrib install 		&& runDeps="$( 		scanelf --needed --nobanner --format '%n#p' --recursive /usr/local 			| tr ',' '\n' 			| sort -u 			| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' 	)" 	&& apk add --no-cache --virtual .postgresql-rundeps 		$runDeps 		bash 		su-exec 		tzdata 	&& apk del .fetch-deps .build-deps 	&& cd / 	&& rm -rf 		/usr/src/postgresql 		/usr/local/share/doc 		/usr/local/share/man 	&& find /usr/local -name '*.a' -delete
                        
# 2019-05-11 10:43:46  0.00B 
/bin/sh -c #(nop)  ENV PG_SHA256=2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d
                        
# 2019-05-11 10:43:46  0.00B 
/bin/sh -c #(nop)  ENV PG_VERSION=11.3
                        
# 2019-05-11 10:43:46  0.00B 
/bin/sh -c #(nop)  ENV PG_MAJOR=11
                        
# 2019-05-11 10:43:45  0.00B 
/bin/sh -c mkdir /docker-entrypoint-initdb.d
                        
# 2019-05-11 10:43:44  0.00B 
/bin/sh -c #(nop)  ENV LANG=en_US.utf8
                        
# 2019-05-11 10:43:44  0.00B 
/bin/sh -c set -ex; 	postgresHome="$(getent passwd postgres)"; 	postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; 	[ "$postgresHome" = '/var/lib/postgresql' ]; 	mkdir -p "$postgresHome"; 	chown -R postgres:postgres "$postgresHome"
                        
# 2019-05-11 08:07:03  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2019-05-11 08:07:03  5.53MB 
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in / 
                        
                    

镜像信息

{
    "Id": "sha256:dacc3eaa1461ea71a571eb2f41ad0a6d8fe9cd065e920d69842f52b0aa126ca5",
    "RepoTags": [
        "timescale/timescaledb-postgis:1.3.0-pg11",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis:1.3.0-pg11"
    ],
    "RepoDigests": [
        "timescale/timescaledb-postgis@sha256:86309bb2e30551c97d723791c3eba254423e2cf37934667db642be91aaa6ee52",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb-postgis@sha256:86309bb2e30551c97d723791c3eba254423e2cf37934667db642be91aaa6ee52"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2019-05-16T21:00:31.1342719Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.09.3",
    "Author": "Timescale https://www.timescale.com",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5432/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=en_US.utf8",
            "PG_MAJOR=11",
            "PG_VERSION=11.3",
            "PG_SHA256=2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d",
            "PGDATA=/var/lib/postgresql/data",
            "TIMESCALEDB_VERSION=1.3.0",
            "POSTGIS_VERSION=2.5.1"
        ],
        "Cmd": [
            "postgres"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:110b36db978da1821013ebebeefc959e4472fce0f83506d1cb5f17721f7ac67e",
        "Volumes": {
            "/var/lib/postgresql/data": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 162858721,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0eab6eaff20c8c8674e37e491b8dd4aa0e5d236babb7a8aa8ffc0d37c9f32a5f/diff:/var/lib/docker/overlay2/f3f8b2de05c5977077c3a61745d6038c7a56ce3b796f952e6dcfd79eabe3309d/diff:/var/lib/docker/overlay2/a1d7c63f31b1847da2d855816755f8b43f723fff06067f87e7f72cdae0e9c00e/diff:/var/lib/docker/overlay2/06ba6bb86846d00d7ca1f9a29a2cd83c3726d9b4fbde52cddc04cc5d143f6555/diff:/var/lib/docker/overlay2/e8a7466a161bf66088f7fcf6aab327bd7bd517a9b27ff29ef853069295c3b6a0/diff:/var/lib/docker/overlay2/824ff1efa4a131315f85b6c9d83030d62687ad3aa3881766cb8461d9fe254193/diff:/var/lib/docker/overlay2/d23747b485a40097d28d7dd77e1c6134e22a5884f977a873ca9888b3ac2265a8/diff:/var/lib/docker/overlay2/8613b05a44923dcdff085bece84dacd6c8204360342697a86196bafac2503722/diff:/var/lib/docker/overlay2/93b723a28da4352f33d09fae33f0605d8f1043b3cda87d32a8599783ca3d1017/diff:/var/lib/docker/overlay2/ada9e44edb4b8217ba821670882b61d00881f68d72bf1ddbbce1f8eca709a750/diff:/var/lib/docker/overlay2/c8fb3594bf374f0d80d797b781b0db4b9d6b30126fb625b6f017583d28cbd2e2/diff:/var/lib/docker/overlay2/13083f1ba37da20e4483f1a40a5939f1f72e162d9b2377af5410f6b1611af271/diff:/var/lib/docker/overlay2/ddef5f0bb00313e3b8cdb597b6745de7630077ebfa71d81f0f9e13bff2cc8562/diff:/var/lib/docker/overlay2/2adf2c9dade79367f095cbaa0016675fa306151e76298129a4359e0861751305/diff",
            "MergedDir": "/var/lib/docker/overlay2/c4b0aad8ef055bee5d9cc1b1ef82d92b9f82b77aa1d5806568b6ee477bb48eba/merged",
            "UpperDir": "/var/lib/docker/overlay2/c4b0aad8ef055bee5d9cc1b1ef82d92b9f82b77aa1d5806568b6ee477bb48eba/diff",
            "WorkDir": "/var/lib/docker/overlay2/c4b0aad8ef055bee5d9cc1b1ef82d92b9f82b77aa1d5806568b6ee477bb48eba/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f1b5933fe4b5f49bbe8258745cf396afe07e625bdab3168e364daf7c956b6b81",
            "sha256:f1c5aea4d4eff38685f4b75a92c0a6d7c128b2f64ef3aa0d59c5e1874c59ec5b",
            "sha256:3c2284be00ba18d004488778b960e5681dd34bf059f2f0b684c981318c05d2ca",
            "sha256:2afcd0d16ff2678b36787c1608d0dcf3ed93d407080f7b2d642c4e3714879fa4",
            "sha256:9dd4956b7ecf087427f7dbf7ca3230e14545adbde1bcd6115ef635d78e435654",
            "sha256:609734523073a226849aa3bf2f6dea3b1c636e4c6013631768ad198ae2d8a667",
            "sha256:0819a956ab7e7e2bd66bb431b3d82dc56ea2a5e3875e49e703a457533a16eb9f",
            "sha256:633bdf4b3fe31e58390447e86eb067151bb05642184f93476f7561d3a7693805",
            "sha256:8da858217549f64474f3b21428a7f46d6754e34c117d2c030574c8837aadd5d6",
            "sha256:f67f37c14dace33a6422c8bfa55530008b15832377cded0512d7d7dc71271568",
            "sha256:e39e47b5e142c9adea5e095a1bcc1d75674ff953ddc3578b11c7ecca661edc2d",
            "sha256:92a217890fe1d7958d394c4a5d553f864a36826e8d96aad251c48a374261f216",
            "sha256:d4413fbdd553efdebdc24e4baaea2e19d9a83dd2e8eb2e3aff4c2a598f16896b",
            "sha256:6cb45d4f7a338e34ec2149a8a8942c0d45ddf5662859f8df50093dd78b44a16b",
            "sha256:482d4970ec96bd9fa4186c07ee59a0c939ff299bc303af9c87c0aa29c4633895"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-22T16:17:23.852109082+08:00"
    }
}

更多版本

docker.io/timescale/timescaledb-postgis:1.3.0-pg11

linux/amd64 docker.io162.86MB2025-01-22 16:17
47