Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37409786
en ru br
Репозитории ALT

Группа :: Other
Пакет: kubernetes-pause

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name:     kubernetes-pause
Version:  3.9
Release:  alt1

Summary:  This executable can be used as a minimal init process inside a container
License:  Apache-2.0
Group:    Other
Url:      https://raw.githubusercontent.com/kubernetes/kubernetes/v1.26.3/build/pause/linux/pause.c

Source:   %name-%version.tar

BuildRequires: glibc-devel-static

%description
%summary.

%prep
%setup

%build
gcc %optflags -static -DVERSION=%version pause.c -o pause

%install
install -m0755 -D pause %buildroot/%_bindir/kubernetes-pause

%files
%_bindir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin