{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"pipelines","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=13","PG_VERSION=13.5","PG_SHA256=9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3","PGDATA=/var/lib/postgresql/data"],"Cmd":["postgres"],"Image":"sha256:84b2928821a7f9ead143ef9595b588830845d7b118b2501dcf410c3d30b5fcbf","Volumes":{"/var/lib/postgresql/data":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"name":"jfrog/pipelines-postgres"},"StopSignal":"SIGINT"},"container":"1cffb330f5ed05de13c17ea39951c1a71773d01d0c6b946cca24c1d09808b959","container_config":{"Hostname":"1cffb330f5ed","Domainname":"","User":"pipelines","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=13","PG_VERSION=13.5","PG_SHA256=9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3","PGDATA=/var/lib/postgresql/data"],"Cmd":["/bin/sh","-c","#(nop) ","USER pipelines"],"Image":"sha256:84b2928821a7f9ead143ef9595b588830845d7b118b2501dcf410c3d30b5fcbf","Volumes":{"/var/lib/postgresql/data":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"name":"jfrog/pipelines-postgres"},"StopSignal":"SIGINT"},"created":"2022-08-25T05:45:42.653520472Z","docker_version":"19.03.3","history":[{"created":"2021-11-24T20:19:40.199700946Z","created_by":"/bin/sh -c #(nop) ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in / "},{"created":"2021-11-24T20:19:40.483367546Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2021-11-30T04:59:34.395213153Z","created_by":"/bin/sh -c set -eux; \taddgroup -g 70 -S postgres; \tadduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \tmkdir -p /var/lib/postgresql; \tchown -R postgres:postgres /var/lib/postgresql"},{"created":"2021-11-30T04:59:34.619652034Z","created_by":"/bin/sh -c #(nop)  ENV LANG=en_US.utf8","empty_layer":true},{"created":"2021-11-30T04:59:35.432241349Z","created_by":"/bin/sh -c mkdir /docker-entrypoint-initdb.d"},{"created":"2021-11-30T05:08:54.860545328Z","created_by":"/bin/sh -c #(nop)  ENV PG_MAJOR=13","empty_layer":true},{"created":"2021-11-30T05:08:55.124505377Z","created_by":"/bin/sh -c #(nop)  ENV PG_VERSION=13.5","empty_layer":true},{"created":"2021-11-30T05:08:55.554142861Z","created_by":"/bin/sh -c #(nop)  ENV PG_SHA256=9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3","empty_layer":true},{"created":"2021-11-30T05:16:44.516695161Z","created_by":"/bin/sh -c set -eux; \t\twget -O postgresql.tar.bz2 \"https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2\"; \techo \"$PG_SHA256 *postgresql.tar.bz2\" | sha256sum -c -; \tmkdir -p /usr/src/postgresql; \ttar \t\t--extract \t\t--file postgresql.tar.bz2 \t\t--directory /usr/src/postgresql \t\t--strip-components 1 \t; \trm postgresql.tar.bz2; \t\tapk add --no-cache --virtual .build-deps \t\tbison \t\tcoreutils \t\tdpkg-dev dpkg \t\tflex \t\tgcc \t\tkrb5-dev \t\tlibc-dev \t\tlibedit-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tllvm-dev clang g++ \t\tmake \t\topenldap-dev \t\topenssl-dev \t\tperl-utils \t\tperl-ipc-run \t\tperl-dev \t\tpython3-dev \t\ttcl-dev \t\tutil-linux-dev \t\tzlib-dev \t\ticu-dev \t; \t\tcd /usr/src/postgresql; \tawk '$1 == \"#define\" \u0026\u0026 $2 == \"DEFAULT_PGSOCKET_DIR\" \u0026\u0026 $3 == \"\\\"/tmp\\\"\" { $3 = \"\\\"/var/run/postgresql\\\"\"; print; next } { print }' src/include/pg_config_manual.h \u003e src/include/pg_config_manual.h.new; \tgrep '/var/run/postgresql' src/include/pg_config_manual.h.new; \tmv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \twget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \twget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-integer-datetimes \t\t--enable-thread-safety \t\t--enable-tap-tests \t\t--disable-rpath \t\t--with-uuid=e2fs \t\t--with-gnu-ld \t\t--with-pgport=5432 \t\t--with-system-tzdata=/usr/share/zoneinfo \t\t--prefix=/usr/local \t\t--with-includes=/usr/local/include \t\t--with-libraries=/usr/local/lib \t\t--with-krb5 \t\t--with-gssapi \t\t--with-ldap \t\t--with-tcl \t\t--with-perl \t\t--with-python \t\t--with-openssl \t\t--with-libxml \t\t--with-libxslt \t\t--with-icu \t\t--with-llvm \t; \tmake -j \"$(nproc)\" world; \tmake install-world; \tmake -C contrib install; \t\trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t\t| grep -v -e perl -e python -e tcl \t)\"; \tapk add --no-cache --virtual .postgresql-rundeps \t\t$runDeps \t\tbash \t\tsu-exec \t\ttzdata \t; \tapk del --no-network .build-deps; \tcd /; \trm -rf \t\t/usr/src/postgresql \t\t/usr/local/share/doc \t\t/usr/local/share/man \t; \t\tpostgres --version"},{"created":"2021-11-30T05:16:46.545534253Z","created_by":"/bin/sh -c set -eux; \tcp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; \tsed -ri \"s!^#?(listen_addresses)\\s*=\\s*\\S+.*!\\1 = '*'!\" /usr/local/share/postgresql/postgresql.conf.sample; \tgrep -F \"listen_addresses = '*'\" /usr/local/share/postgresql/postgresql.conf.sample"},{"created":"2021-11-30T05:16:48.298253684Z","created_by":"/bin/sh -c mkdir -p /var/run/postgresql \u0026\u0026 chown -R postgres:postgres /var/run/postgresql \u0026\u0026 chmod 2777 /var/run/postgresql"},{"created":"2021-11-30T05:16:48.542863412Z","created_by":"/bin/sh -c #(nop)  ENV PGDATA=/var/lib/postgresql/data","empty_layer":true},{"created":"2021-11-30T05:16:50.222065085Z","created_by":"/bin/sh -c mkdir -p \"$PGDATA\" \u0026\u0026 chown -R postgres:postgres \"$PGDATA\" \u0026\u0026 chmod 777 \"$PGDATA\""},{"created":"2021-11-30T05:16:50.756679722Z","created_by":"/bin/sh -c #(nop)  VOLUME [/var/lib/postgresql/data]","empty_layer":true},{"created":"2022-01-04T01:20:09.897289318Z","created_by":"/bin/sh -c #(nop) COPY file:47938193db10b0e9aae9be0bd406472270173615019c8d77803dfd2375e36221 in /usr/local/bin/ "},{"created":"2022-01-04T01:20:10.086818727Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"docker-entrypoint.sh\"]","empty_layer":true},{"created":"2022-01-04T01:20:10.292362873Z","created_by":"/bin/sh -c #(nop)  STOPSIGNAL SIGINT","empty_layer":true},{"created":"2022-01-04T01:20:10.500140552Z","created_by":"/bin/sh -c #(nop)  EXPOSE 5432","empty_layer":true},{"created":"2022-01-04T01:20:10.688263529Z","created_by":"/bin/sh -c #(nop)  CMD [\"postgres\"]","empty_layer":true},{"created":"2022-08-25T05:45:40.905846379Z","created_by":"/bin/sh -c #(nop)  LABEL name=jfrog/pipelines-postgres","empty_layer":true},{"created":"2022-08-25T05:45:41.436456097Z","created_by":"/bin/sh -c mkdir -p /home/pipelines"},{"created":"2022-08-25T05:45:41.992401442Z","created_by":"/bin/sh -c echo \"pipelines:x:1066:1066:pipelines:/home/pipelines:/sbin/nologin\" \u003e\u003e /etc/passwd"},{"created":"2022-08-25T05:45:42.548449808Z","created_by":"/bin/sh -c echo \"pipelines:x:1066:\" \u003e\u003e /etc/group"},{"created":"2022-08-25T05:45:42.653520472Z","created_by":"/bin/sh -c #(nop)  USER pipelines","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:8d3ac3489996423f53d6087c81180006263b79f206d3fdec9e66f0e27ceb8759","sha256:6cab14f8a43489c4923bf8a12a4a17581c8dc2b6f957d08a07b73ff194b4e3e5","sha256:b737c25801324ece502b515ac264eeedcfeef23add9e40d9f159f3e05c96e2b1","sha256:a48e232213b9fa1bfa4c81a684aea6a69c8769d1bf0ce3d256f976c6f30e9ce3","sha256:493eb7b2f7aceb17bd658e2c88012fe94417f984f74412c5b4e95ee2bf56b9d5","sha256:1f7e25bc1ee1186e75e07f9d62c19e2f604d13a626d10e09c39fed94ed0e6f88","sha256:b8609606db0da5a303287a3c2c35998231536f0376cc9f8a099a2ed8afd2ecab","sha256:e82cb88d56e01870dd6bdccddfa1dadce6b264ef89c3b5b5c22840378e1291cb","sha256:10ee8463ed5ef83079f746a7dabe79f89808b7892ceaee034e7877ce6940a666","sha256:23e639457f23e9cfcbd7b8449f26cbeea78f4601f14706dd50e622565fe042e6","sha256:40bd3d04c16d9f6bd5d5c170d1dba8640affa97ea10bf47ba0792ef1bd04ab4b"]}}