Namespace
rest
Image / Tag
test:20240410.01
Content Digest
sha256:cf1a35e35ac0b24c1152cb013165498248201c254e493150055231a15f04def9
Details
Created

2024-04-10 14:25:40 UTC

Size

233 MB

Content Digest
Labels
  • build_date
    2024-04-10T14:25:36Z
  • description
    DataWise REST for LocIt test 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

8080

HEALTH_PATH

webservice/test/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 - 11.72% (27.3 MB)

[#001] sha256:e45f1d586c0c8bd77e5de7f8ff4c9d6d2a22d016b7bb39b23f6e36a516777074 - 79.94% (186 MB)

[#002] sha256:db803b81e942b57ce1d1b032ab03be6d3c9ef7a337e03f5158847b7d42da9141 - 0.0% (472 Bytes)

[#003] sha256:0ea1f6f559419ffefa9c3816d70a9579b4a90825d6f71c896f733a6c27608a3b - 0.11% (252 KB)

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

[#005] sha256:51dbb283b725c5964024d265f1275b9b1debf4ca29dba8f8d693cbabd2f2bc23 - 0.0% (625 Bytes)

[#006] sha256:267eac4f2c1d4f444007fd2e05fa83da4076001467e5c3efd8e2b2cc30dd1dc2 - 0.04% (91.7 KB)

[#007] sha256:e5c479bf5daa859327a184b6681ba2ae7a5cbaffc02e41645769d298f5b1eb17 - 0.0% (3.66 KB)

[#008] sha256:d53531f60ad23c217981039f160a463ae87024eb32a6064f7c5c12103da14055 - 0.1% (248 KB)

[#009] sha256:924fca14a38c631f87edb9af3dba14cc8311a11c512f6c1e577334a53bb1a73b - 8.08% (18.8 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

2024-01-10 15:05:22 UTC

/bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:ondrej/apache2 && apt-get update && apt-get install -y apache2=2.4.58-1+ubuntu20.04.1+deb.sury.org+1 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 && apt-get install -y jq wget

2024-01-10 15:05:26 UTC

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

2024-01-29 14:37:12 UTC

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

2024-01-29 14:37:13 UTC

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

2024-01-29 14:37:13 UTC

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

2024-01-29 14:37:13 UTC

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

2024-01-29 14:37:14 UTC

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

2024-01-29 14:37:16 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

2024-01-29 14:37:16 UTC

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

2024-01-29 14:37:16 UTC

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

2024-01-29 14:37:16 UTC

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

2024-01-29 14:37:17 UTC

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

2024-01-29 14:37:17 UTC

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

2024-01-29 14:37:17 UTC

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

2024-01-29 14:37:17 UTC

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

2024-01-29 14:37:19 UTC

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

2024-01-29 14:37:21 UTC

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

2024-01-29 14:37:22 UTC

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

2024-01-29 14:37:22 UTC

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

2024-01-29 14:37:22 UTC

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

2024-01-29 14:37:22 UTC

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

2024-04-10 14:21:52 UTC

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

2024-04-10 14:21:56 UTC

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

2024-04-10 14:25:38 UTC

/bin/sh -c #(nop) LABEL build_date=2024-04-10T14:25:36Z

2024-04-10 14:25:38 UTC

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

2024-04-10 14:25:39 UTC

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

2024-04-10 14:25:39 UTC

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

2024-04-10 14:25:39 UTC

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

2024-04-10 14:25:40 UTC

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

2024-04-10 14:25:40 UTC

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