Block a user
tachyschizobot (latest)
Published 2026-02-20 11:15:38 +03:00 by tachy0
Installation
docker pull gitea.kawaii-alyssa.dev/tachy0/tachyschizobot:latestsha256:d73fb43423207a2c8fb60753b3b1905a6b521f9733a3d6ba687c896a74bea137
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3c60c52499 | linux/amd64 | 81 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:b499000226bd9a7c562ffa8eeb86e2d170f2a563310db6c2d79562ab53e5cb6e in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:mhier/libboost-latest && apt-get update && apt-get install -y libboost-log1.81.0 libboost-program-options1.81.0 libboost-filesystem1.81.0 libboost-system1.81.0 libboost-thread1.81.0 libboost-json1.81.0 libssl3 zlib1g libpq5 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/lib/libpqxx* /usr/local/lib/ # buildkit |
| COPY /app/install /usr/local # buildkit |
| RUN /bin/sh -c ldconfig # buildkit |
| COPY /app/CHANGELOG /root/ # buildkit |
| COPY /app/resources /root/resources # buildkit |
| WORKDIR /root/ |
| CMD ["TachySchizoBot"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |