Skip to content

Commit

Permalink
OpenShift Pipelines: remove nop image
Browse files Browse the repository at this point in the history
`nop` image is replaced by `tianon/true`
see: tektoncd/pipeline#1510

Signed-off-by: Sunil Thaha <sthaha@redhat.com>
  • Loading branch information
sthaha committed Nov 4, 2019
1 parent f86d3d9 commit 9fd4f27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ images:
- destination_dir: .
source_path: /go/bin/.
to: tektoncd-pipeline-kubeconfigwriter
- dockerfile_path: openshift/ci-operator/knative-images/nop/Dockerfile
from: base
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/bin/.
to: tektoncd-pipeline-nop
- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile
from: base
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ images:
- destination_dir: .
source_path: /go/bin/.
to: tektoncd-pipeline-kubeconfigwriter
- dockerfile_path: openshift/ci-operator/knative-images/nop/Dockerfile
from: base
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/bin/.
to: tektoncd-pipeline-nop
- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile
from: base
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-entrypoi
registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-git-init quay.io/openshift-pipeline/tektoncd-pipeline-git-init:nightly
registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-imagedigestexporter quay.io/openshift-pipeline/tektoncd-pipeline-imagedigestexporter:nightly
registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-kubeconfigwriter quay.io/openshift-pipeline/tektoncd-pipeline-kubeconfigwriter:nightly
registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-nop quay.io/openshift-pipeline/tektoncd-pipeline-nop:nightly
registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-webhook quay.io/openshift-pipeline/tektoncd-pipeline-webhook:nightly
registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-pullrequest-init quay.io/openshift-pipeline/tektoncd-pipeline-pullrequest-init:nightly
registry.svc.ci.openshift.org/openshift/tektoncd-next:tektoncd-pipeline-gcs-fetcher quay.io/openshift-pipeline/tektoncd-pipeline-gcs-fetcher:nightly

0 comments on commit 9fd4f27

Please sign in to comment.