Block a user
sureflow-combined (20260718190649)
Published 2026-07-18 13:42:07 +00:00 by risadmin_prod
Installation
docker pull 157.66.191.31:3000/risadmin_prod/sureflow-combined:20260718190649sha256:25c7f2d3a575804f4d92604a71a0372528783889bbc75026e0345abaea755730
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:c5143b228eb55f19ed4d3b653ad68ec7afe54ded0247e090ce3afb9e5484adfb 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-pip nginx supervisor curl ca-certificates tzdata mysql-server && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/backend /app/backend # buildkit |
| COPY /usr/local/lib/python3.11 /usr/local/lib/python3.11 # buildkit |
| COPY /usr/local/bin /usr/local/bin # buildkit |
| RUN /bin/sh -c rm -f /etc/nginx/sites-enabled/default # buildkit |
| COPY nginx.conf /etc/nginx/conf.d/default.conf # buildkit |
| COPY /app/dist /usr/share/nginx/html # buildkit |
| RUN /bin/sh -c rm -rf /var/lib/mysql/* && mkdir -p /var/run/mysqld /var/lib/mysql && chown -R mysql:mysql /var/run/mysqld /var/lib/mysql # buildkit |
| COPY init-mysql.sh /init-mysql.sh # buildkit |
| RUN /bin/sh -c chmod +x /init-mysql.sh # buildkit |
| COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit |
| EXPOSE map[80/tcp:{} 8000/tcp:{}] |
| CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/conf.d/supervisord.conf"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |
Details
2026-07-18 13:42:07 +00:00
Versions (22)
View all
Container
1
OCI / Docker
linux/amd64
172 MiB
latest
2026-08-04
20260804054426
2026-08-04
20260803065649
2026-08-03
20260803062652
2026-08-03
20260720141650
2026-07-20