Sign inSign up

ubcuas/acom:latest

Security
Integration & delivery
Index digest

sha256:4afd35e428e7d4e2a9676c6db007850ec8e8f43e8c79af3291ab07a49131d1ee

OS/ARCH

linux/amd64

Compressed size

425.07 MB

Last pushed

about 2 years by ubcuasadmin

Type

Image

Manifest digest

sha256:a7c8ea1510f83f72a80646aa15c59c0b4d613e5736d0c392d984157d438dc10d

Image Layers

1ADD file ... in / 47.26 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.94 MB
4/bin/sh -c set -eux; apt-get61.18 MB
5/bin/sh -c set -ex; apt-get201.48 MB
6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8RUN /bin/sh -c set -eux;5.88 MB
9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
10ENV PYTHON_VERSION=3.11.100 B
11RUN /bin/sh -c set -eux;21.91 MB
12RUN /bin/sh -c set -eux;250 B
13CMD ["python3"]0 B
14RUN /bin/sh -c mkdir -p112 B
15WORKDIR /uas/acom32 B
16EXPOSE map[5000/tcp:{}]0 B
17COPY src/requirements.txt src/ # buildkit315 B
18RUN /bin/sh -c pip install64.31 MB
19ENV FLASK_APP=src0 B
20ENV FLASK_RUN_HOST=0.0.0.00 B
21ENV FLASK_DEBUG=10 B
22COPY instance ./instance/ # buildkit414 B
23COPY pytest.ini ./ # buildkit209 B
24COPY conftest.py ./ # buildkit579 B
25COPY tests ./tests/ # buildkit2.79 KB
26COPY src/ ./src/ # buildkit123.14 KB
27COPY config.json ./ # buildkit397 B
28STOPSIGNAL SIGINT0 B
29CMD ["flask" "run"]0 B

Command

ADD file:1129dcf71f67461f4730620f8148cc9ebc7641966fa683cdf84807219ad288b2 in /