• Joined on 2022-11-30

chacal-worker (latest)

Published 2026-04-21 23:24:26 +00:00 by ivanch

Installation

docker pull git.ivanch.me/ivanch/chacal-worker:latest
sha256:f89e4b4b765330526ddef34c10a996df2513db2405700a672695fd689a3ce7f5

Images

Digest OS / Arch Size
62bc001ff5 linux/amd64 108 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
RUN /bin/sh -c apk add --upgrade --no-cache ca-certificates-bundle libgcc libssl3 libstdc++ zlib # buildkit
RUN /bin/sh -c addgroup --gid=$APP_UID app && adduser --uid=$APP_UID --ingroup=app --disabled-password app # buildkit
ENV DOTNET_VERSION=9.0.15
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=9.0.15
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
RUN /bin/sh -c apk update && apk add --no-cache bash curl wget bind-tools nmap git procps findutils grep sed gawk jq coreutils python3 py3-pip openssl openssh-client netcat-openbsd sqlite file unzip p7zip xxd whois ldns traceroute bc && pip3 install --no-cache-dir --break-system-packages PyJWT cryptography requests lxml sqlparse fickling && mkdir -p /usr/share/wordlists && wget -q -O /usr/share/wordlists/common.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/common.txt && wget -q -O /usr/share/wordlists/subdomains.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/DNS/subdomains-top1million-5000.txt && wget -q -O /usr/share/wordlists/api-endpoints.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/api/api-endpoints.txt # buildkit
COPY /app/publish . # buildkit
ENV DOTNET_ENVIRONMENT=Production
ENTRYPOINT ["dotnet" "Chacal.Worker.dll"]

Labels

Key Value
com.docker.compose.project chacal-v2
com.docker.compose.service chacal-worker
com.docker.compose.version 5.0.1
Details
Container
2026-04-21 23:24:26 +00:00
34
OCI / Docker
Versions (1) View all
latest 2026-04-21