Block a user
mytest17august06-frontend-f (1.0)
Published 2026-08-17 12:17:34 +00:00 by risadmin_prod
Installation
docker pull 157.66.191.31:3000/risadmin_prod/mytest17august06-frontend-f:1.0sha256:e6ced6a56764c41a20d9573935a675b11d3f36a220b5ea12dbb649a134e32b82
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:4501ff54ffd37d854b1cfbcd2e37da58bf8a49da3a6a82232d03e7556d337a92 in / |
| CMD ["/bin/bash"] |
| ARG REPO_NAME=mytest17august06 |
| ARG BACKEND_MODULE=mytest17august06-backend-b/authsec_springboot/backend |
| ARG DB_MODULE |
| ARG JAR_NAME=app-1.0.0.jar |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN |4 REPO_NAME=mytest17august06 BACKEND_MODULE=mytest17august06-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=mytest17august06 BACKEND_MODULE=mytest17august06-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/mytest17august06/mytest17august06-backend-b/authsec_springboot/backend/src/main/resources/schema.sql /opt/database/schema.sql # buildkit |
| COPY /src/mytest17august06/mytest17august06-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/mytest17august06/sureops/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| COPY /src/mytest17august06/sureops/init-db.sh /usr/local/bin/init-db.sh # buildkit |
| COPY /src/mytest17august06/sureops/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit |
| COPY /src/mytest17august06/sureops/nginx.conf /etc/nginx/nginx.conf # buildkit |
| RUN |4 REPO_NAME=mytest17august06 BACKEND_MODULE=mytest17august06-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}}] 0xc080eced80} |
| EXPOSE &{[{{185 0} {185 0}}] 0xc080eced80} |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |