• Joined on 2026-03-13

vibill3x (v0.0.1)

Published 2026-03-21 12:42:52 +00:00 by helmi

Installation

docker pull git.talok.my.id/helmi/vibill3x:v0.0.1
sha256:dddba9e26ed005687d9b8e8974032b8bea2c5df042e9a3abb70bc75ae715c6cb

Images

Digest OS / Arch Size
d75a87857b 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
Details
Container
2026-03-21 12:42:52 +00:00
0
OCI / Docker
Versions (8) View all
v0.0.7 2026-04-08
latest 2026-04-08
v0.0.6 2026-03-30
v0.0.5 2026-03-25
v0.0.4 2026-03-24