[hydros-containers] Removed policy.json in packaging
Some checks failed
Build hydros-containers / Build and push image (push) Failing after 1m33s
Some checks failed
Build hydros-containers / Build and push image (push) Failing after 1m33s
This commit is contained in:
@@ -30,4 +30,4 @@ jobs:
|
|||||||
spec-file-path: ./hydros-containers/hydros-containers.spec
|
spec-file-path: ./hydros-containers/hydros-containers.spec
|
||||||
repository-user: eriq12
|
repository-user: eriq12
|
||||||
repository-user-token: ${{ secrets.RPM_PACKAGE_TOKEN }}
|
repository-user-token: ${{ secrets.RPM_PACKAGE_TOKEN }}
|
||||||
extra-source-directory: ./hydros-containers/containers
|
extra-source-directory: ./hydros-containers/registries.d
|
||||||
|
|||||||
@@ -1,95 +0,0 @@
|
|||||||
{
|
|
||||||
"default": [
|
|
||||||
{
|
|
||||||
"type": "reject"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"transports": {
|
|
||||||
"docker": {
|
|
||||||
"git.hydrosaber.com/hydros/hydros": [
|
|
||||||
{
|
|
||||||
"type": "sigstoreSigned",
|
|
||||||
"keyPath": "/etc/pki/containers/hydros.pub",
|
|
||||||
"signedIdentity": {
|
|
||||||
"type": "matchRepository"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"registry.access.redhat.com": [
|
|
||||||
{
|
|
||||||
"type": "signedBy",
|
|
||||||
"keyType": "GPGKeys",
|
|
||||||
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"registry.redhat.io": [
|
|
||||||
{
|
|
||||||
"type": "signedBy",
|
|
||||||
"keyType": "GPGKeys",
|
|
||||||
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"docker-daemon": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"atomic": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"containers-storage": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"dir": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"oci": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"oci-archive": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"docker-archive": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tarball": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: hydros-containers
|
Name: hydros-containers
|
||||||
Version: 0.0.1
|
Version: 0.0.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: The bundle of configuration overrides for containers for HydrOS
|
Summary: The bundle of configuration overrides for containers for HydrOS
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -13,13 +13,13 @@ Source0: source.tar.gz
|
|||||||
%autosetup -C
|
%autosetup -C
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm0444 -t %{buildroot}%{_sysconfdir}/containers/ %{_builddir}/%{name}-%{version}/policy.json
|
install -Dm0444 -t %{buildroot}%{_sysconfdir}/containers/registries.d/ %{_builddir}/%{name}-%{version}/git.hydrosaber.com-hydros.yaml
|
||||||
install -Dm0444 -t %{buildroot}%{_sysconfdir}/containers/registries.d/ %{_builddir}/%{name}-%{version}/registries.d/git.hydrosaber.com-hydros.yaml
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_sysconfdir}/containers/policy.json
|
%{_sysconfdir}/containers/git.hydrosaber.com-hydros.yaml
|
||||||
%{_sysconfdir}/containers/registries.d/git.hydrosaber.com-hydros.yaml
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
|
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
|
||||||
|
- removed policy.json due to conflicts
|
||||||
|
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
|
||||||
- First version packaged
|
- First version packaged
|
||||||
|
|||||||
Reference in New Issue
Block a user