nodes-b (20251006102511)

Published 2025-10-06 04:57:42 +00:00 by risadmin_prod

Installation

docker pull 157.66.191.31:3000/risadmin_prod/nodes-b:20251006102511
sha256:4aa435fdfdb3a326de2152ec373a7ce8d3458a1a6307c739a46db58b7ca9dff9

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 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 python3.11 python3.11-venv python3-pip curl ca-certificates gnupg git && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 # buildkit
RUN /bin/sh -c mkdir -p /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y docker-ce-cli && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /code /app # buildkit
COPY /usr/local /usr/local # buildkit
EXPOSE &{[{{62 0} {62 0}}] 0xc009e32f00}
CMD ["uvicorn" "app.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
2025-10-06 04:57:42 +00:00
1
OCI / Docker
linux/amd64
356 MiB
Versions (14) View all
latest 2025-10-11
20251011150701 2025-10-11
20251011145417 2025-10-11
20251011101238 2025-10-11
20251007151607 2025-10-07