sha256:7f62bfeb618fc3288bdbc3f84547c8e840ab14055c2187776e88da5abb580780
OS/ARCH
Compressed size
70.44 MB
Last pushed
over 4 years by luispabon
Type
Image
Manifest digest
sha256:7f62bfeb618fc3288bdbc3f84547c8e840ab14055c2187776e88da5abb580780
Image Layers
1ADD file ... in / 25.91 MB2CMD ["bash"]0 B3ENV TERM=linux0 B4ENV DEBIAN_FRONTEND=noninteractive0 B5RUN /bin/sh -c apt-get update29.21 MB6COPY /usr/bin/composer /usr/bin/composer # buildkit561.54 KB7CMD ["php" "-a"]0 B8MAINTAINER https://phpdocker.io0 B9WORKDIR /workdir103 B10ENV KONG_ENDPOINT=http://foo:80010 B12ENV DOMAINS=foo.com,www.foo.com,bar.foo.com0 B13RUN /bin/sh -c apt-get update;13.89 MB14COPY composer.* /workdir/ # buildkit17.52 KB15RUN /bin/sh -c composer -o881.15 KB16COPY . /workdir/ # buildkit8.22 KB17EXPOSE map[443/tcp:{} 80/tcp:{}]0 B18CMD ["./entrypoint.sh"]0 BCommand
ADD file:3acc741be29b0b58e44d7302ab5ce65bf65ea1b35922be58a2cee9cb708d006a in /