sha256:53f244ab06e2cf86cd083020217c93a3a861dae653aa5f19c4e75492e85b5e26
OS/ARCH
Compressed size
31.04 MB
Last pushed
3 days by zimmertr
Type
Image
Manifest digest
sha256:cf21fcb5d2581f21dc7690f7ced1baea2f09e97a666e022b36a8f577b1a39031
Image Layers
1ADD alpine-minirootfs-3.24.2-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4RUN /bin/sh -c set -eux;406.51 KB5ENV PYTHON_VERSION=3.14.70 B6ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B7RUN /bin/sh -c set -eux;12.88 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10LABEL org.opencontainers.image.title=Bluebird Forecast org.opencontainers.image.description=Map-based weather0 B11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=10 B12RUN /bin/sh -c apk upgrade32 KB13WORKDIR /app93 B14COPY backend/requirements.txt ./ # buildkit221 B15RUN /bin/sh -c pip install12.66 MB16COPY backend/app/ ./app/ # buildkit123.93 KB17COPY /app/frontend/dist/ ./static/ # buildkit872.04 KB18COPY /app/frontend/node_modules/swagger-ui-dist/swagger-ui-bundle.js /app/frontend/node_modules/swagger-ui-dist/swagger-ui.css ./static/swagger-ui/ #441.22 KB19RUN /bin/sh -c addgroup -S961 B20ARG APP_VERSION=0.82.30 B21ARG APP_COMMIT=056423e436827c9777b8e100d2720657cacae9220 B22ARG APP_BUILT_AT=2026-09-23T00:35:03Z0 B23ENV APP_VERSION=0.82.3 APP_COMMIT=056423e436827c9777b8e100d2720657cacae922 APP_BUILT_AT=2026-09-23T00:35:03Z0 B24USER 10001:100010 B25EXPOSE [8000/tcp 9464/tcp]0 B26HEALTHCHECK {Test:[CMD python -c import0 B27CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
ADD alpine-minirootfs-3.24.2-x86_64.tar.gz / # buildkit