insurance-server (latest)
Published 2026-05-12 03:48:45 +00:00 by kingsley
Installation
docker pull gitea.20221130.xyz:3000/kingsley/insurance-server:latestsha256:dfbc7f38ce22ccbc2d7cd2dd304305ae435b157e5b297fcb69ecee570ed5b634Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| LABEL maintainer=agric-insurance |
| LABEL description=Agricultural Insurance Management System (GraalVM Native) |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd -r appgroup && useradd -r -g appgroup appuser # buildkit |
| WORKDIR /app |
| COPY /app/target/insurance-server /app/insurance-server # buildkit |
| RUN /bin/sh -c mkdir -p /app/logs /app/uploads && chown -R appuser:appgroup /app # buildkit |
| USER appuser |
| ENV SPRING_PROFILES_ACTIVE=prod |
| EXPOSE map[8080/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/actuator/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/app/insurance-server"] |
Labels
| Key | Value |
|---|---|
| description | Agricultural Insurance Management System (GraalVM Native) |
| maintainer | agric-insurance |
Details
2026-05-12 03:48:45 +00:00
Versions (9)
View all
Container
1
OCI / Docker
linux/amd64
218 MiB
latest
2026-05-12
0e6f61c356847dcc76913a6a7c2a2f51e80d3a2c
2026-05-12
502fbdb816d93ad9e2197976923a99fa7569ade0
2026-05-11
11d86d006a0f2f89f31a92108b674d4c48bc5bd5
2026-05-11
688e635c11efd1d52a05530ea6ff1047895a7bc7
2026-04-20