- Download the pull secret from RedHat cloud console.
- Un-base64 the auths for all of the registries
- Configure registry caches in Harbor
- Configure imageContentSources in the
install-config.yaml
apiVersion: v1
baseDomain: example.org
metadata:
name: ocp
I hereby claim:
- I am siegy22 on github.
- I am siegy22 (https://keybase.io/siegy22) on keybase.
- I have a public key ASAtQ3l3I9eeHunPuGfe5v1akxMY7yR4ywCx-CDxawtJjAo
To claim this, I am signing this object:
Proof-of-concept homelab work; not recommended for production.
FROM quay.io/fedora/fedora-bootc:41
# Manual install of k3s-selinux because the installer tries using `rpm-ostree` which is not intended.
RUN dnf install -y https://github.com/k3s-io/k3s-selinux/releases/download/v1.6.latest.1/k3s-selinux-1.6-1.coreos.noarch.rpm
Three hints to start:
This is not an empty instance. Imagine that it is/was used and therefore contains user data Currently a note function is under development When looking for code execution on the system, the most obvious way is the best - it is important to understand what the application does
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<v-row> | |
<v-col xs="12"> | |
<v-data-table | |
:headers="headers" | |
:items="ingredients.edges.map((v) => v.node)" | |
:loading="this.$apollo.queries.ingredients.loading" | |
:server-items-length="ingredients.totalCount" | |
:sort-by.sync="sortBy" | |
:sort-desc.sync="sortDesc" |
NewerOlder