Sign inSign up

percona/percona-sep:latest

Manifest digest

sha256:2f7a543e8f1e427bcc3f6d867f6f70680a636908f778ca5b17ef2ebdd38bb2ed

OS/ARCH

linux/amd64

Compressed size

467.43 MB

Last pushed

2 months by percona

Type

Image

Manifest digest

sha256:2f7a543e8f1e427bcc3f6d867f6f70680a636908f778ca5b17ef2ebdd38bb2ed

Image Layers

1/bin/sh -c apt-get update &&0 B
2/bin/sh -c groupadd --gid 10010 B
3ENV HOME=/home/sep0 B
4ENV APP_HOME=$HOME/app0 B
5/bin/sh -c install -d -o0 B
6WORKDIR $APP_HOME0 B
7/bin/sh -c apt-get update &&0 B
8COPY dir:99743866ba1ba2a9791362361bed55802d3da525a9772be3b68110f26562cf31 in /wheels 0 B
9COPY file:cc096c2d25a59bd4804bec8e6fb885ce7fbafa06bf60bca16167e7c3342bb1b2 in . 0 B
10/bin/sh -c pip install --no-cache-dir0 B
11/bin/sh -c pip install --no-cache-dir0 B
12COPY file:f1dc9df50c578f3804675cb7867ad5878c004cd19c4ef0ac96c9118ea653fe8e in . 0 B
13COPY file:3687b2cabf778343e7626c60a2a2a3b3189606842286ff1717878619699d56fc in . 0 B
14COPY file:3c59812761c3d5c734de7e8b985a52fcb1d3124846c32b1cbf87749534afd918 in . 0 B
15/bin/sh -c chmod +x $APP_HOME/entrypoint.sh0 B
16/bin/sh -c chmod +x $APP_HOME/entrypoint_celery.sh0 B
17ADD file ... in $APP_HOME 0 B
18/bin/sh -c chmod -R u+X,g+X0 B
19USER sep0 B
20ENTRYPOINT ["/home/sep/app/entrypoint.sh"]467.43 MB

Command

/bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends         g++         libpango-1.0-0         libpangoft2-1.0-0         fontconfig         fonts-dejavu         shared-mime-info &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*