android-gateway-api (sha256:075f1efcde79814cc9c0b8f56d715277d9317db958fe40e7f967899f7f1c0ed3)
Published 2026-03-13 23:08:00 +00:00 by gitadmin
Installation
docker pull git.sds.dev/cast/android-gateway-api@sha256:075f1efcde79814cc9c0b8f56d715277d9317db958fe40e7f967899f7f1c0ed3sha256:075f1efcde79814cc9c0b8f56d715277d9317db958fe40e7f967899f7f1c0ed3Image 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-13T23:04:53Z |
| org.opencontainers.image.revision | 625ceeaff0814c79f90c16b733ccb1a457740ac1 |
| org.opencontainers.image.source | https://git.sds.dev/CAST/android-gateway.git |
| org.opencontainers.image.url | https://git.sds.dev/CAST/android-gateway |