tilo-release-tools (candidate-6062b3bbaeca4f64560a8bc815913d439cfb4927-48987-1-x86_64)

Published 2026-09-26 17:48:54 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-release-tools:candidate-6062b3bbaeca4f64560a8bc815913d439cfb4927-48987-1-x86_64
sha256:1915b7d0f0beb5ff4b37db2dbf4620bf66993706fc8227b53bf8c0da72bcc5e4

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