robertkyle (sha256:14234df153597fe04f419767c54153e8c999e78d2c7c223e6b200128ff28ad81)

Published 2026-08-25 00:30:13 +02:00 by qwerinope in qwerinope/RobertKyle

Installation

docker pull git.qwerinope.com/qwerinope/robertkyle@sha256:14234df153597fe04f419767c54153e8c999e78d2c7c223e6b200128ff28ad81
sha256:14234df153597fe04f419767c54153e8c999e78d2c7c223e6b200128ff28ad81

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 libopus0 libpq5 libssl3 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /opt/rkyle/build
COPY /opt/rkyle/build/rkylebot ./rkylebot # buildkit
COPY /opt/rkyle/build/profiledata ./profiledata # buildkit
COPY /usr/lib/libdpp.so* /usr/lib/ # buildkit
RUN /bin/sh -c ln -s /config/config.json ./config.json # buildkit
VOLUME [/config]
CMD ["stdbuf" "-oL" "-eL" "./rkylebot"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-08-25 00:30:13 +02:00
1
OCI / Docker
linux/amd64
57 MiB
Versions (4) View all
latest 2026-09-18
sonomedarenome 2026-09-18
database 2026-09-01
main 2026-08-25