Skip to content
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

helper build error #20

Closed
inzagod opened this issue Aug 25, 2020 · 2 comments
Closed

helper build error #20

inzagod opened this issue Aug 25, 2020 · 2 comments

Comments

@inzagod
Copy link

inzagod commented Aug 25, 2020

hi,

i received an error when i want to build the helper image :

STEP 5: FROM registry.access.redhat.com/ubi8-minimal:8.2
STEP 6: COPY --from=builder /gitlab-runner/out/binaries/gitlab-runner-helper/gitlab-runner-helper.x86_64 /usr/bin/gitlab-runner-helper
--> d0f8c133285
STEP 7: COPY --from=builder /gitlab-runner/dockerfiles/build/scripts /usr/bin
Error: error building at STEP "COPY --from=builder /gitlab-runner/dockerfiles/build/scripts /usr/bin": no files found matching "/var/lib/containers/storage/overlay/163403595bd78810a8fa7d153a1c7e601bfe61f1c18a2ba3b32bc978e9beb92e/merged/gitlab-runner/dockerfiles/build/scripts": no such file or directory

i tried to reproduce the issue locally and the directory build does not exists !
in /gitlab-runner/dockerfiles/, there is only ci, runner and runner-helper

can you help me ?

thanks a lot

ludo

@quarckster
Copy link
Contributor

Please follow the example in Usage section of the README:

oc process -f https://raw.githubusercontent.com/RedHatQE/ocp-gitlab-runner/v13.3.0/ocp-gitlab-runner-template.yaml \
-p NAME="some_name" \
-p GITLAB_HOST="example.com" \
-p REGISTRATION_TOKEN="$(echo -n some_token | base64)" \
-p CONCURRENT="number_of_concurrent_pods" | oc create -f -

@inzagod
Copy link
Author

inzagod commented Aug 26, 2020 via email

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

2 participants