tilo-release-tools (candidate-81a48ede9e07d3e58da0d602169e5f5c9ed99425-aarch64)

Published 2026-09-26 02:28:40 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-release-tools:candidate-81a48ede9e07d3e58da0d602169e5f5c9ed99425-aarch64
sha256:200c13e8bad516d148434ffb1e48b5f8d2c5654fe3799936317622fb227c1fd0

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.podesta.ai/qos/qos

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.podesta.ai/qos/qos
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