risadmin_prod
  • Joined on 2025-03-18

ntest18sep-frontend-f (latest)

Published 2026-09-18 06:42:38 +00:00 by risadmin_prod

Installation

docker pull 157.66.191.31:3000/risadmin_prod/ntest18sep-frontend-f:latest
sha256:56881e2c6f86fd665d97f7a23179b3f57dbc0621fb17996334092a878fef0693

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:81c01921c5f642ac2fcbfae682e489e8e64b347467d9fa1587707e310e64d790 in /
CMD ["/bin/bash"]
ARG REPO_NAME=ntest18sep
ENV DEBIAN_FRONTEND=noninteractive
RUN |1 REPO_NAME=ntest18sep /bin/sh -c apt-get update && apt-get install -y openjdk-17-jre mysql-server nginx supervisor curl wget git nano net-tools procps ca-certificates && rm -f /etc/nginx/sites-enabled/default && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 REPO_NAME=ntest18sep /bin/sh -c mkdir -p /opt/backend /opt/database /usr/share/nginx/html /var/log/supervisor # buildkit
COPY /workspace/backend/target/*.jar /opt/backend/app.jar # buildkit
RUN |1 REPO_NAME=ntest18sep /bin/sh -c cp /tmp/sql/schema.sql /opt/database/ 2>/dev/null || echo "no schema.sql, skip"; cp /tmp/sql/data.sql /opt/database/ 2>/dev/null || echo "no data.sql, skip" # buildkit
COPY /workspace/frontend/build/app/outputs/flutter-apk/app-release.apk /usr/share/nginx/html/app-release.apk # buildkit
COPY /src/ntest18sep/sureops/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
COPY /src/ntest18sep/sureops/init-db.sh /usr/local/bin/init-db.sh # buildkit
COPY /src/ntest18sep/sureops/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
COPY /src/ntest18sep/sureops/nginx.conf /etc/nginx/nginx.conf # buildkit
RUN |1 REPO_NAME=ntest18sep /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh /usr/local/bin/init-db.sh # buildkit
RUN |1 REPO_NAME=ntest18sep /bin/sh -c nginx -t # buildkit
EXPOSE &{[{{98 0} {98 0}}] 0xc0aff19680}
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.version 22.04
Details
Container
2026-09-18 06:42:38 +00:00
0
OCI / Docker
linux/amd64
466 MiB
Versions (2) View all
latest 2026-09-18
1.0 2026-09-18