Block a user
vibill3x (v0.0.7)
Published 2026-04-08 03:59:59 +00:00 by helmi
Installation
docker pull git.talok.my.id/helmi/vibill3x:v0.0.7sha256:5109f7465a08ffa4b9f9408edd0a64a3158946384a573d9c2b5b8e337ffdea1a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c3660d0471 | linux/amd64 | 65 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:52c0e467fa2e92f101018df01a0ff56580c752b7553fbe6df88e16b02af6d4ee in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y nano bash curl supervisor iputils-ping ca-certificates tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY dist/app /app # buildkit |
| COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit |
| RUN /bin/sh -c chmod +x /app/server # buildkit |
| EXPOSE [8080/tcp] |
| EXPOSE [8081/tcp] |
| EXPOSE [8082/tcp] |
| CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |