Skip to content

Issue running the tekton pipelines locally #69

New issue

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

Open
therealak12 opened this issue Apr 27, 2025 · 0 comments
Open

Issue running the tekton pipelines locally #69

therealak12 opened this issue Apr 27, 2025 · 0 comments

Comments

@therealak12
Copy link

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:

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.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant