Block a user
ntest18sepfinal-frontend-f (1.0)
Published 2026-09-18 12:17:07 +00:00 by risadmin_prod
Installation
docker pull 157.66.191.31:3000/risadmin_prod/ntest18sepfinal-frontend-f:1.0sha256:c5361e5407fb4733c817c9c1d4deb4c39a08239ae81a2fce86b1f864d99ee07b
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=ntest18sepfinal |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN |1 REPO_NAME=ntest18sepfinal /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=ntest18sepfinal /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=ntest18sepfinal /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/ntest18sepfinal/sureops/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| COPY /src/ntest18sepfinal/sureops/init-db.sh /usr/local/bin/init-db.sh # buildkit |
| COPY /src/ntest18sepfinal/sureops/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit |
| COPY /src/ntest18sepfinal/sureops/nginx.conf /etc/nginx/nginx.conf # buildkit |
| RUN |1 REPO_NAME=ntest18sepfinal /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh /usr/local/bin/init-db.sh # buildkit |
| RUN |1 REPO_NAME=ntest18sepfinal /bin/sh -c nginx -t # buildkit |
| EXPOSE &{[{{98 0} {98 0}}] 0xc0b09d5140} |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |