You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
860 B
43 lines
860 B
1 week ago
|
Summary: A Security and Dockerfile checker for Containers
|
||
|
Name: dockle
|
||
|
Version: 0.4.15
|
||
|
Release: 1%{?dist}
|
||
|
|
||
|
Url: https://github.com/goodwithtech
|
||
|
License: GPLv2+
|
||
|
Source0: %{name}-%{version}.tar.xz
|
||
|
Source1: build.sh
|
||
|
|
||
|
Requires: bash
|
||
|
|
||
|
BuildRequires: btrfs-progs-devel
|
||
|
BuildRequires: golang-bin
|
||
|
|
||
|
%global debug_package %{nil}
|
||
|
%define _build_id_links none
|
||
|
|
||
|
%description
|
||
|
A Security and Dockerfile checker for Containers
|
||
|
|
||
|
%prep
|
||
|
%autosetup -p1
|
||
|
|
||
|
%build
|
||
|
cp -a %{SOURCE1} .
|
||
|
./build.sh
|
||
|
|
||
|
%install
|
||
|
mkdir -p %{buildroot}%{_bindir}
|
||
|
cp -a ./build/dockle %{buildroot}%{_bindir}
|
||
|
|
||
|
%files
|
||
|
%{_bindir}/dockle
|
||
|
|
||
|
%changelog
|
||
|
* Thu Jan 16 2025 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 0.4.15-1
|
||
|
- Rebuilt for MSVSphere 10
|
||
|
|
||
|
* Thu Jan 16 2025 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 0.4.15-1
|
||
|
- Initial build
|
||
|
|