Skip to content
Snippets Groups Projects
Verified Commit d7f16921 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(kOS): Fix broken rpm-ostree upgrade command

Currently the rpm-ostree upgrade command requires some form of
credentials or refuses to download the image. rpm-ostree rebase works
fine.

Hope this will be fixed so, for now a read-only robot account for quay…
parent 220c723e
No related branches found
No related tags found
No related merge requests found
Pipeline #16148 passed
......@@ -39,6 +39,9 @@ COPY cpu-boost/fs/ /
# Kubernetes specific changes
COPY kubernetes/fs/ /
# Add neccesary workarounds
COPY workarounds/fs/ /
# Update repository configs
COPY --from=repositories /etc/yum.repos.d/ /etc/yum.repos.d/
......
{
"auths": {
"quay.io": {
"auth": "c2hpdmVyaW5nLWlzbGVzK2tvczpPSEdQU0JHOUdUTkhWSjYxSjZGWUwwM0VBU0NCWU5NTFY4UzVZMTk0UDVVRjQ1QUpQVFlTQVQ0SUZVRVcwUERQ",
"email": ""
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment