Weboria

argus-api (3.73.1)

Published 2026-07-25 17:42:10 +00:00 by tech

Installation

docker pull git-cloud.weboria.eu/weboria/argus-api:3.73.1
sha256:b83981d8121ffbb25eba09bf2e42762c0cf123670d664d8a8f8d20f73ec7d663

Images

Digest OS / Arch Size
dfbb1d48ee linux/amd64 36 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG TARGETARCH=amd64
WORKDIR /app
RUN |1 TARGETARCH=amd64 /bin/sh -c apk --no-cache add ca-certificates tzdata docker-cli && wget -q https://github.com/maxmind/geoipupdate/releases/download/v7.0.1/geoipupdate_7.0.1_linux_${TARGETARCH}.tar.gz && tar -xzf geoipupdate_7.0.1_linux_${TARGETARCH}.tar.gz && mv geoipupdate_7.0.1_linux_${TARGETARCH}/geoipupdate /usr/local/bin/ && rm -rf geoipupdate_7.0.1_linux_${TARGETARCH}* && chmod +x /usr/local/bin/geoipupdate # buildkit
COPY /app/server . # buildkit
COPY assets/ ./assets/ # buildkit
COPY entrypoint.sh . # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x entrypoint.sh # buildkit
EXPOSE [8080/tcp]
ENTRYPOINT ["./entrypoint.sh"]
Details
Container
2026-07-25 17:42:10 +00:00
0
OCI / Docker
Versions (12) View all
3.75.5 2026-07-25
latest 2026-07-25
3.75.4 2026-07-25
3.75.3 2026-07-25
3.75.2 2026-07-25