Namespace
rest
Image / Tag
geocoder-warta:20231210.01
Content Digest
sha256:08c1451b576b5811f95ed10dd89b357e493865f097ee08583fb392a149b4f7ca
Details
Created

2023-12-10 14:55:13 UTC

Size

206 MB

Content Digest
Labels
  • build_date
    2023-12-10T14:55:07Z
  • description
    DataWise REST for LocIt address-hygiene API
  • maintainer
    k.pedzich@datawise.pl
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04
  • url
    https://locit.io
  • vendor
    DataWise

Environment
APACHE_PORT

8888

HEALTH_PATH

webservice/address-hygiene/v2.3.2/health/alive

LANG

pl_PL.UTF-8

LC_ALL

pl_PL.UTF-8

PATH

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

TZ

Europe/Warsaw


Layers

[#000] sha256:99803d4b97f3db529ae9ca4174b0951afac6b309e7deaa8ec3214c584e02b3a8 - 13.26% (27.3 MB)

[#001] sha256:65783e4d63fcd79a9720f5df9352e6f79bbd5f9c6169b04ef3ae1b012f715607 - 81.5% (168 MB)

[#002] sha256:6cec162bbf5c3048acfe32cd15be061d53a2f3a0138a7921bcd35f3288318ba3 - 0.45% (950 KB)

[#003] sha256:9576f860c1854d46982165123aaaf9cd405d2cd261c842b64ad2839ed6b34bb4 - 0.0% (476 Bytes)

[#004] sha256:7e4d6afe9728c2dcb07d3fe922bfd6cf9969c50236ab32af148b04fdcf8d0603 - 0.12% (252 KB)

[#005] sha256:3f1b316eda24bafa32c0df5ff04537460c9f01ddb0f7164e7f1270039838d0f9 - 0.0% (279 Bytes)

[#006] sha256:5ad40bf743ba577200bfe9660e8c815848fbf1dc9b080f4ef7f814a8e0b1061c - 0.0% (625 Bytes)

[#007] sha256:9b81c5a79790c19d0e5019e5b8d287a808a14fa19149d774f8cb34a828e0a6cc - 0.04% (82.2 KB)

[#008] sha256:cce583aa78adac3275fa8e2b0d9b03a2192b40d32db095d6f3d01a1c43105283 - 0.0% (3.47 KB)

[#009] sha256:a0470bf409af8f4c45b54900c9e1fa55bc974de5a134aeea7acece5ef9d1629f - 0.12% (248 KB)

[#010] sha256:5311263783b138393e7507bfa31898935b5bae3c44f2767d25d1e0e8fbfa83b2 - 4.51% (9.28 MB)


History
2023-04-13 13:05:13 UTC

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

2023-04-13 13:05:13 UTC

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

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-04-13 13:05:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-04-13 13:05:15 UTC

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

2023-04-13 13:05:15 UTC

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

2023-07-20 12:02:28 UTC

/bin/sh -c #(nop) MAINTAINER DataWise version: 1.0

2023-08-11 07:26:43 UTC

/bin/sh -c #(nop) ENV TZ=Europe/Warsaw

2023-09-13 09:35:59 UTC

/bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && apt-get update && apt-get install -y apache2 php php-mysql php-pgsql php-curl php-mbstring php-pear php-dev php-bcmath mc locales netcat libmcrypt-dev supervisor cron sudo && pecl install mcrypt-1.0.3 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && mkdir -p /var_api/www_api/webservice/_libraries && cd /var_api/www_api/webservice/_libraries && composer require slim/slim "^4.7.0" && a2enmod rewrite headers && service apache2 restart && sed -i -e 's/# pl_PL.UTF-8 UTF-8/pl_PL.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=pl_PL.UTF-8

2023-09-13 09:36:09 UTC

/bin/sh -c apt-get install -y jq wget

2023-12-09 21:29:59 UTC

/bin/sh -c #(nop) ADD file:56acf2d87397b57effb797dece37a4523a6b2bbcd264caaf6b82d7512ef104e7 in /etc/supervisor/conf.d/supervisord.conf

2023-12-09 21:30:00 UTC

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

2023-12-09 21:30:00 UTC

/bin/sh -c #(nop) COPY file:7be3ce95d2231738ee06d3d316a72f67c5f7970525fcdfdbb97c7d2c1c7d90dd in /api-healthcheck.sh

2023-12-09 21:30:00 UTC

/bin/sh -c #(nop) COPY file:44d6791c3b9765c8049165f994bec5c2af2cfab78766c87dc5420a6d9bb556ba in /etc/sudoers

2023-12-09 21:30:00 UTC

/bin/sh -c #(nop) ENV LANG=pl_PL.UTF-8

2023-12-09 21:30:01 UTC

/bin/sh -c #(nop) ENV LC_ALL=pl_PL.UTF-8

2023-12-09 21:30:02 UTC

/bin/sh -c chgrp -R 0 /run && chmod -R g=u /run && chgrp -R 0 /var/log && chmod -R g=u /var/log && chgrp -R 0 /var/run && chmod -R g=u /var/run && chmod gu+s /usr/sbin/cron && ln -sf /dev/null /var/log/apache2/access.log

2023-12-09 21:30:03 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "/bin/bash /api-healthcheck.sh || exit 1"] "30s" "10s" "5m0s" '\x03'}

2023-12-09 21:30:03 UTC

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

2023-12-09 21:30:03 UTC

/bin/sh -c #(nop) LABEL build_date=

2023-12-09 21:30:04 UTC

/bin/sh -c #(nop) LABEL description=PHP 7.4.3, Apache 2.4.4.1, Slim 4.7.0 base image

2023-12-09 21:30:04 UTC

/bin/sh -c #(nop) LABEL maintainer=k.pedzich@datawise.pl

2023-12-09 21:30:04 UTC

/bin/sh -c #(nop) LABEL url=https://locit.io

2023-12-09 21:30:04 UTC

/bin/sh -c #(nop) LABEL vendor=DataWise

2023-12-09 21:30:06 UTC

/bin/sh -c useradd -g root -m -s /bin/bash -l -o -u 8877 randi

2023-12-09 21:30:08 UTC

/bin/sh -c mkdir -p /.config/mc /.cache/mc /.local/share/mc && chown randi:root -R /var_api /.config /.cache /.local/share/mc

2023-12-09 21:30:08 UTC

/bin/sh -c #(nop) USER randi

2023-12-09 21:30:09 UTC

/bin/sh -c #(nop) ENV HEALTH_PATH=webservice/bim/v2.3.2/health/alive

2023-12-09 21:30:09 UTC

/bin/sh -c #(nop) ENV APACHE_PORT=80

2023-12-09 21:30:09 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/bin/sh" "-c" "/usr/bin/supervisord -c /etc/supervisor/supervisord.conf"]

2023-12-10 14:55:08 UTC

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

2023-12-10 14:55:11 UTC

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

2023-12-10 14:55:11 UTC

/bin/sh -c #(nop) LABEL build_date=2023-12-10T14:55:07Z

2023-12-10 14:55:11 UTC

/bin/sh -c #(nop) LABEL description=DataWise REST for LocIt address-hygiene API

2023-12-10 14:55:12 UTC

/bin/sh -c #(nop) LABEL maintainer=k.pedzich@datawise.pl

2023-12-10 14:55:12 UTC

/bin/sh -c #(nop) LABEL url=https://locit.io

2023-12-10 14:55:12 UTC

/bin/sh -c #(nop) LABEL vendor=DataWise

2023-12-10 14:55:12 UTC

/bin/sh -c #(nop) ENV HEALTH_PATH=webservice/address-hygiene/v2.3.2/health/alive

2023-12-10 14:55:13 UTC

/bin/sh -c #(nop) ENV APACHE_PORT=8888