Block a user
ntest22aug02-frontend-f (latest)
Published 2026-08-22 10:13:04 +00:00 by risadmin_prod
Installation
docker pull 157.66.191.31:3000/risadmin_prod/ntest22aug02-frontend-f:latestsha256:64c9a549546ea8401471fbe14c2c8e49eaaf41ff3fe2cb830d6baa03377c6150
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:799f4e238d67485cc109d93512f4fe6f75bafc26a3476772191154125e52201d in / |
| CMD ["/bin/bash"] |
| ARG REPO_NAME=ntest22aug02 |
| ARG BACKEND_MODULE=ntest22aug02-backend-b/authsec_springboot/backend |
| ARG DB_MODULE |
| ARG JAR_NAME=app-1.0.0.jar |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN |4 REPO_NAME=ntest22aug02 BACKEND_MODULE=ntest22aug02-backend-b/authsec_springboot/backend DB_MODULE= JAR_NAME=app-1.0.0.jar /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/conf.d/default.conf && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |4 REPO_NAME=ntest22aug02 BACKEND_MODULE=ntest22aug02-backend-b/authsec_springboot/backend DB_MODULE= JAR_NAME=app-1.0.0.jar /bin/sh -c mkdir -p /opt/backend /opt/database /opt/frontend /var/log/supervisor # buildkit |
| COPY /workspace/backend/target/app-1.0.0.jar /opt/backend/app.jar # buildkit |
| COPY /src/ntest22aug02/ntest22aug02-backend-b/authsec_springboot/backend/src/main/resources/schema.sql /opt/database/schema.sql # buildkit |
| COPY /src/ntest22aug02/ntest22aug02-backend-b/authsec_springboot/backend/src/main/resources/data.sql /opt/database/data.sql # buildkit |
| COPY /workspace/frontend/dist/ /usr/share/nginx/html/ # buildkit |
| COPY /src/ntest22aug02/sureops/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| COPY /src/ntest22aug02/sureops/init-db.sh /usr/local/bin/init-db.sh # buildkit |
| COPY /src/ntest22aug02/sureops/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit |
| COPY /src/ntest22aug02/sureops/nginx.conf /etc/nginx/nginx.conf # buildkit |
| RUN |4 REPO_NAME=ntest22aug02 BACKEND_MODULE=ntest22aug02-backend-b/authsec_springboot/backend DB_MODULE= JAR_NAME=app-1.0.0.jar /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh && chmod +x /usr/local/bin/init-db.sh # buildkit |
| EXPOSE &{[{{184 0} {184 0}}] 0xc07c43c880} |
| EXPOSE &{[{{185 0} {185 0}}] 0xc07c43c880} |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |