Sign inSign up

cyberreboot/poseidon:v0.14.1

Multi-platform
Manifest digest

sha256:fcebbacc397c3c4a7506ead433e7fd1996a455b6f58b2903d936a7808a5f7e5c

OS/ARCH

Compressed size

143.54 MB

Last pushed

about 6 years by cglewis

Type

Image

Manifest digest

sha256:fcebbacc397c3c4a7506ead433e7fd1996a455b6f58b2903d936a7808a5f7e5c

Image Layers

1ADD file ... in / 25.84 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5/bin/sh -c apt-get update &&2.62 MB
6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
7ENV PYTHON_VERSION=3.8.40 B
8/bin/sh -c set -ex &&21.1 MB
9/bin/sh -c cd /usr/local/bin &&234 B
10ENV PYTHON_PIP_VERSION=20.1.10 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be790 B
13/bin/sh -c set -ex; savedAptMark="$(apt-mark2.28 MB
14CMD ["python3"]0 B
15LABEL maintainer=Charlie Lewis <[email protected]>0 B
16LABEL poseidon.namespace=primary0 B
17ENV PYTHONUNBUFFERED=10 B
18COPY requirements.txt requirements.txt # buildkit1.74 KB
19COPY healthcheck /healthcheck # buildkit1.91 KB
20RUN /bin/sh -c apt-get update70.47 MB
21RUN /bin/sh -c pip3 install19.66 MB
22RUN /bin/sh -c pip3 install1.17 MB
23ENV FLASK_APP=/healthcheck/hc.py0 B
24HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B
25COPY . /poseidon # buildkit377.37 KB
26WORKDIR /poseidon1.54 KB
27ENV PYTHONPATH=/poseidon:0 B
28RUN /bin/sh -c mkdir -p1.57 KB
29RUN /bin/sh -c mv /poseidon/config/poseidon.config2.75 KB
30ENV POSEIDON_CONFIG=/opt/poseidon/poseidon.config0 B
31CMD ["/bin/sh" "-c" "(flask run0 B

Command

ADD file:4d35f6c8bbbe6801cc5f44989730fb6d349a644ecb36eca481e7df25842d6321 in /