webhook_action_proxy (sha256:2254485181a3ee328e1b90d995d926a84eab1f3c24bc9af50f8e27b244358734)

Published 2026-04-09 00:58:17 +00:00 by bizcochito in siesta-cat/webhook_action_proxy

Installation

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

Image layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1773619200'
ENV OTP_VERSION=28.4.1 REBAR3_VERSION=3.26.0
LABEL org.opencontainers.image.version=28.4.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="fb2aa0bd8d4118a275895d4a0ea5b24e40e9e1e27a7b29e001377d7660fd9ecf" && 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="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" && 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-04-09T01:09:20.921Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 80263257c0fa94a882866179f03efaf8dfc97602
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.66
Details
Container
2026-04-09 00:58:17 +00:00
0
OCI / Docker
linux/arm64
137 MiB
Versions (61) View all
latest 2026-06-03
v1.0.69 2026-06-03
v1.0.68 2026-05-15
v1.0.67 2026-04-19
v1.0.66 2026-04-09