We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
I wanted to build a custom SCOS image by following the README.md. However, it's not up-to-date, or I'm making mistakes.
For example, the following command requires the variant to be like c9s or c10s, but we're passing okd-c9s:
c9s
c10s
okd-c9s
cosa init \ --branch $(params.branch) \ --variant $(params.variant) \ $(params.repo)
Another example is this command, which is trying to replace a string containing rhel-9 in the manifest file, but there is no such string in that file.
rhel-9
sed -i 's/rhel-9.*-server-ose.*/rhel-9-server-ose-rpms/' $(readlink -f src/config/manifest-$(params.variant).yaml)
Or this command, which sets a private mirror in the c9s.repo file:
cat <<EOF >> src/config/c9s.repo [rhel-9-server-ose-rpms] baseurl=https://mirror.openshift.com/enterprise/reposync/$(params.version)/rhel-9-server-ose-rpms includepkgs=openshift-* ose-aws-ecr-* ose-azure-acr-* ose-gcp-gcr-* username=$MIRROR_USER password=$MIRROR_PASS repo_gpgcheck=0 gpgcheck=0 enabled=1 EOF
I'm confused. Could anyone please help me figure out how to get these pipelines to work?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
I wanted to build a custom SCOS image by following the README.md.
However, it's not up-to-date, or I'm making mistakes.
For example, the following command requires the variant to be like
c9s
orc10s
, but we're passingokd-c9s
:Another example is this command, which is trying to replace a string containing
rhel-9
in the manifest file, but there is no such string in that file.Or this command, which sets a private mirror in the c9s.repo file:
I'm confused. Could anyone please help me figure out how to get these pipelines to work?
The text was updated successfully, but these errors were encountered: