nodes-b (20251006102003)
Published 2025-10-06 04:53:18 +00:00 by risadmin_prod
Installation
docker pull 157.66.191.31:3000/risadmin_prod/nodes-b:20251006102003sha256:7b2d227cbb38efdd8d1e3315f1660abf74777510877628f8c82ed0cab8711f3aImage 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}}] 0xc00ae34ec0} |
| 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
2025-10-06 04:53:18 +00:00
Versions (14)
View all
Container
1
OCI / Docker
linux/amd64
356 MiB
latest
2025-10-11
20251011150701
2025-10-11
20251011145417
2025-10-11
20251011101238
2025-10-11
20251007151607
2025-10-07