basically making it rely on the upstream signing configs
basically making it rely on the upstream signing configs
cosign.yamlublue-os/config and mutate them at build time, yeahpki/containers/cosign.pub ublue-os.pub to match the registry... but i don't know if registries.d/cosign.yaml needs to match that or how it all works... i'm a bit new to this areaublue-os-signing.noarch.rpm for users to install with rpm-ostree install -A ublue-os-signing.noarch.rpm then the rebase command should work... "ghcr.io/IMAGE_REGISTRY": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/IMAGE_REGISTRY.pub",
"signedIdentity": {
"type": "matchRepository"
}podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:latest{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"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"
}
],
"ghcr.io/ublue-os": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/ublue-os.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"": [
{
"type": "insecureAcceptAnything"
}
],
"ghcr.io/gerblesh": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/usway.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"atomic": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"containers-storage": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"dir": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"oci": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"tarball": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}