Sign inSign up

cyberreboot/poseidon:v0.14.3

Multi-platform
Manifest digest

sha256:ec23022072c99d414e3e8fbafb1ca99774243d3dd77995374a1a68811adcee71

OS/ARCH

Compressed size

120.6 MB

Last pushed

about 6 years by cglewis

Type

Image

Manifest digest

sha256:ec23022072c99d414e3e8fbafb1ca99774243d3dd77995374a1a68811adcee71

Image Layers

1ADD file ... in / 21.65 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.24 MB
6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
7ENV PYTHON_VERSION=3.8.50 B
8/bin/sh -c set -ex &&18.78 MB
9/bin/sh -c cd /usr/local/bin &&233 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.75 KB
19COPY healthcheck /healthcheck # buildkit1.92 KB
20RUN /bin/sh -c apt-get update55.77 MB
21RUN /bin/sh -c pip3 install18.33 MB
22RUN /bin/sh -c pip3 install1.16 MB
23ENV FLASK_APP=/healthcheck/hc.py0 B
24HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B
25COPY . /poseidon # buildkit377.78 KB
26WORKDIR /poseidon1.54 KB
27ENV PYTHONPATH=/poseidon:0 B
28RUN /bin/sh -c mkdir -p1.58 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:c47f7b84c9113624f53d9c52e13f649f1e5d739665b5a5a5df6b1d5b5274d71b in /