• Joined on 2026-01-15

whatsapp-gateway (sha-e42e0a4)

Published 2026-04-04 21:49:33 +00:00 by Cipher

Installation

docker pull registry.cipher.ly/cipher/whatsapp-gateway:sha-e42e0a4
sha256:09c2c2662f25782ffc66c9d7e1a09212677846efa3092b67ee20c0f5ce071c57

Images

Digest OS / Arch Size
3b7fe1981d linux/amd64 114 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:0f6466425c4f1800aae9224ddc3437b90c829cea58fb8edd5dde2f1eb0ee28da in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=10.0.5
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.5
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
ENV ASPNETCORE_URLS=http://+:8080
EXPOSE [8080/tcp]
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "WhatsappGateway.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-04-04T21:48:13.606Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision e42e0a4c60d660b9623969b0234a96f7c9862fe4
org.opencontainers.image.source https://github.com/Cipher-IT/HemolyTools
org.opencontainers.image.title HemolyTools
org.opencontainers.image.url https://github.com/Cipher-IT/HemolyTools
org.opencontainers.image.version main
Details
Container
2026-04-04 21:49:33 +00:00
0
OCI / Docker
Versions (4) View all
sha-0f276e9 2026-04-05
latest 2026-04-05
main 2026-04-05
sha-e42e0a4 2026-04-04