autotrace-gps (7fc976481a7e4d15efe02b9d6fe9fbaf844036c6)
Published 2026-04-21 14:53:47 +00:00 by kingsley
Installation
docker pull gitea.20221130.xyz:3000/kingsley/autotrace-gps:7fc976481a7e4d15efe02b9d6fe9fbaf844036c6sha256:f239889055e8b11ffae8ae671fe98b2a8cca3e3f28b2f968df4d63cb19cde71dImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| LABEL maintainer=AutoTrace |
| LABEL description=AutoTrace GPS Ingest Service (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/autotrace-gps /app/autotrace-gps # buildkit |
| RUN /bin/sh -c mkdir -p /app/logs && chown -R appuser:appgroup /app # buildkit |
| USER appuser |
| ENV SPRING_PROFILES_ACTIVE=prod |
| EXPOSE map[8081/tcp:{} 9002/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8081/gps/api/v1/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/app/autotrace-gps"] |
Labels
| Key | Value |
|---|---|
| description | AutoTrace GPS Ingest Service (GraalVM Native) |
| maintainer | AutoTrace |
Details
2026-04-21 14:53:47 +00:00
Versions (11)
View all
Container
1
OCI / Docker
linux/amd64
152 MiB
39097b4806a1670005649ca080553c286057ffe0
2026-05-10
latest
2026-05-10
54f6d24b1c4d35e746405fd183385e172ec1250d
2026-04-27
1e743016046516be63eb144a0e74c48ceba300e9
2026-04-26
59e84dc3353b463c205f8140700996fe5fc183bd
2026-04-26