containers-common/default-policy.json
Lokesh Mandvekar 1c296038d7
Use c/common upstream version for rpm with Epoch bump
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2254254

Keeping the Version set to `1` with autorelease can cause installation
issues.

With this commit, the c/common upstream version will be used for rpm
version so that there will be regular rpm version changes. Packages
dependent on containers-common can then use `>= epoch:version` for
dependency resolution.

Another change with this commit is that `update.sh.rawhide` has been
removed and all the rawhide specific logic has been added to `update.sh`
itself.

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
2024-01-05 16:27:34 +05:30

15 lines
256 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}