patched_porobot_telegram (sha256:67561e47dc2af1a8a591b062130967a694895e2dce60c3dcc8d8cbbd71c2e5a6)
Installation
docker pull g.starshard.space/steffo/patched_porobot_telegram@sha256:67561e47dc2af1a8a591b062130967a694895e2dce60c3dcc8d8cbbd71c2e5a6sha256:67561e47dc2af1a8a591b062130967a694895e2dce60c3dcc8d8cbbd71c2e5a6About this package
Telegram bot of Patched Porobot
Image layers
| # debian.sh --arch 'arm64' out/ 'trixie' '@1783900800' |
| 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
2026-08-05 02:00:39 +00:00
Versions (4)
View all
Container
0
OCI / Docker
linux/arm64
Stefano Pigozzi <me@steffo.eu>
AGPL-3.0-or-later
277 MiB