tilo-release-tools (candidate-97240131df4e0f23395adde9d7f9668dd88e9883-47954-1-x86_64)

Published 2026-09-26 10:13:00 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-release-tools:candidate-97240131df4e0f23395adde9d7f9668dd88e9883-47954-1-x86_64
sha256:0620eca78b59b0e935260367cad7753b9fb6a0981f806bb9c82d7a51b807664e

About this package

Compiler-free tooling for publishing prebuilt Tilo artifacts

Image layers

KIWI 11.0.2
RUN /bin/sh -c microdnf install -y --setopt=install_weak_deps=0 bash ca-certificates coreutils curl diffutils findutils gawk git-core grep gzip jq nodejs python3 sed tar && microdnf clean all && rm -rf /var/cache/dnf /var/log/dnf* && for compiler in cargo rustc cc gcc clang; do ! command -v "$compiler" || { echo "unexpected compiler: $compiler" >&2; exit 1; }; done && for tool in awk bash cmp curl find git grep gzip jq node python3 sed sha256sum tar; do command -v "$tool" >/dev/null || { echo "missing release tool: $tool" >&2; exit 1; }; done # buildkit
LABEL org.opencontainers.image.title=Tilo release metadata tools org.opencontainers.image.description=Compiler-free tooling for publishing prebuilt Tilo artifacts org.opencontainers.image.source=https://code.tilo.so/tilo/tilo

Labels

Key Value
io.buildah.version 1.43.4
org.opencontainers.image.description Compiler-free tooling for publishing prebuilt Tilo artifacts
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://code.tilo.so/tilo/tilo
org.opencontainers.image.title Tilo release metadata tools
org.opencontainers.image.url https://fedoraproject.org/
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 44