Block a user
25augdbtest-frontend-f (1.0)
Published 2026-08-25 10:16:01 +00:00 by risadmin_prod
Installation
docker pull 157.66.191.31:3000/risadmin_prod/25augdbtest-frontend-f:1.0sha256:c2421b9686c39f7c289341c71c5c2330947bc40c2f04b7d0fafc688d8d8daecc
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=25augdbtest |
| ARG BACKEND_MODULE=25augdbtest-backend-b/authsec_springboot/backend |
| ARG DB_MODULE |
| ARG JAR_NAME=app-1.0.0.jar |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN |4 REPO_NAME=25augdbtest BACKEND_MODULE=25augdbtest-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=25augdbtest BACKEND_MODULE=25augdbtest-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/25augdbtest/25augdbtest-backend-b/authsec_springboot/backend/src/main/resources/schema.sql /opt/database/schema.sql # buildkit |
| COPY /src/25augdbtest/25augdbtest-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/25augdbtest/sureops/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| COPY /src/25augdbtest/sureops/init-db.sh /usr/local/bin/init-db.sh # buildkit |
| COPY /src/25augdbtest/sureops/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit |
| COPY /src/25augdbtest/sureops/nginx.conf /etc/nginx/nginx.conf # buildkit |
| RUN |4 REPO_NAME=25augdbtest BACKEND_MODULE=25augdbtest-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}}] 0xc069a18140} |
| EXPOSE &{[{{185 0} {185 0}}] 0xc069a18140} |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |