Sneexy
Sneexy
BBlueBuild
Created by Sneexy on 9/6/2024 in #questions
invalid signature when validating ASN.1 encoded signature
yep, this works
23 replies
BBlueBuild
Created by Sneexy on 9/6/2024 in #questions
invalid signature when validating ASN.1 encoded signature
"dir": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"oci": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"oci-archive": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-archive": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"tarball": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}
"dir": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"oci": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"oci-archive": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-archive": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"tarball": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}
23 replies
BBlueBuild
Created by Sneexy on 9/6/2024 in #questions
invalid signature when validating ASN.1 encoded signature
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"ghcr.io/sneexy-boi/wuzetka": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/wuzetka.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"
}
],
"quay.io/toolbx-images": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/containers/quay.io-toolbx-images.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"ghcr.io/ublue-os": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/containers/ublue-os.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"atomic": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"containers-storage": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"ghcr.io/sneexy-boi/wuzetka": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/wuzetka.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"
}
],
"quay.io/toolbx-images": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/containers/quay.io-toolbx-images.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"ghcr.io/ublue-os": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/containers/ublue-os.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"atomic": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"containers-storage": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
23 replies
BBlueBuild
Created by Sneexy on 9/6/2024 in #questions
invalid signature when validating ASN.1 encoded signature
podman seems to be pulling in the image successfully
23 replies
BBlueBuild
Created by Sneexy on 9/6/2024 in #questions
invalid signature when validating ASN.1 encoded signature
23 replies
BBlueBuild
Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
but its fine now i learned how to use prefixes to point to /usr instead of /usr/local
11 replies
BBlueBuild
Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
okay. the whole time i was just stupid. the edits i initially made pointed to the wrong directories so they didn't do anything
11 replies
BBlueBuild
Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
but i've yet to build the image so i cannot confirm
11 replies
BBlueBuild
Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
realized its because all of the compiled software installs ito /usr/local might have "fixed" this issue by just adding mv /[...]/usr/local/* /[...]/usr (since just doing mv [..]/usr/local [..]/usr errors because it seems to try to copy itself into /usr/local again when i do that)
11 replies
BBlueBuild
Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
bleh. tried just deleting the folders entirely in the helper image to see if it would change something and it didn't so i guess i'll just pause here because i'm not skilled enough to poke at this 🫠
11 replies
BBlueBuild
Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
interesting
11 replies
BBlueBuild
Created by Sneexy on 9/4/2024 in #questions
ERROR: failed to solve: cannot copy to non-directory: /var/lib/[...]/usr/local
ignore the messy repo structure i plan on nuking it and moving to a "normal" single user repo at some point
11 replies
BBlueBuild
Created by Sneexy on 9/2/2024 in #questions
What does the `base` image include by default?
to answer my own question, just found https://github.com/wayblueorg/wayblue
16 replies
BBlueBuild
Created by Sneexy on 9/2/2024 in #questions
What does the `base` image include by default?
whatever makes things Better™
16 replies
BBlueBuild
Created by Sneexy on 9/2/2024 in #questions
What does the `base` image include by default?
ah okay
16 replies
BBlueBuild
Created by Sneexy on 9/2/2024 in #questions
What does the `base` image include by default?
what about sddm? last time i checked i was required to manually make the user on the booted system, or is that no longer an issue
16 replies
BBlueBuild
Created by Sneexy on 9/2/2024 in #questions
What does the `base` image include by default?
interesting
16 replies
BBlueBuild
Created by Sneexy on 8/13/2024 in #questions
"curl: option : blank argument where content is expected" while building
nevermind . the issue doesn't seem to be curl or anything at fault here - rather, the github repository it fetches releases from marks its beta builds as "latest" so it fails because it tries to grab a specific rpm that doesn't exist for those beta builds . probably should have checked that first
16 replies
BBlueBuild
Created by Sneexy on 8/13/2024 in #questions
"curl: option : blank argument where content is expected" while building
i'm not completely sure if perhaps the way i'm doing this is just weird (i should find a better way but not entirely sure how) or if curl is just bugged
16 replies
BBlueBuild
Created by Sneexy on 8/13/2024 in #questions
"curl: option : blank argument where content is expected" while building
this seems to be happening again despite nothing changing and it seemingly being happy before
16 replies