thrall (latest)

Published 2024-08-13 20:17:30 +02:00 by midefos

Installation

docker pull git.midefos.com/midefos/thrall:latest
sha256:6be924db1065fc6b674de636237c9dfc75a06abf7b9c35d4ad9ddeb07bb44bac

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:5601f441718b0d192d73394b35fd07675342837ec9089ddd52dd1dc0de79630e in /
CMD ["/bin/bash"]
COPY /target/x86_64-unknown-linux-musl/release/thrall ./ # buildkit
RUN /bin/sh -c apt update && apt upgrade -y && apt install -y iptables iptables-persistent # buildkit
CMD ["/thrall"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2024-08-13 20:17:30 +02:00
5
OCI / Docker
linux/amd64
62 MiB
Versions (1) View all
latest 2024-08-13