android-gateway-api (sha256:968df1d374c3c3824cc757e79beb9dec568f4c4d5d593648d9ca58fd129846c5)
Published 2026-03-14 22:11:19 +00:00 by gitadmin
Installation
docker pull git.sds.dev/cast/android-gateway-api@sha256:968df1d374c3c3824cc757e79beb9dec568f4c4d5d593648d9ca58fd129846c5sha256:968df1d374c3c3824cc757e79beb9dec568f4c4d5d593648d9ca58fd129846c5Image Layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c addgroup -S http-sms && adduser -S http-sms -G http-sms # buildkit |
| USER http-sms |
| WORKDIR /home/http-sms |
| COPY /usr/local/go/lib/time/zoneinfo.zip /zoneinfo.zip # buildkit |
| COPY /bin/http-sms ./ # buildkit |
| COPY /http-sms/root.crt ./ # buildkit |
| ENV ZONEINFO=/zoneinfo.zip |
| EXPOSE [8000/tcp] |
| ENTRYPOINT ["./http-sms" "--dotenv=false"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-14T22:08:36Z |
| org.opencontainers.image.revision | 97a2ce24e0da939713eef5d7ec98c06bebbe1225 |
| org.opencontainers.image.source | https://git.sds.dev/CAST/android-gateway.git |
| org.opencontainers.image.url | https://git.sds.dev/CAST/android-gateway |