twochi-bot (sha256:38df5fb37f7080015d7a5568ef5a6e2bf59699d688d6b06599e09c1f814d6dd8)

Published 2025-12-12 00:55:30 +00:00 by bizcochito in siesta-cat/twochi-bot

Installation

docker pull git.siesta.cat/siesta-cat/twochi-bot@sha256:38df5fb37f7080015d7a5568ef5a6e2bf59699d688d6b06599e09c1f814d6dd8
sha256:38df5fb37f7080015d7a5568ef5a6e2bf59699d688d6b06599e09c1f814d6dd8

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'
ENV OTP_VERSION=28.1 REBAR3_VERSION=3.25.0
LABEL org.opencontainers.image.version=28.1
RUN /bin/sh -c set -xe && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" && OTP_DOWNLOAD_SHA256="c7c6fe06a3bf0031187d4cb10d30e11de119b38bdba7cd277898f75d53bdb218" && fetchDeps=' curl ca-certificates' && apt-get update && apt-get install -y --no-install-recommends $fetchDeps && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - && runtimeDeps=' libodbc1 libssl3 libsctp1 ' && buildDeps=' autoconf dpkg-dev gcc g++ make libncurses-dev unixodbc-dev libssl-dev libsctp-dev ' && apt-get install -y --no-install-recommends $runtimeDeps && apt-get install -y --no-install-recommends $buildDeps && export ERL_TOP="/usr/src/otp_src_${OTP_VERSION%%@*}" && mkdir -vp $ERL_TOP && tar -xzf otp-src.tar.gz -C $ERL_TOP --strip-components=1 && rm otp-src.tar.gz && ( cd $ERL_TOP && ./otp_build autoconf && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE)" && ./configure --build="$gnuArch" && make -j$(nproc) && make install ) && find /usr/local -name examples | xargs rm -rf && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" && mkdir -p /usr/src/rebar3-src && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - && tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 && rm rebar3-src.tar.gz && cd /usr/src/rebar3-src && HOME=$PWD ./bootstrap && install -v ./rebar3 /usr/local/bin/ && rm -rf /usr/src/rebar3-src && apt-get purge -y --auto-remove $buildDeps $fetchDeps && rm -rf $ERL_TOP /var/lib/apt/lists/* # buildkit
CMD ["erl"]
ARG TARGETARCH=arm64
COPY gleam-arm64 /bin/gleam # buildkit
COPY gleam-arm64.sbom.spdx.json /opt/sbom/ # buildkit
CMD ["gleam"]
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get --no-install-recommends install -y ca-certificates=20230311+deb12u1 && rm -rf /var/lib/apt/lists/* # buildkit
COPY ./static/ /app/static/ # buildkit
COPY /app/build/erlang-shipment . # buildkit
EXPOSE [8000/tcp]
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["run"]

Labels

Key Value
org.opencontainers.image.created 2025-12-12T00:44:00.874Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision a8fca03a549e9e569471c75ddbe71def738ee171
org.opencontainers.image.source https://git.siesta.cat/siesta-cat/twochi-bot
org.opencontainers.image.title twochi-bot
org.opencontainers.image.url https://git.siesta.cat/siesta-cat/twochi-bot
org.opencontainers.image.version v4.1.18
Details
Container
2025-12-12 00:55:30 +00:00
0
OCI / Docker
linux/arm64
138 MiB
Versions (48) View all
latest 2025-12-13
v4.1.19 2025-12-13
v4.1.18 2025-12-12
v4.1.17 2025-12-04
v4.1.16 2025-12-04