Block a user
tamra-estimate (a402c6ae12a9ae7866e3688a53838e784954d3c9)
Published 2026-09-07 11:10:29 +00:00 by kjknpupil
Installation
docker pull git.tamraplant.com/kjknpupil/tamra-estimate:a402c6ae12a9ae7866e3688a53838e784954d3c9sha256:339bc8c3fc6f785807ab32ba76026409b4848e68544cff3091751011621f2b55
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:98599296b3845cfad0ddc91f054e32ed9bcdefd76dd7b6dcf64fa3e2d648d018 in / |
| CMD ["/bin/bash"] |
| ARG DEBIAN_FRONTEND=noninteractive |
| ARG TZ=America/Los_Angeles |
| ARG DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright/python:v%version%-noble |
| ENV LANG=C.UTF-8 |
| ENV LC_ALL=C.UTF-8 |
| RUN |3 DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright/python:v%version%-noble /bin/sh -c apt-get update && apt-get install -y python3 curl && rm /usr/lib/python3.12/EXTERNALLY-MANAGED && update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py && rm get-pip.py && apt-get install -y --no-install-recommends git openssh-client gpg && rm -rf /var/lib/apt/lists/* && adduser pwuser # buildkit |
| ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright |
| COPY ./dist/*-manylinux*.whl /tmp/ # buildkit |
| RUN |3 DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright/python:v%version%-noble /bin/sh -c mkdir /ms-playwright && mkdir /ms-playwright-agent && cd /ms-playwright-agent && pip install virtualenv && virtualenv venv && . venv/bin/activate && if [ "$(uname -m)" = "x86_64" ]; then pip install /tmp/*manylinux1_x86_64*.whl; fi && if [ "$(uname -m)" = "aarch64" ]; then pip install /tmp/*manylinux_2_17_aarch64*.whl; fi && playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && playwright install --with-deps && rm -rf /var/lib/apt/lists/* && rm /tmp/*.whl && rm -rf /ms-playwright-agent && chmod -R 777 /ms-playwright # buildkit |
| ARG APP_VERSION=2026.05.26 |
| ARG APP_BUILD_DATE=local |
| ARG APP_COMMIT_SHA=local |
| ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 DJANGO_SETTINGS_MODULE=estimate_project.settings APP_VERSION=2026.09.07.a402c6a APP_BUILD_DATE=2026-09-07T11:06:28Z APP_COMMIT_SHA=a402c6ae12a9ae7866e3688a53838e784954d3c9 |
| LABEL org.opencontainers.image.title=Tamra Estimate org.opencontainers.image.version=2026.09.07.a402c6a org.opencontainers.image.created=2026-09-07T11:06:28Z org.opencontainers.image.revision=a402c6ae12a9ae7866e3688a53838e784954d3c9 |
| WORKDIR /app |
| COPY file:ce08a1c8d617379fcc4c1ecec9ea5b9cd0e0552f7a45b8a96d10cb4eb922c4fe in /app/ |
| /bin/sh -c pip install --no-cache-dir -r requirements.txt |
| COPY dir:5fc73810078bfc7e45612adb25c6d488c970376a78fe4714ce167d1891b7de00 in /app/ |
| /bin/sh -c sed -i 's/\r$//' /app/scripts/entrypoint.sh && chmod +x /app/scripts/entrypoint.sh && mkdir -p /app/media /app/logs /app/staticfiles |
| EXPOSE 39894 |
| HEALTHCHECK &{Test:[CMD-SHELL python -c "import urllib.request; urllib.request.urlopen('http://127.0.0.1:39894/health/', timeout=5).read()" || exit 1] Interval:30s Timeout:10s StartPeriod:30s StartInterval:0s Retries:3} |
| CMD ["/bin/sh" "/app/scripts/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-09-07T11:06:28Z |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.revision | a402c6ae12a9ae7866e3688a53838e784954d3c9 |
| org.opencontainers.image.title | Tamra Estimate |
| org.opencontainers.image.version | 2026.09.07.a402c6a |
Details
2026-09-07 11:10:29 +00:00
Versions (6)
View all
Container
0
OCI / Docker
linux/amd64
994 MiB
a402c6ae12a9ae7866e3688a53838e784954d3c9
2026-09-07
latest
2026-09-07
304c4fd2a3308065973f4fe07f9aa7f76df1dcee
2026-07-29
2026.05.26.7ef357c.entrypoint
2026-05-26
2026.05.26.b1fb990.dirty
2026-05-26