4nk

sdk_signer (int-dev)

Published 2025-09-23 09:58:30 +00:00 by Omar

Installation

docker pull git.4nkweb.com/4nk/sdk_signer:int-dev
sha256:770b12ed2335d16aabf76f38b990967da16d28fa796f0f0ffff875d0d3a48d58

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --fix-missing ca-certificates curl jq git net-tools iputils-ping dnsutils netcat-openbsd telnet procps && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
RUN /bin/sh -c useradd -m -u 1000 appuser && mkdir -p /app && chown -R appuser:appuser /app # buildkit
COPY /build/sdk_signer/pkg ./pkg # buildkit
COPY . . # buildkit
RUN /bin/sh -c chown -R appuser:appuser /app # buildkit
USER appuser
RUN /bin/sh -c npm install # buildkit
RUN /bin/sh -c npm run build # buildkit
EXPOSE map[9090/tcp:{}]
CMD ["npm" "start"]
Details
Container
2025-09-23 09:58:30 +00:00
1
OCI / Docker
linux/amd64
748 MiB
Versions (3) View all
int-dev 2025-09-23
ext 2025-09-22
latest 2025-09-08