android-gateway-api (sha256:52862ac00d30ce9b716061f52bd6473e234fb83063a2e100a96f803b13be42a5)
Published 2026-03-14 16:06:43 +00:00 by gitadmin
Installation
docker pull git.sds.dev/cast/android-gateway-api@sha256:52862ac00d30ce9b716061f52bd6473e234fb83063a2e100a96f803b13be42a5sha256:52862ac00d30ce9b716061f52bd6473e234fb83063a2e100a96f803b13be42a5Image 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-14T16:04:12Z |
| org.opencontainers.image.revision | a4fc4c21b86c59b4e0f65d578d54ed47824657b9 |
| org.opencontainers.image.source | https://git.sds.dev/CAST/android-gateway.git |
| org.opencontainers.image.url | https://git.sds.dev/CAST/android-gateway |