webhook_action_proxy (sha256:a3ba2defef3f3bd4a594ee79668ae8a3865cf3267c92397834169b507832ebf6)

Published 2026-03-08 00:53:08 +00:00 by bizcochito in siesta-cat/webhook_action_proxy

Installation

docker pull git.siesta.cat/siesta-cat/webhook_action_proxy@sha256:a3ba2defef3f3bd4a594ee79668ae8a3865cf3267c92397834169b507832ebf6
sha256:a3ba2defef3f3bd4a594ee79668ae8a3865cf3267c92397834169b507832ebf6

Image layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1765152000'
ENV OTP_VERSION=28.3 REBAR3_VERSION=3.25.0
LABEL org.opencontainers.image.version=28.3
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="1956ad6584678b631ab4f9b8aebe2dac037cd7401abb44564a01134ff0ac5bed" && 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=' libodbc2 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
ENV CA_VERSION=20250419
ENV BUILD_ESSENTIAL_VERSION=12.12
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get --no-install-recommends install -y ca-certificates=$CA_VERSION && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/build/erlang-shipment . # buildkit
EXPOSE [8000/tcp]
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["run"]

Labels

Key Value
org.opencontainers.image.created 2026-03-08T00:46:39.288Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 20113c8cdbc624ccc5474ae841cb80fc55fcd682
org.opencontainers.image.source https://git.siesta.cat/siesta-cat/webhook_action_proxy
org.opencontainers.image.title webhook_action_proxy
org.opencontainers.image.url https://git.siesta.cat/siesta-cat/webhook_action_proxy
org.opencontainers.image.version v1.0.62
Details
Container
2026-03-08 00:53:08 +00:00
0
OCI / Docker
linux/arm64
136 MiB
Versions (55) View all
v1.0.63 2026-03-09
latest 2026-03-09
v1.0.62 2026-03-08
v1.0.61 2026-02-12
v1.0.60 2026-02-12