patched_porobot_telegram (sha256:3f8f104aeb1d6ea63a122e2fed047500b5c4161a307f5d830742158027a6702c)

Published 2026-08-05 02:00:38 +00:00 by steffo in steffo/patched-porobot

Installation

docker pull g.starshard.space/steffo/patched_porobot_telegram@sha256:3f8f104aeb1d6ea63a122e2fed047500b5c4161a307f5d830742158027a6702c
sha256:3f8f104aeb1d6ea63a122e2fed047500b5c4161a307f5d830742158027a6702c

About this package

Telegram bot of Patched Porobot

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'
LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH=/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUST_VERSION=1.97.1
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates gcc libc6-dev wget ; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') rustArch='x86_64-unknown-linux-gnu'; rustupSha256='4acc9acc76d5079515b46346a485974457b5a79893cfb01112423c89aeb5aa10'; ;; 'armhf') rustArch='armv7-unknown-linux-gnueabihf'; rustupSha256='124e02253af9128f9e27ea1ac929cbb73cf44cf35469d0f594a1b62f7b71fea1'; ;; 'arm64') rustArch='aarch64-unknown-linux-gnu'; rustupSha256='9732d6c5e2a098d3521fca8145d826ae0aaa067ef2385ead08e6feac88fa5792'; ;; 'i386') rustArch='i686-unknown-linux-gnu'; rustupSha256='5140e82096f96d1d8077f00eb312648e0e5106d101c9918d086f72cbc69bb3a1'; ;; 'ppc64el') rustArch='powerpc64le-unknown-linux-gnu'; rustupSha256='4bfff85bd3967d988e14567aa9cc6ab0ea386f0ffeff0f9f14d23f0103bf1f97'; ;; 's390x') rustArch='s390x-unknown-linux-gnu'; rustupSha256='66c2c132428b6b77803facb02cbdf33b89d20c00bd20da142be8cb651f2e7cd8'; ;; 'riscv64') rustArch='riscv64gc-unknown-linux-gnu'; rustupSha256='7e43f2b2e6307d61da17a4dff61e6bceef408b8189822df64e1094590d2a70f9'; ;; *) echo >&2 "unsupported architecture: $arch"; exit 1; ;; esac; url="https://static.rust-lang.org/rustup/archive/1.29.0/${rustArch}/rustup-init"; wget --progress=dot:giga "$url"; echo "${rustupSha256} *rustup-init" | sha256sum -c -; chmod +x rustup-init; ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; rm rustup-init; chmod -R a+w $RUSTUP_HOME $CARGO_HOME; apt-get remove -y --auto-remove wget ; rm -rf /var/lib/apt/lists/*; rustup --version; cargo --version; rustc --version; # buildkit
WORKDIR /usr/src/patched_porobot/
COPY /usr/src/patched_porobot/target/*/release/patched_porobot_telegram /usr/bin/ # buildkit
ENTRYPOINT ["patched_porobot_telegram"]
CMD []
LABEL org.opencontainers.image.title=patched_porobot_telegram
LABEL org.opencontainers.image.description=Telegram bot of Patched Porobot
LABEL org.opencontainers.image.url=https://g.starshard.space/starshard/-/packages/container/patched_porobot_telegram/latest
LABEL org.opencontainers.image.source=https://g.starshard.space/steffo/patched-porobot
LABEL org.opencontainers.image.authors=Stefano Pigozzi <me@steffo.eu>
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
LABEL org.opencontainers.image.version=1.0.2
ENV RUST_LOG=warn,patched_porobot=info,patched_porobot_telegram=info

Labels

Key Value
org.opencontainers.image.authors Stefano Pigozzi <me@steffo.eu>
org.opencontainers.image.description Telegram bot of Patched Porobot
org.opencontainers.image.licenses AGPL-3.0-or-later
org.opencontainers.image.source https://g.starshard.space/steffo/patched-porobot
org.opencontainers.image.title patched_porobot_telegram
org.opencontainers.image.url https://g.starshard.space/starshard/-/packages/container/patched_porobot_telegram/latest
org.opencontainers.image.version 1.0.2
Details
Container
2026-08-05 02:00:38 +00:00
4
OCI / Docker
linux/amd64
Stefano Pigozzi <me@steffo.eu>
AGPL-3.0-or-later
314 MiB
Versions (4) View all
v2.0.0 2026-08-05
latest 2026-08-05
v2 2026-08-05
v2.0 2026-08-05