risadmin_prod
  • Joined on 2025-03-18

nodes_g-b (20260127092238)

Published 2026-01-27 03:55:56 +00:00 by risadmin_prod

Installation

docker pull 157.66.191.31:3000/risadmin_prod/nodes_g-b:20260127092238
sha256:ef892662bd98b064ae831b7adbf65ace92fa59e23ef5b25973296c38a81b8f43

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:b499000226bd9a7c562ffa8eeb86e2d170f2a563310db6c2d79562ab53e5cb6e in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends software-properties-common ca-certificates curl gnupg dirmngr && add-apt-repository ppa:deadsnakes/ppa -y && apt-get update && apt-get install -y --no-install-recommends python3.11 python3.11-venv python3.11-distutils && curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /app /app # buildkit
COPY /usr/local/lib /usr/local/lib # buildkit
COPY /usr/local/bin /usr/local/bin # buildkit
WORKDIR /app/backend
EXPOSE map[8000/tcp:{}]
CMD ["uvicorn" "main:app" "--host" "0.0.0.0" "--port" "8000"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-01-27 03:55:56 +00:00
1
OCI / Docker
linux/amd64
133 MiB
Versions (14) View all
20260130161125 2026-01-30
20260130094616 2026-01-30
20260129190824 2026-01-29
20260129150916 2026-01-29
20260127095850 2026-01-27