Sign inSign up

zimmertr/bluebird:0.82.15

Multi-platform
Index digest

sha256:9ae0425e4a3bd230e038ce366bd74c2ae74fb112628c48b703ed170e0f71d448

OS/ARCH

Compressed size

31.18 MB

Last pushed

about 20 hours by zimmertr

Type

Image

Manifest digest

sha256:9dec4dc9f8ee83f11807209cbdc8f0a761bcd516278d90f73eefca9ecd946bdd

Image Layers

1ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit3.99 MB
2CMD ["/bin/sh"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4RUN /bin/sh -c set -eux;409.29 KB
5ENV PYTHON_VERSION=3.14.70 B
6ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B
7RUN /bin/sh -c set -eux;12.97 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10LABEL org.opencontainers.image.title=Bluebird Forecast org.opencontainers.image.description=Map-based weather0 B
11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=10 B
12RUN /bin/sh -c apk upgrade32.02 KB
13WORKDIR /app93 B
14COPY backend/requirements.txt ./ # buildkit221 B
15RUN /bin/sh -c pip install12.38 MB
16COPY backend/app/ ./app/ # buildkit128.16 KB
17COPY /app/frontend/dist/ ./static/ # buildkit873.13 KB
18COPY /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 KB
19RUN /bin/sh -c addgroup -S961 B
20ARG APP_VERSION=0.82.150 B
21ARG APP_COMMIT=5db491188eef4ea36448200f27152e75cde199ea0 B
22ARG APP_BUILT_AT=2026-09-23T05:36:46Z0 B
23ENV APP_VERSION=0.82.15 APP_COMMIT=5db491188eef4ea36448200f27152e75cde199ea APP_BUILT_AT=2026-09-23T05:36:46Z0 B
24USER 10001:100010 B
25EXPOSE [8000/tcp 9464/tcp]0 B
26HEALTHCHECK {Test:[CMD python -c import0 B
27CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit