You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've executed the step to create a template using oc create -f https://raw.githubusercontent.com/siamaksade/jenkins-s2i-example/master/jenkins-master-s2i-template.yaml
Create a new app using oc new-app jenkins-master-s2i
Build is failing with
Cloning "https://github.com/siamaksade/jenkins-s2i-example.git" ...Commit: 29d91a30887a295e54583e7b9157a6c2532ada63 (added metadata to Dockerfile)Author: Siamak Sadeghianfar <ssadeghi@redhat.com>Date: Thu May 26 13:46:32 2016 +0200Pulling image "registry.access.redhat.com/openshift3/jenkins-1-rhel7@sha256:ccb6f09b52e2f8633b65e1bfde18bab62fa7b01f6f0c1e406f6869c461384502" ...ERROR: Error writing header for "scripts": io: read/write on closed pipeERROR: Error writing tar: io: read/write on closed pipeerror: build error: Error response from daemon: {"message":"create 444881fc6b0c5857f7acfa263eb61e2a9c146e4bf3caa53e088fdd3d6e2f9103: error while creating volume path '/var/lib/docker/volumes/444881fc6b0c5857f7acfa263eb61e2a9c146e4bf3caa53e088fdd3d6e2f9103/_data': mkdir /var/lib/docker/volumes/444881fc6b0c5857f7acfa263eb61e2a9c146e4bf3caa53e088fdd3d6e2f9103: permission denied"}
Any help on how to resolve this error
The text was updated successfully, but these errors were encountered:
Glutexo
pushed a commit
to Glutexo/jenkins-s2i-example
that referenced
this issue
Sep 23, 2024
I've executed the step to create a template using
oc create -f https://raw.githubusercontent.com/siamaksade/jenkins-s2i-example/master/jenkins-master-s2i-template.yaml
Create a new app using
oc new-app jenkins-master-s2i
Build is failing with
Any help on how to resolve this error
The text was updated successfully, but these errors were encountered: