Namespace
taksss
Image / Tag
php-epg:24.08.3
Content Digest
sha256:b683a09a458ff8e39623ee32c306876c773cd36ee7b5c3c10faa863a064c5b7c
Details
Created

2024-08-21 17:41:21 UTC

Size

21.9 MB

Content Digest
Labels
  • description
    Alpine based image with apache2 and php8.3.
  • maintainer
    erik.soderblom@gmail.com

Environment
PATH

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


Layers

[#000] sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6 - 15.75% (3.46 MB)

[#001] sha256:ded6d5f5d470cb7c6a3bd28d2ff97918148af06fedb73c76ce9f224a71f6a99c - 78.46% (17.2 MB)

[#002] sha256:68ad2b50a76bc5da89aec7c130789b413e2f416c215e888299568d746a64f205 - 5.79% (1.27 MB)

[#003] sha256:d1a7af4deb3f8ee02cb627a336095bedd627ab43c87459b935d1ce6b51e37d1a - 0.0% (901 Bytes)

[#004] sha256:8f5a7beb9ba909570b824e71d629d034059d4987498f8047fa1c182dfbcddc44 - 0.0% (900 Bytes)


History
2024-07-22 22:26:43 UTC

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

2024-07-22 22:26:43 UTC

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

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

LABEL maintainer=erik.soderblom@gmail.com

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

LABEL description=Alpine based image with apache2 and php8.3.

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk --no-cache --update add apache2 apache2-ssl curl php83-apache2 php83-bcmath php83-bz2 php83-calendar php83-common php83-ctype php83-curl php83-dom php83-gd php83-iconv php83-mbstring php83-mysqli php83-mysqlnd php83-openssl php83-pdo_mysql php83-pdo_pgsql php83-pdo_sqlite php83-phar php83-session php83-xml php83-xmlreader php83-simplexml php83-json php83-posix && mkdir /htdocs # buildkit

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

COPY ./epg /htdocs/epg # buildkit

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

ADD docker-entrypoint.sh / # buildkit

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "wget -q --no-cache --spider localhost"] "20m0s" "0s" "0s" "0s" '\x00'}

2024-08-21 17:41:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2024-08-21 17:41:25 UTC

Size

23.1 MB

Content Digest
Labels
  • description
    Alpine based image with apache2 and php8.3.
  • maintainer
    erik.soderblom@gmail.com

Environment
PATH

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


Layers

[#000] sha256:690e87867337b8441990047e169b892933e9006bdbcbed52ab7a356945477a4d - 16.84% (3.9 MB)

[#001] sha256:aad9c0086e99d48e0812cce6bcda37d761765cc2324d7d4299458d3f33c9c9b9 - 77.67% (18 MB)

[#002] sha256:ecf89d3436870a8be0cfc093aeb88622c4cb8a8640ccb57232034bcabe61024c - 5.48% (1.27 MB)

[#003] sha256:d1a7af4deb3f8ee02cb627a336095bedd627ab43c87459b935d1ce6b51e37d1a - 0.0% (901 Bytes)

[#004] sha256:8f5a7beb9ba909570b824e71d629d034059d4987498f8047fa1c182dfbcddc44 - 0.0% (900 Bytes)


History
2024-07-22 21:44:13 UTC

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

2024-07-22 21:44:13 UTC

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

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

LABEL maintainer=erik.soderblom@gmail.com

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

LABEL description=Alpine based image with apache2 and php8.3.

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk --no-cache --update add apache2 apache2-ssl curl php83-apache2 php83-bcmath php83-bz2 php83-calendar php83-common php83-ctype php83-curl php83-dom php83-gd php83-iconv php83-mbstring php83-mysqli php83-mysqlnd php83-openssl php83-pdo_mysql php83-pdo_pgsql php83-pdo_sqlite php83-phar php83-session php83-xml php83-xmlreader php83-simplexml php83-json php83-posix && mkdir /htdocs # buildkit

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

COPY ./epg /htdocs/epg # buildkit

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

ADD docker-entrypoint.sh / # buildkit

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "wget -q --no-cache --spider localhost"] "20m0s" "0s" "0s" "0s" '\x00'}

2024-08-21 17:41:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

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