Namespace
timescale
Image / Tag
timescaledb:1.3.2-pg10-oss
Content Digest
sha256:59e75af301834862da33c55668995d8b7919c5915e941fab093d692cde070a68
Pull command
Details
Created

2019-06-24 19:23:48 UTC

Size

33.3 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_SHA256

958b317fb007e94f3bef7e2a6641875db8f7f9d73db9f283324f3d6e8f5b0f54

PG_VERSION

10.9

TIMESCALEDB_VERSION

1.3.2


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 7.9% (2.63 MB)

[#001] sha256:ddab92d60ba90017f12dd42d606551d002a5a0cc09be31e16105925cbfa07481 - 0.0% (147 Bytes)

[#002] sha256:8c4b0e7b82b8e1bdf8e5908b08113fb98ab570336a917e5d207ad5e84130cea9 - 0.0% (115 Bytes)

[#003] sha256:ae018713bf8e525ba6e2c2fd5fbddbbda8ae7ed2a9cdbb43601aa68d2e44cd72 - 71.13% (23.7 MB)

[#004] sha256:30c5086e147c99985a5d8fcab538c61a830e450d326e850d592f6fbd06c47615 - 0.02% (7.13 KB)

[#005] sha256:21203f6a96c3f044675629b407982b61710c883b5463a12e1f2c2e8ca9443da1 - 0.0% (129 Bytes)

[#006] sha256:8fe7c42d06cba5b51efc65c5f6588ece4f02e5ac54ab27891f2581707134404b - 0.0% (170 Bytes)

[#007] sha256:df5617800c3631b8b233a10c48e724a977ceb591f36528a18d96c8772e395ae7 - 0.01% (2.31 KB)

[#008] sha256:d96afe661bbe5b42f752177aacb590f214f1f0e8b0925d978db574a8d64fc957 - 0.0% (121 Bytes)

[#009] sha256:5be8fd6181e406640bb6b7e6eec2ba9442e04726208133d19b65d158fdb536c7 - 0.01% (1.88 KB)

[#010] sha256:408c52856d79c6c47f5497499384f7d0a47df3a56fcce7167cfbc2a2b4a3f6a9 - 14.2% (4.73 MB)

[#011] sha256:cd2829dfa1896b1ad2c938ea9e5716a4defd672e22874fd0b9f8e18c994e1cec - 4.08% (1.36 MB)

[#012] sha256:91f6f61f88a0b4c29eec4d9e163e5033921378dc41e50fd7cfd667d2b486e7c9 - 0.36% (122 KB)

[#013] sha256:78c102a247f0796d5b153f7b10bb0fe644197105d0281c0b7302da23f0f25da9 - 2.29% (782 KB)


History
2019-05-11 00:07:03 UTC

/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /

2019-05-11 00:07:03 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2019-05-11 02:43:44 UTC

/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 02:43:44 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2019-05-11 02:43:45 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2019-05-11 02:50:04 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=10

2019-06-21 20:37:26 UTC

/bin/sh -c #(nop) ENV PG_VERSION=10.9

2019-06-21 20:37:26 UTC

/bin/sh -c #(nop) ENV PG_SHA256=958b317fb007e94f3bef7e2a6641875db8f7f9d73db9f283324f3d6e8f5b0f54

2019-06-21 20:41:51 UTC

/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 linux-headers 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-06-21 20:41:52 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2019-06-21 20:41:52 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2019-06-21 20:41:53 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2019-06-21 20:41:53 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-06-21 20:41:54 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2019-06-21 20:41:54 UTC

/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/

2019-06-21 20:41:55 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2019-06-21 20:41:55 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2019-06-21 20:41:55 UTC

/bin/sh -c #(nop) EXPOSE 5432

2019-06-21 20:41:55 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2019-06-24 19:13:28 UTC

/bin/sh -c #(nop) ARG OSS_ONLY

2019-06-24 19:13:29 UTC

/bin/sh -c #(nop) MAINTAINER Timescale https://www.timescale.com

2019-06-24 19:13:29 UTC

/bin/sh -c #(nop) ENV TIMESCALEDB_VERSION=1.3.2

2019-06-24 19:13:30 UTC

/bin/sh -c #(nop) COPY multi:d7f5f2ecaf8bcd80d232031f24d12301b30e27cf5397fc8022d861c499f4ab26 in /docker-entrypoint-initdb.d/

2019-06-24 19:13:30 UTC

/bin/sh -c #(nop) COPY multi:f823ed77ae33cbf8cde6020423d4fc67c0e03e17b0a94d338630a69f2162f4bd in /usr/local/bin/

2019-06-24 19:23:25 UTC

/bin/sh -c #(nop) COPY multi:bda00767296bfeee77edc18ac826919d8a7b8316e84d06cccf5b0a3ac4c99827 in /usr/local/lib/postgresql/

2019-06-24 19:23:27 UTC

/bin/sh -c #(nop) COPY multi:43787da902b4ab64c7c90e425e197ab2028bdbac5a2eb09d3d612a2406a32df1 in /usr/local/share/postgresql/extension/

2019-06-24 19:23:48 UTC

|1 OSS_ONLY= -DAPACHE_ONLY=1 /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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete